You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@galipremsagarpd.read_csv doesn't infer the timedelta type. It is read as string.
galipremsagar
changed the title
[BUG] cudf.to_csv/cudf.from_csv fails when dataframe has a timedelta dtypes
[BUG] cudf.to_csv fails when dataframe has a timedelta dtypes
Sep 14, 2020
Describe the bug
Looks like we don't have the support for timedelta types in csv writer.
and reader.Steps/Code to reproduce bug
Expected behavior
to_csv
should be able to write to the file.from_csv
should be able to correctly infer the dtype.Environment overview (please complete the following information)
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsClick here to see environment details
Additional context
Surfaced while running fuzz tests #6001
The text was updated successfully, but these errors were encountered: