Top "Feather" questions

Feather is a file format for storing data frames.

What are the differences between feather and parquet?

Both are columnar (disk-)storage formats for use in data analysis systems. Both are integrated within Apache Arrow (pyarrow package …

python pandas parquet feather pyarrow
Error when trying to write DataFrame to feather. Does feather support list columns?

I'm working with both R and Python and I want to write one of my pandas DataFrames as a feather …

python r pandas list feather