[FEA] cudf::strings::to_fixed_point support scientific notation #7665
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Spark
Functionality that helps Spark RAPIDS
strings
strings issues (C++ and Python)
Is your feature request related to a problem? Please describe.
Currently,
cudf::strings::to_fixed_point
can not parse input string formatted as scientific notation, such as:1.76e-3
. And scientific notation is widely used in Spark and other kinds of applications.Describe the solution you'd like
Reinforce
string_to_decimal_fn
.The text was updated successfully, but these errors were encountered: