.coveragerc
.gitignore
.project
.pydevproject
.travis.yml
LICENSE.txt
MANIFEST.in
README.rst
README.txt
TODO.rst
appveyor.yml
build.cmd
optional_requirements.txt
pyproject.toml
release.txt
repr_html.ipynb
rtfd_requirements.txt
setup.py
test_requirements.txt
tox.ini
./petl/__init__.py
./petl/comparison.py
./petl/compat.py
./petl/config.py
./petl/errors.py
./petl/version.py
./petl/io/__init__.py
./petl/io/avro.py
./petl/io/base.py
./petl/io/bcolz.py
./petl/io/csv.py
./petl/io/csv_py2.py
./petl/io/csv_py3.py
./petl/io/db.py
./petl/io/db_create.py
./petl/io/db_utils.py
./petl/io/html.py
./petl/io/json.py
./petl/io/numpy.py
./petl/io/pandas.py
./petl/io/pickle.py
./petl/io/pytables.py
./petl/io/remotes.py
./petl/io/sources.py
./petl/io/text.py
./petl/io/whoosh.py
./petl/io/xls.py
./petl/io/xlsx.py
./petl/io/xlutils_view.py
./petl/io/xml.py
./petl/test/__init__.py
./petl/test/failonerror.py
./petl/test/helpers.py
./petl/test/test_comparison.py
./petl/test/test_fluent.py
./petl/test/test_interactive.py
./petl/test/io/__init__.py
./petl/test/io/test_avro.py
./petl/test/io/test_avro_schemas.py
./petl/test/io/test_bcolz.py
./petl/test/io/test_csv.py
./petl/test/io/test_csv_unicode.py
./petl/test/io/test_db.py
./petl/test/io/test_db_create.py
./petl/test/io/test_db_server.py
./petl/test/io/test_html.py
./petl/test/io/test_html_unicode.py
./petl/test/io/test_json.py
./petl/test/io/test_json_unicode.py
./petl/test/io/test_jsonl.py
./petl/test/io/test_numpy.py
./petl/test/io/test_pandas.py
./petl/test/io/test_pickle.py
./petl/test/io/test_pytables.py
./petl/test/io/test_remotes.py
./petl/test/io/test_sources.py
./petl/test/io/test_sqlite3.py
./petl/test/io/test_tees.py
./petl/test/io/test_text.py
./petl/test/io/test_text_unicode.py
./petl/test/io/test_whoosh.py
./petl/test/io/test_xls.py
./petl/test/io/test_xlsx.py
./petl/test/io/test_xml.py
./petl/test/transform/__init__.py
./petl/test/transform/test_basics.py
./petl/test/transform/test_conversions.py
./petl/test/transform/test_dedup.py
./petl/test/transform/test_fills.py
./petl/test/transform/test_headers.py
./petl/test/transform/test_intervals.py
./petl/test/transform/test_joins.py
./petl/test/transform/test_maps.py
./petl/test/transform/test_reductions.py
./petl/test/transform/test_regex.py
./petl/test/transform/test_reshape.py
./petl/test/transform/test_selects.py
./petl/test/transform/test_setops.py
./petl/test/transform/test_sorts.py
./petl/test/transform/test_unpacks.py
./petl/test/transform/test_validation.py
./petl/test/util/__init__.py
./petl/test/util/test_base.py
./petl/test/util/test_counting.py
./petl/test/util/test_lookups.py
./petl/test/util/test_materialise.py
./petl/test/util/test_misc.py
./petl/test/util/test_parsers.py
./petl/test/util/test_statistics.py
./petl/test/util/test_timing.py
./petl/test/util/test_vis.py
./petl/transform/__init__.py
./petl/transform/basics.py
./petl/transform/conversions.py
./petl/transform/dedup.py
./petl/transform/fills.py
./petl/transform/hashjoins.py
./petl/transform/headers.py
./petl/transform/intervals.py
./petl/transform/joins.py
./petl/transform/maps.py
./petl/transform/reductions.py
./petl/transform/regex.py
./petl/transform/reshape.py
./petl/transform/selects.py
./petl/transform/setops.py
./petl/transform/sorts.py
./petl/transform/unpacks.py
./petl/transform/validation.py
./petl/util/__init__.py
./petl/util/base.py
./petl/util/counting.py
./petl/util/lookups.py
./petl/util/materialise.py
./petl/util/misc.py
./petl/util/parsers.py
./petl/util/random.py
./petl/util/statistics.py
./petl/util/timing.py
./petl/util/vis.py
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.settings/org.eclipse.core.resources.prefs
bin/petl
docs/Makefile
docs/acknowledgments.rst
docs/changes.rst
docs/conf.py
docs/config.rst
docs/contributing.rst
docs/index.rst
docs/intro.rst
docs/io.rst
docs/make.bat
docs/related_work.rst
docs/transform.rst
docs/util.rst
examples/comparison.py
examples/intro.py
examples/io/csv.py
examples/io/html.py
examples/io/json.py
examples/io/numpy.py
examples/io/pandas.py
examples/io/pickle.py
examples/io/pytables.py
examples/io/sqlite3.py
examples/io/text.py
examples/io/whoosh.py
examples/io/xml.py
examples/transform/basics.py
examples/transform/conversions.py
examples/transform/dedup.py
examples/transform/fills.py
examples/transform/headers.py
examples/transform/intervals.py
examples/transform/joins.py
examples/transform/maps.py
examples/transform/reductions.py
examples/transform/regex.py
examples/transform/reshape.py
examples/transform/selects.py
examples/transform/setops.py
examples/transform/sorts.py
examples/transform/unpacks.py
examples/transform/validation.py
examples/util/base.py
examples/util/counting.py
examples/util/lookups.py
examples/util/materialise.py
examples/util/misc.py
examples/util/parsers.py
examples/util/random.py
examples/util/statistics.py
examples/util/timing.py
examples/util/vis.py
notes/.gitignore
notes/20140424_example.ipynb
notes/20140424_example.py
notes/20141022_example.ipynb
notes/20141110_example.ipynb
notes/20150319 resolve conflicts.ipynb
notes/20150331 split null.ipynb
notes/case_study_1.ipynb
notes/issue_219.ipynb
notes/issue_219.py
notes/issue_256.ipynb
notes/issue_256.py
notes/.ipynb_checkpoints/issue_219-checkpoint.ipynb
petl/__init__.py
petl/comparison.py
petl/compat.py
petl/config.py
petl/errors.py
petl.egg-info/PKG-INFO
petl.egg-info/SOURCES.txt
petl.egg-info/dependency_links.txt
petl.egg-info/requires.txt
petl.egg-info/top_level.txt
petl/io/__init__.py
petl/io/avro.py
petl/io/base.py
petl/io/bcolz.py
petl/io/csv.py
petl/io/csv_py2.py
petl/io/csv_py3.py
petl/io/db.py
petl/io/db_create.py
petl/io/db_utils.py
petl/io/html.py
petl/io/json.py
petl/io/numpy.py
petl/io/pandas.py
petl/io/pickle.py
petl/io/pytables.py
petl/io/remotes.py
petl/io/sources.py
petl/io/text.py
petl/io/whoosh.py
petl/io/xls.py
petl/io/xlsx.py
petl/io/xlutils_view.py
petl/io/xml.py
petl/test/__init__.py
petl/test/failonerror.py
petl/test/helpers.py
petl/test/test_comparison.py
petl/test/test_fluent.py
petl/test/test_interactive.py
petl/test/io/__init__.py
petl/test/io/test_avro.py
petl/test/io/test_avro_schemas.py
petl/test/io/test_bcolz.py
petl/test/io/test_csv.py
petl/test/io/test_csv_unicode.py
petl/test/io/test_db.py
petl/test/io/test_db_create.py
petl/test/io/test_db_server.py
petl/test/io/test_html.py
petl/test/io/test_html_unicode.py
petl/test/io/test_json.py
petl/test/io/test_json_unicode.py
petl/test/io/test_jsonl.py
petl/test/io/test_numpy.py
petl/test/io/test_pandas.py
petl/test/io/test_pickle.py
petl/test/io/test_pytables.py
petl/test/io/test_remotes.py
petl/test/io/test_sources.py
petl/test/io/test_sqlite3.py
petl/test/io/test_tees.py
petl/test/io/test_text.py
petl/test/io/test_text_unicode.py
petl/test/io/test_whoosh.py
petl/test/io/test_xls.py
petl/test/io/test_xlsx.py
petl/test/io/test_xml.py
petl/test/resources/test.xls
petl/test/resources/test.xlsx
petl/test/transform/__init__.py
petl/test/transform/test_basics.py
petl/test/transform/test_conversions.py
petl/test/transform/test_dedup.py
petl/test/transform/test_fills.py
petl/test/transform/test_headers.py
petl/test/transform/test_intervals.py
petl/test/transform/test_joins.py
petl/test/transform/test_maps.py
petl/test/transform/test_reductions.py
petl/test/transform/test_regex.py
petl/test/transform/test_reshape.py
petl/test/transform/test_selects.py
petl/test/transform/test_setops.py
petl/test/transform/test_sorts.py
petl/test/transform/test_unpacks.py
petl/test/transform/test_validation.py
petl/test/util/__init__.py
petl/test/util/test_base.py
petl/test/util/test_counting.py
petl/test/util/test_lookups.py
petl/test/util/test_materialise.py
petl/test/util/test_misc.py
petl/test/util/test_parsers.py
petl/test/util/test_statistics.py
petl/test/util/test_timing.py
petl/test/util/test_vis.py
petl/transform/__init__.py
petl/transform/basics.py
petl/transform/conversions.py
petl/transform/dedup.py
petl/transform/fills.py
petl/transform/hashjoins.py
petl/transform/headers.py
petl/transform/intervals.py
petl/transform/joins.py
petl/transform/maps.py
petl/transform/reductions.py
petl/transform/regex.py
petl/transform/reshape.py
petl/transform/selects.py
petl/transform/setops.py
petl/transform/sorts.py
petl/transform/unpacks.py
petl/transform/validation.py
petl/util/__init__.py
petl/util/base.py
petl/util/counting.py
petl/util/lookups.py
petl/util/materialise.py
petl/util/misc.py
petl/util/parsers.py
petl/util/random.py
petl/util/statistics.py
petl/util/timing.py
petl/util/vis.py