v0.1.0
pandas-pyarrow First Release 🚀
Version 0.1.0
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
Enjoy! 😊🎉