LICENSE
README.md
pyproject.toml
src/atikin_data/__init__.py
src/atikin_data/auto_convert.py
src/atikin_data/cli.py
src/atikin_data/column_stats.py
src/atikin_data/filter_rows.py
src/atikin_data/frame.py
src/atikin_data/io.py
src/atikin_data/merge_files.py
src/atikin_data/missing_report.py
src/atikin_data/quick_preview.py
src/atikin_data/quick_summary.py
src/atikin_data/sort_columns.py
src/atikin_data/visual_summary.py
src/atikin_data.egg-info/PKG-INFO
src/atikin_data.egg-info/SOURCES.txt
src/atikin_data.egg-info/dependency_links.txt
src/atikin_data.egg-info/entry_points.txt
src/atikin_data.egg-info/requires.txt
src/atikin_data.egg-info/top_level.txt
tests/test_auto_convert.py
tests/test_column_stats.py
tests/test_filter_rows.py
tests/test_merge_files.py
tests/test_missing_report.py
tests/test_quick_preview.py
tests/test_quick_summary.py
tests/test_sort_columns.py
tests/test_visual_summary.py