wesm / feather

Feather: fast, interoperable binary data frame storage for Python, R, and more powered by Apache Arrow
Apache License 2.0
2.74k stars 168 forks source link

how to inspect metadata? #395

Open wangmn93 opened 3 years ago

wangmn93 commented 3 years ago

Is there any way to inspect metadata of feather file without reading the whole file? like parquet.read_metadata('example.parquet')