pandas.Timedelta — pandas 1.4.0 documentation
https://pandas.pydata.org/.../stable/reference/api/pandas.Timedelta.htmlTimedelta is the pandas equivalent of python’s datetime.timedelta and is interchangeable with it in most cases. Parameters valueTimedelta, timedelta, np.timedelta64, str, or int unitstr, default ‘ns’ Denote the unit of the input, if input is an integer. Possible values: ‘W’, ‘D’, ‘T’, ‘S’, ‘L’, ‘U’, or …
backports.zoneinfo · PyPI
pypi.org › project › backportsJun 23, 2020 · backports.zoneinfo: Backport of the standard library module zoneinfo. This package was originally the reference implementation for PEP 615, which proposes support for the IANA time zone database in the standard library, and now serves as a backport to Python 3.6+ (including PyPy).