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

Implement day_name and month_name to match pandas #15479

Merged
merged 10 commits into from
Jun 3, 2024

Conversation

btepera
Copy link
Contributor

@btepera btepera commented Apr 7, 2024

Description

This PR implements the month_name and day_name datetime methods, matching the equivalent month_name and day_name methods from pandas.

Currently this is implemented just for English locale, though it could be expanded to include additional languages in the future.

Closes #12407

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@btepera btepera requested a review from a team as a code owner April 7, 2024 17:15
@btepera btepera requested review from bdice and charlesbluca April 7, 2024 17:15
Copy link

copy-pr-bot bot commented Apr 7, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions bot added the Python Affects Python cuDF API. label Apr 7, 2024
@btepera
Copy link
Contributor Author

btepera commented Apr 9, 2024

Thanks for the review @mroeschke ! Pushed a few changes to address your feedback.

@galipremsagar
Copy link
Contributor

/okay to test

@galipremsagar
Copy link
Contributor

/okay to test

@mroeschke mroeschke added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels May 22, 2024
@mroeschke
Copy link
Contributor

/okay to test

@mroeschke
Copy link
Contributor

/okay to test

@mroeschke
Copy link
Contributor

/okay to test

@mroeschke mroeschke changed the base branch from branch-24.06 to branch-24.08 May 24, 2024 23:42
@vyasr vyasr requested a review from mroeschke May 28, 2024 17:25
@mroeschke
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit ba1299d into rapidsai:branch-24.08 Jun 3, 2024
71 checks passed
@mroeschke
Copy link
Contributor

Thanks for your initial work here @btepera

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] DatetimeProperties day_name matching pandas
4 participants