-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
DOC/DEPR: pivot_annual #13706
DOC/DEPR: pivot_annual #13706
Conversation
yes this lgtm. @jorisvandenbossche any objections? |
Current coverage is 84.54%@@ master #13706 diff @@
==========================================
Files 141 141
Lines 51185 51164 -21
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
- Hits 43275 43255 -20
+ Misses 7910 7909 -1
Partials 0 0
|
No real objections from me, although the functions (looking at the length of the code) seems to do a lot more than the cookbook example? Deprecate |
I agree should deprecate isleapyear but add on as an accessor for Timestamp/DTI and .dt |
@jreback There were still some unresolved comments I think (deprecating isleapyear as well) |
@jorisvandenbossche ahh yes, I mean to make an issue about that. |
I wii subbmit new PR (to deprecate one minor pount is the property name. |
no problem! |
I think
|
git diff upstream/master | flake8 --diff
Updated cookbook attaching SO link of original issue.
BTW,
pivot_annual
has a similar functionality but it looks to be replaced bypivot_table
and datetime property access. Because the function is not on toppd
namespace, shouldn't deprecate it?