petl — Easy Playground
ETL: extract, transform, load tabular data
Getting started with petlRun locally
Install
pip install petlPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: petl)
petl is a third-party package. ETL: extract, transform, load tabular data. Install with: pip install petl
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?