LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
src/convtools/__init__.py
src/convtools/_aggregations.py
src/convtools/_base.py
src/convtools/_chunks.py
src/convtools/_columns.py
src/convtools/_conversion.py
src/convtools/_cumulative.py
src/convtools/_debug.py
src/convtools/_dt.py
src/convtools/_exceptions.py
src/convtools/_expect.py
src/convtools/_heuristics.py
src/convtools/_joins.py
src/convtools/_mutations.py
src/convtools/_optimizer.py
src/convtools/_ordering.py
src/convtools/_try.py
src/convtools/_unique.py
src/convtools/_utils.py
src/convtools/_window.py
src/convtools.egg-info/PKG-INFO
src/convtools.egg-info/SOURCES.txt
src/convtools.egg-info/dependency_links.txt
src/convtools.egg-info/requires.txt
src/convtools.egg-info/top_level.txt
src/convtools/c_extensions/getters.c
src/convtools/contrib/__init__.py
src/convtools/contrib/fs.py
src/convtools/contrib/tables.py
tests/test_aggregate_edge_cases.py
tests/test_bad_conversions.py
tests/test_cext.py
tests/test_chunks.py
tests/test_clone.py
tests/test_comprehensions.py
tests/test_convtools.py
tests/test_dispatch.py
tests/test_doc__index_deserialization.py
tests/test_doc__index_intro.py
tests/test_doc__index_word_count.py
tests/test_doc__quickstart_aggregation.py
tests/test_dt_format.py
tests/test_dt_grids.py
tests/test_dt_parse.py
tests/test_dt_truncs.py
tests/test_dt_utils.py
tests/test_exceptions.py
tests/test_expect.py
tests/test_fs.py
tests/test_group_by.py
tests/test_hints.py
tests/test_itertools.py
tests/test_joins.py
tests/test_labels.py
tests/test_mutations.py
tests/test_optional.py
tests/test_ordering.py
tests/test_pipes.py
tests/test_shortcuts.py
tests/test_tables.py
tests/test_try.py
tests/test_utils.py
tests/test_windows.py