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
tseries.frequencies aliases getOffset = get_offset. That has been around and unused for a while, should be deprecated and eventually removed.
tseries.frequencies
getOffset = get_offset
tseries.offsets.generate_range has a kwarg time_rule with docstring description:
tseries.offsets.generate_range
time_rule
time_rule : (legacy) name of DateOffset object to be used, optional Corresponds with names expected by tseries.frequencies.get_offset
If this is legacy behavior, it should be deprecated and eventually removed.
The text was updated successfully, but these errors were encountered:
There's an issue to depreciate get_offset as well. #4205
get_offset
Sorry, something went wrong.
getOffset is gone, closing
No branches or pull requests
tseries.frequencies
aliasesgetOffset = get_offset
. That has been around and unused for a while, should be deprecated and eventually removed.tseries.offsets.generate_range
has a kwargtime_rule
with docstring description:If this is legacy behavior, it should be deprecated and eventually removed.
The text was updated successfully, but these errors were encountered: