-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DEPR: Remove how, fill_method, and limit from resample #30139
DEPR: Remove how, fill_method, and limit from resample #30139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. looks like some linting checks are failing and some warnings need to removed somewhere
py36 build is the old ResourceWarning, ill look into that this week. Nice to see this ripped out! |
cool, can we suppress in the interim? |
Hmm the linting error looks like flake8 raising a ValueError. Wasn't able to reproduce this locally with the same venisons on mac.
|
could add |
Got the lint error. All green. |
Thanks a lot! |
nice. out of curiosity, what did the lint issue turn out to be? |
@jbrockmendel it was an unused import. Odd that it would crated that |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
Deprecated since 0.18