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
pandas is now in Open Collective, where you can see the project finances. Expenses and more details are still being added, but the main sources of income of the project are already available.
You will also find in Open Collective the rest of NumFOCUS supported projects, such as Jupyter, SciPy, etc.
You will also find in Open Collective the rest of NumFOCUS supported projects, such as Jupyter, SciPy, etc.
Opencollective
pandas - Open Collective
pandas is a data wrangling platform for Python that provides easy-to-use data ingestion, transformation, and export functions.