The pandas team is pleased to announce the release of pandas 1.4.0.
You can install it via
Full release notes are available at: https://pandas.pydata.org/pandas-docs/version/1.4/whatsnew/v1.4.0.html
You can install it via
pip install pandas
or mamba install pandas
.Full release notes are available at: https://pandas.pydata.org/pandas-docs/version/1.4/whatsnew/v1.4.0.html
Work has started to support non-nanosecond resultion dates in pandas.
Currently, pandas can represent dates around the year interval 1680 ~ 2260. An exception is raised if dates outside of this range are used.
When the new changes are released (probably at the end of this year), pandas will be able to represent billions of years from now into the past or the future, with a precision of seconds.
Currently, pandas can represent dates around the year interval 1680 ~ 2260. An exception is raised if dates outside of this range are used.
When the new changes are released (probably at the end of this year), pandas will be able to represent billions of years from now into the past or the future, with a precision of seconds.
๐7๐2