CODE_OF_CONDUCT.md
CONTRIBUTING.md
COVERAGE.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
coverage.svg
pyproject.toml
dataframe_handlers/__init__.py
dataframe_handlers.egg-info/PKG-INFO
dataframe_handlers.egg-info/SOURCES.txt
dataframe_handlers.egg-info/dependency_links.txt
dataframe_handlers.egg-info/requires.txt
dataframe_handlers.egg-info/top_level.txt
dataframe_handlers/base/__init__.py
dataframe_handlers/base/base.py
dataframe_handlers/dask_handler/__init__.py
dataframe_handlers/dask_handler/dask_handler.py
dataframe_handlers/pandas_handler/__init__.py
dataframe_handlers/pandas_handler/pandas_handler.py
dataframe_handlers/vaex_handler/__init__.py
dataframe_handlers/vaex_handler/vaex_handler.py
dataframe_handlers/xarray_handler/__init__.py
dataframe_handlers/xarray_handler/xarray_handler.py
tests/test_dask_handler.py
tests/test_pandas_handler.py
tests/test_vaex_handler.py
tests/test_xarray_handler.py