README.md
pyproject.toml
setup.cfg
setup.py
carefree_data.egg-info/PKG-INFO
carefree_data.egg-info/SOURCES.txt
carefree_data.egg-info/dependency_links.txt
carefree_data.egg-info/requires.txt
carefree_data.egg-info/top_level.txt
cfdata/__init__.py
cfdata/base.py
cfdata/types.py
cfdata/misc/c/cython_utils.c
cfdata/misc/__init__.py
cfdata/misc/c/__init__.py
cfdata/misc/c/cython_substitute.py
cfdata/misc/c/cython_utils.c
cfdata/misc/c/cython_utils.pyx
cfdata/misc/c/cython_wrappers.py
cfdata/tabular/__init__.py
cfdata/tabular/types.py
cfdata/tabular/utils.py
cfdata/tabular/wrapper.py
cfdata/tabular/converters/__init__.py
cfdata/tabular/converters/base.py
cfdata/tabular/converters/categorical/__init__.py
cfdata/tabular/converters/categorical/core.py
cfdata/tabular/converters/numerical/__init__.py
cfdata/tabular/converters/numerical/core.py
cfdata/tabular/converters/string/__init__.py
cfdata/tabular/converters/string/core.py
cfdata/tabular/processors/__init__.py
cfdata/tabular/processors/base.py
cfdata/tabular/processors/function/__init__.py
cfdata/tabular/processors/function/core.py
cfdata/tabular/processors/identical/__init__.py
cfdata/tabular/processors/identical/core.py
cfdata/tabular/processors/min_max/__init__.py
cfdata/tabular/processors/min_max/core.py
cfdata/tabular/processors/normalize/__init__.py
cfdata/tabular/processors/normalize/core.py
cfdata/tabular/processors/one_hot/__init__.py
cfdata/tabular/processors/one_hot/core.py
cfdata/tabular/recognizer/__init__.py
cfdata/tabular/recognizer/core.py