Skip to content

v0.1.0

Compare
Choose a tag to compare
@DanielAvdar DanielAvdar released this 10 Mar 11:21
· 173 commits to main since this release
8896a7b

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

pypi page

Enjoy! 😊🎉