Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA]Implement Series.datetime.floor #7102

Closed
VibhuJawa opened this issue Jan 8, 2021 · 4 comments · Fixed by #9488 or #9571
Closed

[FEA]Implement Series.datetime.floor #7102

VibhuJawa opened this issue Jan 8, 2021 · 4 comments · Fixed by #9488 or #9571
Assignees
Labels
feature request New feature or request Python Affects Python cuDF API.

Comments

@VibhuJawa
Copy link
Member

Is your feature request related to a problem? Please describe.
We should implement Series.dt.floor following the pandas API.

Describe the solution you'd like
It should follow the pandas dt.floor API.

Additional context
The current need for this feature comes from the current integration work with featuretools.

@VibhuJawa VibhuJawa added feature request New feature or request Needs Triage Need team to review and classify labels Jan 8, 2021
@kkraus14 kkraus14 added Python Affects Python cuDF API. and removed Needs Triage Need team to review and classify labels Jan 8, 2021
@shwina
Copy link
Contributor

shwina commented Jan 8, 2021

@brandon-b-miller and I are running into this as part of extending cudf.DateOffset. It looks like this may need some libcudf support, which in turn would use something like https://en.cppreference.com/w/cpp/chrono/time_point/floor.

@github-actions
Copy link

This issue has been marked stale due to no recent activity in the past 30d. 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. This issue will be marked rotten if there is no activity in the next 60d.

@github-actions github-actions bot added the stale label Feb 16, 2021
@shwina
Copy link
Contributor

shwina commented Feb 16, 2021

DateOffset work ongoing in #7078. This will follow soon.

@github-actions github-actions bot removed the stale label Feb 16, 2021
@github-actions
Copy link

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. 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. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Python Affects Python cuDF API.
Projects
None yet
8 participants