feather-format

Package — Data SciencePython 3.7+Intermediate

Fast, lightweight columnar data format for DataFrames

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pyarrow, NumPy
Install
pip install pyarrow

Learn by Difficulty

Quick Example

python
# Install: pip install pyarrow
import feather_format

# Basic feather-format usage
print(f"Using feather-format")
# See documentation for detailed examples

feather-format is a third-party package. Fast, lightweight columnar data format for DataFrames. Install with: pip install pyarrow

Try in Playground

Tags

packagedata-scienceanalyticsnumeric