.gitignore
.travis.yml
LICENSE
README.md
setup.py
.idea/encodings.xml
.idea/other.xml
.idea/vcs.xml
docs/_config.yml
docs/acknowledgement.rst
docs/basic_functionality.nblink
docs/conf.py
docs/features.nblink
docs/index.rst
docs/installation.rst
docs/license.rst
docs/_static/logo.png
docs/_static/logo.svg
docs/_static/css/custom.css
docs/images/table_example_2.png
docs/source_code/algorithms.rst
docs/source_code/cell_parser.rst
docs/source_code/exceptions.rst
docs/source_code/footnotes.rst
docs/source_code/history.rst
docs/source_code/input.rst
docs/source_code/output.rst
docs/source_code/source_code.rst
docs/source_code/table_object.rst
examples/basic_functionality.ipynb
examples/features.ipynb
examples/saved_table.csv
examples/tables/table_example.csv
examples/tables/table_example8.csv
examples/tables/table_example9.csv
examples/tables/table_example_footnotes.csv
examples/tables/te_04.csv
examples/tables/te_06.csv
requirements/requirements.txt
tabledataextractor/__init__.py
tabledataextractor/exceptions.py
tabledataextractor.egg-info/PKG-INFO
tabledataextractor.egg-info/SOURCES.txt
tabledataextractor.egg-info/dependency_links.txt
tabledataextractor.egg-info/not-zip-safe
tabledataextractor.egg-info/requires.txt
tabledataextractor.egg-info/top_level.txt
tabledataextractor/input/__init__.py
tabledataextractor/input/from_any.py
tabledataextractor/input/from_csv.py
tabledataextractor/input/from_html.py
tabledataextractor/input/from_list.py
tabledataextractor/input/img.png
tabledataextractor/output/__init__.py
tabledataextractor/output/print.py
tabledataextractor/output/to_csv.py
tabledataextractor/output/to_pandas.py
tabledataextractor/table/__init__.py
tabledataextractor/table/algorithms.py
tabledataextractor/table/footnotes.py
tabledataextractor/table/history.py
tabledataextractor/table/parse.py
tabledataextractor/table/table.py
tests/__init__.py
tests/test_input_from_csv.py
tests/test_output_from_csv.py
tests/test_row_categories.py
tests/test_table_footnotes.py
tests/test_table_table.py
tests/test_table_table_header_extens_d.py
tests/test_table_table_header_extension.py
tests/test_table_table_spanning_cells.py
tests/test_table_table_subtables.py
tests/test_tde.py
tests/test_trivial_table.py
tests/data/row_categories_table.csv
tests/data/table_broken_row.csv
tests/data/table_commas.csv
tests/data/table_double_quotes.csv
tests/data/table_empty_lines.csv
tests/data/table_example1.csv
tests/data/table_example10.csv
tests/data/table_example10b.csv
tests/data/table_example11.csv
tests/data/table_example11b.csv
tests/data/table_example12.csv
tests/data/table_example12b.csv
tests/data/table_example13.csv
tests/data/table_example2.csv
tests/data/table_example3.csv
tests/data/table_example4.csv
tests/data/table_example5.csv
tests/data/table_example6.csv
tests/data/table_example7.csv
tests/data/table_example8.csv
tests/data/table_example8b.csv
tests/data/table_example9.csv
tests/data/table_example9b.csv
tests/data/table_example_footnotes.csv
tests/data/table_single_quotes.csv
tests/data/te_01.csv
tests/data/te_02.csv
tests/data/te_03.csv
tests/data/te_04.csv
tests/data/te_05.csv
tests/data/te_06.csv
tests/data/te_07.csv
tests/data/te_08.csv