We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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/source/whatsnew/vX.X.X.rst
Sorry, something went wrong.
DEPR: kind keyword in resample
ba16eb7
GH ref
77fae68
update usage
221f18d
Was there an existing issue discussing this too?
no
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
I am on board with this - I don't think this keyword offers any value over the suggested approach
Does it matter at all that the order of operations here change? Before the conversion to period happened before the mean() call - wonder if there are differences in how those objects implement mean that could cause rounding issues or behavior changes
mean()
i think the only thing we care about is the xp we get here, since we are checking that it round-trips. i checked manually that this is equivalent to what we have in main
xp
Merge branch 'main' into depr-kind
ba39b2f
fb4cf87
7664ac2
lgtm @mroeschke
6093074
Thanks @jbrockmendel
Deprecate parameters similar to pandas 2.2 (#14984)
49c7d2c
For comparison: pandas-dev/pandas#55856 pandas-dev/pandas#55895 pandas-dev/pandas#55499 The `errors="ignore"` parameter is the only one that is implemented so just added a test for that deprecation Authors: - Matthew Roeschke (https://github.com/mroeschke) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #14984
kind
WillAyd WillAyd approved these changes
mroeschke mroeschke approved these changes
Successfully merging this pull request may close these issues.