LICENSE
README.md
pyproject.toml
src/simpandas/__init__.py
src/simpandas/basics.py
src/simpandas/errors.py
src/simpandas/frame.py
src/simpandas/index.py
src/simpandas/indexer.py
src/simpandas/series.py
src/simpandas/writters.py
src/simpandas.egg-info/PKG-INFO
src/simpandas.egg-info/SOURCES.txt
src/simpandas.egg-info/dependency_links.txt
src/simpandas.egg-info/requires.txt
src/simpandas.egg-info/top_level.txt
src/simpandas/common/__init__.py
src/simpandas/common/_internal_processes.py
src/simpandas/common/compat.py
src/simpandas/common/daterelated.py
src/simpandas/common/filters.py
src/simpandas/common/helpers.py
src/simpandas/common/lazy_unyts.py
src/simpandas/common/math.py
src/simpandas/common/merger.py
src/simpandas/common/renamer.py
src/simpandas/common/shape.py
src/simpandas/common/slope.py
src/simpandas/common/stringformat.py
src/simpandas/common/units.py
src/simpandas/readers/__init__.py
src/simpandas/readers/csv.py
src/simpandas/readers/h5.py
src/simpandas/readers/json.py
src/simpandas/readers/parquet.py
src/simpandas/readers/prodml.py
src/simpandas/readers/resqml.py
src/simpandas/readers/schedule.py
src/simpandas/readers/summary.py
src/simpandas/readers/vdb.py
src/simpandas/readers/witsml.py
src/simpandas/readers/xlsx.py
src/simpandas/writers/__init__.py
src/simpandas/writers/csv.py
src/simpandas/writers/h5.py
src/simpandas/writers/json.py
src/simpandas/writers/parquet.py
src/simpandas/writers/prodml.py
src/simpandas/writers/resqml.py
src/simpandas/writers/schedule.py
src/simpandas/writers/summary.py
src/simpandas/writers/witsml.py
src/simpandas/writers/xlsx.py
test/test.py
test/test_audit_bugs.py
test/test_basics.py
test/test_ch4_coverage_gaps.py
test/test_errors.py
test/test_feature_validation.py
test/test_frame.py
test/test_index.py
test/test_indexer.py
test/test_missing_wrappers.py
test/test_new_features.py
test/test_regression.py
test/test_series.py
test/test_shortcuts.py
test/test_simpandas.py
test/test_unit_preservation.py
test/test_unyts_compatibility.py