-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: fill_value argument for shift #15486 #20460
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
Conversation
- Make description and summary clearer. - Fix doctests
Hello @samuelsinayoko! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on April 29, 2018 at 10:46 Hours UTC |
what issue is this for? can you fix the title |
Handles special case of Categorical variables where we don't want to pass the fillna parameter.
Fix test_timeseries.py
This is work in progress. Current implementation doesn't work for categorical data, hoping to fix that soon. |
Hi Samuel Sinayoko (@samuelsinayoko), |
closing as stale, if you want to continue working, pls ping and we can re-open. you will need to merge master. |
This is a work in progress.
Checklist for other PRs (remove this part if you are doing a PR for the pandas documentation sprint):
git diff upstream/master -u -- "*.py" | flake8 --diff