-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Panel tshift 4853 #4864
Panel tshift 4853 #4864
Conversation
err, let me get Travis CI running on my fork. it passes nosetests on my local. |
|
quick q, for the commits that make up a PR, do they need to follow the ENH/BUG/etc format? Or does everything get smushed into a single commit anyways when merged into master. |
if u r going to squash then try to make the top one be descriptive |
You'll want to squash your commits down to a single commit before it's merged.
This should open your editor ( Once that's done you can use |
Does this change Series, DataFrame or any sparse object behavior? (given |
@dalejung I did a PR on your branch, dalejung#1 which removes |
@jreback cherry picked the cleanup, added release notes, and enabled travis |
great looks good |
err, sorry hold off a bit. I started generalizing the shift infrastructure so Panel could use it. Need to split off into its own branch |
okay, split off the additional work into its own branch/issue. |
@dalejung let me know if you want to merge this (or finish the other PR first) |
@jreback This can be merged first. thx |
alright..looks fine...can you squash down a bit? |
TST: Added Panel.tshift test case RST: Added to release notes CLN: on top of dale-jung 4863, remove shift from series.py, move to generic.py
squashed. sorry used to hg where the commits don't carry over after merge. This PR has definitely leveled up my git-fu. |
thanks! |
closes #4853
I think I'm doing this right. I moved the
tshift
into generic and hadshift
offload totshift
iffreq
is found.