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.
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.
The book "Python for Data Analysis", by original pandas creator Wes McKinney, has an open access version of it's 3rd edition, with all chapters.
https://wesmckinney.com/book/
https://wesmckinney.com/book/
Wesmckinney
Python for Data Analysis, 3E
Bodo has just become a pandas and NumFOCUS financial supporter. Bodo is a just in time compiler that allows executing pandas code in a parallel way without running the pandas underlying code based on NumPy. This should help run pandas code faster and at scale. Bodo funds will be used to improve pandas API, and will contribute to pandas general maintenance and to the wider community.
www.bodo.ai
Bodo is a next-generation compute engine that can speed up and lower costs of long-running data processing and ETL/ELT jobs
pandas is adopting PDEPs, similar to PEPs in Python and NEPs in NumPy. The formal proposal process should make discussions more efficients, and future plans clearer and more visible. First PDEP about PDEPs workflow has been proposed and is accepting (and welcoming) feedback:
https://github.com/pandas-dev/pandas/pull/47444
https://github.com/pandas-dev/pandas/pull/47444
GitHub
PDEP-1: Purpose and guidelines for pandas enhancement proposals by datapythonista · Pull Request #47444 · pandas-dev/pandas
Initial PDEP to define purpose and guidelines for pandas enhancement proposals (equivalent to PEPs or NEPs). Feedback very welcome.
This PR also makes the PDEPs public in the roadmap page of our we...
This PR also makes the PDEPs public in the roadmap page of our we...
There is now a browser-based interactive terminal in the pandas website: https://pandas.pydata.org/getting_started.html
The Python interpreter and dependencies are shipped as a WebAssembly binary, and it doesn't use a backend, everything you run is executed locally in the browser process. The only limitation is that the browser runs in it a sandbox, and I/O is limited. For example, downloading files from other websites is not allowed due to cross-domain (CORS) limitations.
The Python interpreter and dependencies are shipped as a WebAssembly binary, and it doesn't use a backend, everything you run is executed locally in the browser process. The only limitation is that the browser runs in it a sandbox, and I/O is limited. For example, downloading files from other websites is not allowed due to cross-domain (CORS) limitations.
pandas-stubs 1.4.2.220622 has been released. This is the first official version of pandas-stubs by the pandas team, after merging the two third-party projects Microsoft python-type-stubs and VirtusLabs pandas_stubs.
pandas-stubs is useful to have type checking in your pandas projects. By installing pandas-stubs you can validate that types in your code are consistent. You can see an example here: https://github.com/pandas-dev/pandas-stubs#usage
You can install pandas-stubs via pip and conda-forge.
pandas-stubs is useful to have type checking in your pandas projects. By installing pandas-stubs you can validate that types in your code are consistent. You can see an example here: https://github.com/pandas-dev/pandas-stubs#usage
You can install pandas-stubs via pip and conda-forge.
GitHub
GitHub - pandas-dev/pandas-stubs: Public type stubs for pandas
Public type stubs for pandas. Contribute to pandas-dev/pandas-stubs development by creating an account on GitHub.