.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE.txt
README.md
environment.yml
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/linting.yaml
.github/workflows/release.yaml
.github/workflows/test.yaml
cf_pandas/__init__.py
cf_pandas/_version.py
cf_pandas/accessor.py
cf_pandas/options.py
cf_pandas/utils.py
cf_pandas.egg-info/PKG-INFO
cf_pandas.egg-info/SOURCES.txt
cf_pandas.egg-info/dependency_links.txt
cf_pandas.egg-info/not-zip-safe
cf_pandas.egg-info/requires.txt
cf_pandas.egg-info/top_level.txt
ci/environment-py3.10.yml
ci/environment-py3.8.yml
ci/environment-py3.9.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/environment.yml
docs/index.rst
tests/test_accessor.py