petl - Extract, Transform and Load (Tables of Data)¶
petl is a Python package for extracting, transforming and loading tables of data.
- Documentation: http://petl.readthedocs.org/
- Source Code: https://github.com/alimanfoo/petl
- Download: http://pypi.python.org/pypi/petl
- Mailing List: http://groups.google.com/group/python-etl
For an example of petl in use, see the case study on Comparing Tables.
For an alphabetic list of all functions in the package, see the Index.
- Introduction
- Extract/Load - reading/writing tables from files, databases and other sources
- Transform - transforming tables
- Utility functions
- petl.fluent - Alternative notation for combining transformations
- petl.interactive - Optimisations for Use in Interactive Mode
- petl.push - Branching Pipelines
- Case Study 1 - Comparing Tables
- Related Work