.coveragerc
.envrc
.gitignore
CHANGELOG.md
DEVELOPERS.md
LICENSE
MANIFEST.in
Makefile
PULL_REQUEST_TEMPLATE
README.md
linux_environment.yml
osx_environment.yml
readthedocs.yml
requirements-tests.txt
requirements.txt
setup.py
tests.py
tox.ini
.github/workflows/run_tests.yml
datascience/__init__.py
datascience/formats.py
datascience/maps.py
datascience/predicates.py
datascience/tables.py
datascience/util.py
datascience/version.py
datascience.egg-info/PKG-INFO
datascience.egg-info/SOURCES.txt
datascience.egg-info/dependency_links.txt
datascience.egg-info/requires.txt
datascience.egg-info/top_level.txt
datascience/geodata/geocode_states.csv
docs/Makefile
docs/conf.py
docs/formats.rst
docs/index.rst
docs/maps.rst
docs/predicates.rst
docs/requirements.txt
docs/sample.csv
docs/tables.rst
docs/tutorial.rst
docs/util.rst
docs/_images/.keep
docs/reference-nb/datascience-reference.ipynb
tests/Charts.ipynb
tests/Maps.ipynb
tests/__init__.py
tests/notebook_runner.py
tests/plotly-charts.ipynb
tests/test_formats.py
tests/test_maps.py
tests/test_predicates.py
tests/test_tables.py
tests/test_util.py
tests/us-states.json
tests/us-unemployment-copy
tests/us-unemployment.csv
tests/us-unemployment.txt
tools/deploy_docs.sh