-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
API: timeseries accessors naming convention #9606
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
Labels
API - Consistency
Internal Consistency of API/Behavior
API Design
Datetime
Datetime data dtype
good first issue
Milestone
Comments
Hello @jreback , |
take |
abhishekmangla
added a commit
to abhishekmangla/pandas
that referenced
this issue
Oct 24, 2020
Rename dayofweek properties in Period, Datetime, and PeriodArray classes. Add day_of_week property to respective tests for each class.
5 tasks
abhishekmangla
added a commit
to abhishekmangla/pandas
that referenced
this issue
Oct 25, 2020
Similar to changes for day_of_week, create aliases for day_of_year and add to respective test files to ensure back-compat. Also fix whatsnew rst file
abhishekmangla
added a commit
to abhishekmangla/pandas
that referenced
this issue
Oct 26, 2020
Rename dayofweek properties in Period, Datetime, and PeriodArray classes. Add day_of_week property to respective tests for each class.
abhishekmangla
added a commit
to abhishekmangla/pandas
that referenced
this issue
Oct 26, 2020
Similar to changes for day_of_week, create aliases for day_of_year and add to respective test files to ensure back-compat. Also fix whatsnew rst file
jreback
pushed a commit
that referenced
this issue
Oct 29, 2020
kesmit13
pushed a commit
to kesmit13/pandas
that referenced
this issue
Nov 2, 2020
ukarroum
pushed a commit
to ukarroum/pandas
that referenced
this issue
Nov 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API - Consistency
Internal Consistency of API/Behavior
API Design
Datetime
Datetime data dtype
good first issue
we have a slightly odd naming convention for several index (and .dt) accessors
dayofweek
dayofyear
(and adding
daysinmonth
in #9605)so these should prob be
day_of_week
we should be able to maintain compat on these and just add the new ones.
The text was updated successfully, but these errors were encountered: