Skip to content

use pandas Grouper instead of TimeGrouper #1767

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

Merged
merged 1 commit into from
Dec 7, 2017
Merged

use pandas Grouper instead of TimeGrouper #1767

merged 1 commit into from
Dec 7, 2017

Conversation

jhamman
Copy link
Member

@jhamman jhamman commented Dec 7, 2017

  • Closes Pandas has deprecated the TimeGrouper #1766
  • Tests added (for all bug fixes or enhancements)
  • Tests passed (for all non-documentation changes)
  • Passes git diff upstream/master **/*py | flake8 --diff
  • Fully documented, including whats-new.rst for all changes and api.rst for new API

By `Deepak Cherian <https://github.com/dcherian>`_.
- Use ``pandas.Grouper`` class in xarray resample methods rather than the
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this is really an enhancement? (not to detract from the honorable work!)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point. I have a few more small fixes coming so we can bump it down into a miscellaneous fixes category.

@jhamman jhamman merged commit 3a28b61 into pydata:master Dec 7, 2017
@jhamman jhamman deleted the fix/pd_grouper_warning branch December 7, 2017 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pandas has deprecated the TimeGrouper
3 participants