Open galipremsagar opened 4 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.
i've run into this trying to use import cudf as pd
additional additional context: https://pandas.pydata.org/docs/user_guide/timedeltas.html
Is your feature request related to a problem? Please describe. This is a Feature request for
cudf.Timedelta
similar topd.Timedelta
scalar duration type.Describe the solution you'd like
cudf.Timedelta
can be a wrapper onScalar(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