[FEA] Another look at infinity checking on casting string to float #4152
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
good first issue
Good for newcomers
performance
A performance related task/issue
task
Work required that improves the product but is not user facing
rapidsai/cudf#9694 is supposed to make checking for Inf case insensitive. This should let us totally remove the normalization for infinity using a regular expression when casting from strings to floats.
This might not matter if we make our own string to float casting at some point in the future.
The text was updated successfully, but these errors were encountered: