petl
Package — Data EngineeringPython 3.7+Advanced
ETL: extract, transform, load tabular data
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install petl
Learn by Difficulty
Quick Example
python
# Install: pip install petl import petl # Basic petl usage print(f"Using petl") # See documentation for detailed examples
petl is a third-party package. ETL: extract, transform, load tabular data. Install with: pip install petl
Try in PlaygroundTags
packagedata-engineeringetlpipeline