.coveragerc
.gitignore
.hgignore
.hgtags
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
TODO.md
autobuild_docs.py
setup.cfg
setup.py
t.txt
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/comparisons.rst
docs/conf.py
docs/extending.rst
docs/grouping.rst
docs/index.rst
docs/license.rst
docs/quickstart.rst
docs/requirements.txt
docs/verbs.rst
docs/verbs_dataframe.rst
docs/verbs_dplyr.rst
docs/verbs_dppd.rst
docs/verbs_other.rst
docs/verbs_tidyr.rst
docs/why.rst
docs/_static/.gitignore
docs/_static/my-styles.css
docs/examples/001_select_columns.rst
docs/examples/005_filter_by_isin.rst
docs/examples/010_filter_by_substring.rst
docs/examples/015_filter_by_iloc.rst
docs/examples/020_select_rows_by_loc.rst
docs/examples/025_replace_values.rst
docs/examples/02_advanced_select.rst
docs/examples/030_nan_handling.rst
docs/examples/031_replace_nans_in_non_variable_column_name.rst
docs/examples/040_filter_by_callback.rst
docs/examples/045_if_else.rst
docs/examples/050_convert_dtype.rst
docs/examples/070_distinct_by_column.rst
docs/examples/086_summarize_all_columns.rst
docs/examples/100_assign_new_column.rst
docs/examples/105_iterate_over_groups.rst
docs/examples/110_selecT_drops_group.rst
docs/examples/55_convert_int_columns.rst
docs/examples/60_custom_verb.rst
docs/examples/75_distinct_multiple_columns.rst
docs/examples/80_summarize_two_columns.rst
docs/examples/85_summarise_quantils.rst
docs/examples/90_concat.rst
docs/examples/95_transpos.rst
src/dppd/__init__.py
src/dppd/base.py
src/dppd/column_spec.py
src/dppd/single_verbs.py
src/dppd.egg-info/PKG-INFO
src/dppd.egg-info/SOURCES.txt
src/dppd.egg-info/dependency_links.txt
src/dppd.egg-info/not-zip-safe
src/dppd.egg-info/requires.txt
src/dppd.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_base.py
tests/test_flake8.py
tests/test_pandas_forwards.py
tests/test_reshaping.py
tests/test_select.py
tests/test_single_verbs.py