.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/ISSUE_TEMPLATE/README.md
.github/workflows/README.md
.github/workflows/asv-main.yml
.github/workflows/asv-nightly.yml
.github/workflows/asv-pr.yml
.github/workflows/build-documentation.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-benchmarks-pr.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/asv.conf.json
benchmarks/benchmarks.py
docs/Makefile
docs/conf.py
docs/gettingstarted.rst
docs/index.rst
docs/requirements.txt
docs/tutorials.rst
docs/_static/custom.css
docs/gettingstarted/contributing.rst
docs/gettingstarted/installation.rst
docs/gettingstarted/quickstart.ipynb
docs/intro_images/loc_into_nested.png
docs/intro_images/nestedframe_example.png
docs/intro_images/pandas_dfs.png
docs/intro_images/reduce.png
docs/tutorials/README.md
docs/tutorials/data_loading_notebook.ipynb
docs/tutorials/data_manipulation.ipynb
docs/tutorials/low_level.ipynb
docs/tutorials/nested_spectra.ipynb
src/nested_pandas/__init__.py
src/nested_pandas/_version.py
src/nested_pandas/py.typed
src/nested_pandas.egg-info/PKG-INFO
src/nested_pandas.egg-info/SOURCES.txt
src/nested_pandas.egg-info/dependency_links.txt
src/nested_pandas.egg-info/requires.txt
src/nested_pandas.egg-info/top_level.txt
src/nested_pandas/datasets/__init__.py
src/nested_pandas/datasets/generation.py
src/nested_pandas/nestedframe/__init__.py
src/nested_pandas/nestedframe/core.py
src/nested_pandas/nestedframe/io.py
src/nested_pandas/series/__init__.py
src/nested_pandas/series/accessor.py
src/nested_pandas/series/dtype.py
src/nested_pandas/series/ext_array.py
src/nested_pandas/series/packer.py
src/nested_pandas/series/utils.py
src/nested_pandas/utils/__init__.py
src/nested_pandas/utils/utils.py
tests/nested_pandas/conftest.py
tests/nested_pandas/test_packaging.py
tests/nested_pandas/datasets/test_generation.py
tests/nested_pandas/e2e_tests/test_issue89.py
tests/nested_pandas/nestedframe/test_io.py
tests/nested_pandas/nestedframe/test_nestedframe.py
tests/nested_pandas/series/test_accessor.py
tests/nested_pandas/series/test_dtype.py
tests/nested_pandas/series/test_ext_array.py
tests/nested_pandas/series/test_packer.py
tests/nested_pandas/series/test_series_utils.py
tests/nested_pandas/utils/test_utils.py