feather-format — Easy Playground
Fast, lightweight columnar data format for DataFrames
Getting started with feather-formatRun locally
Install
pip install pyarrowPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: feather_format)
feather-format is a third-party package. Fast, lightweight columnar data format for DataFrames. Install with: pip install pyarrow
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?