Overview
pandas-pyarrow Seamlessly switch Pandas DataFrame backend to PyArrow.
Features
- **dtype casting**: Easily cast existing dataframe dtypes to pyarrow dtypes.
- **Custom dtype mapping**: Allow custom mapping of dtypes for flexibility in data handling.
- **Compatibility with Parquet files**: Functionality to force compatibility to Parquet files, including column naming. (not yet supported)
Installation and more information
`pip install pandas-pyarrow`
[pypi page](https://pypi.org/project/pandas-pyarrow/)
Enjoy! 😊🎉