.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/publish-pypi.yml
.github/workflows/run-tests.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/cellarr_frame/__init__.py
src/cellarr_frame/base.py
src/cellarr_frame/dense.py
src/cellarr_frame/helpers.py
src/cellarr_frame/sparse.py
src/cellarr_frame.egg-info/PKG-INFO
src/cellarr_frame.egg-info/SOURCES.txt
src/cellarr_frame.egg-info/dependency_links.txt
src/cellarr_frame.egg-info/not-zip-safe
src/cellarr_frame.egg-info/requires.txt
src/cellarr_frame.egg-info/top_level.txt
tests/conftest.py
tests/test_append.py
tests/test_dense_frame.py
tests/test_sparse_frame.py