rapidsai / cudf

cuDF - GPU DataFrame Library
https://docs.rapids.ai/api/cudf/stable/
Apache License 2.0
8.42k stars 901 forks source link

[FEA] Add support for cudf.Timedelta scalar support #5882

Open galipremsagar opened 4 years ago

galipremsagar commented 4 years ago

Is your feature request related to a problem? Please describe. This is a Feature request for cudf.Timedelta similar to pd.Timedelta scalar duration type.

Describe the solution you'd like cudf.Timedelta can be a wrapper on Scalar(dtype='np.timedelta64') object.

Additional context https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Timedelta.html https://github.com/rapidsai/cudf/pull/5781

github-actions[bot] commented 3 years ago

This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

mattf commented 1 year ago

i've run into this trying to use import cudf as pd

additional additional context: https://pandas.pydata.org/docs/user_guide/timedeltas.html