Back to Glossary Index
Dagster Data Engineering Glossary:
Feather
A binary columnar serialization format optimized for use with DataFrames in analytics. It is language agnostic, though it is most commonly used with Python and R. Ideal for fast, lightweight reading and writing of data frames.