.gitattributes
.gitignore
.pre-commit-config.yaml
HOW_TO_RELEASE
LICENSE
MANIFEST.in
README.md
readthedocs.yml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/docs.yml
.github/workflows/pre-commit.yml
.github/workflows/pytest-minimal.yml
.github/workflows/pytest.yml
ci/condarc
ci/requirements-docs.yml
ci/requirements-minimal.yml
ci/requirements.yml
doc/api.rst
doc/conf.py
doc/dataloss.rst
doc/develop.rst
doc/format.rst
doc/index.rst
doc/installing.rst
doc/whats-new.rst
doc/_static/.gitignore
doc/_static/style.css
doc/_templates/layout.html
ndcsv/__init__.py
ndcsv/proper_unstack.py
ndcsv/py.typed
ndcsv/read.py
ndcsv/write.py
ndcsv.egg-info/PKG-INFO
ndcsv.egg-info/SOURCES.txt
ndcsv.egg-info/dependency_links.txt
ndcsv.egg-info/not-zip-safe
ndcsv.egg-info/requires.txt
ndcsv.egg-info/top_level.txt
ndcsv/tests/test_io.py
ndcsv/tests/test_pandas.py
ndcsv/tests/test_proper_unstack.py
ndcsv/tests/test_read.py
ndcsv/tests/test_roundtrip.py
ndcsv/tests/test_write.py