We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tshift is broken for Panel because Panel.shift does not handle freq.
tshift
Panel
Panel.shift
freq
The text was updated successfully, but these errors were encountered:
yep....some more of the Panel methods need to be integrated....
Sorry, something went wrong.
closed by #4583
on your other PR, can you fix the doc-string Returns in generic.py/shift? (should be NDFrame rather than DataFrame)...thxs
DEPR: Remove offset and timeRule keywords from Series.tshift/shift, i…
245791c
…n favor of freq, pandas-dev#4853, pandas-dev#4864
Successfully merging a pull request may close this issue.
tshift
is broken forPanel
becausePanel.shift
does not handlefreq
.The text was updated successfully, but these errors were encountered: