Feather

Other

Apache Feather/Arrow IPC format reference. V1 vs V2 format differences, pyarrow.feather read/write with compression, R arrow package integration, Arrow type system, Feather vs Parquet benchmarks, pandas DataFrame caching, LZ4/ZSTD compression options, and pipeline best practices.

Install

openclaw skills install feather

Feather

Apache Feather/Arrow IPC format reference — fast columnar DataFrame I/O.

Commands

CommandDescription
introFeather overview, V1 vs V2, key properties
pythonpyarrow.feather read/write, benchmarks
r-langR arrow package, Python↔R interop
schemaArrow types, nested types, metadata
vs-parquetSpeed vs compression tradeoffs
pandaspd.read_feather, caching patterns
compressionLZ4/ZSTD options, when to use each
best-practicesPipeline patterns, file size guidelines