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
See also: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Timedelta.html
Deprecated since version 2.2.0: Values H, T, S, L, U, and N are deprecated in favour of the values h, min, s, ms, us, and ns.
The code uses _TIMESTR = {"D": "days", "H": "hours", "T": "minutes", "S": "seconds"}
_TIMESTR = {"D": "days", "H": "hours", "T": "minutes", "S": "seconds"}
Update _TIMESTR, maybe with additional check to support older pandas versions?
_TIMESTR
No response
The text was updated successfully, but these errors were encountered:
Is fixed after #129
Sorry, something went wrong.
No branches or pull requests
Version checks
Reproducible Example
See also: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Timedelta.html
Deprecated since version 2.2.0: Values H, T, S, L, U, and N are deprecated in favour of the values h, min, s, ms, us, and ns.
Current behaviour
The code uses
_TIMESTR = {"D": "days", "H": "hours", "T": "minutes", "S": "seconds"}
Desired behaviour
Update
_TIMESTR
, maybe with additional check to support older pandas versions?Additional context
No response
The text was updated successfully, but these errors were encountered: