Skip to content
Novus Examples
feather

What is a .feather file?

application/vnd.apache.arrow.file

Feather (.feather) is a fast on-disk representation of Apache Arrow tables designed for zero-copy, language-agnostic data exchange between Python (pandas/pyarrow) and R. It preserves column types and structure exactly.

How to use a .feather file

Use an example .feather file to test Arrow/Feather readers, round-trip type fidelity, and Feather-to-Parquet/CSV conversion.

Convert a .feather file to another format

← All file formats