.gitignore
CHANGELOG.md
CONTRIBUTING.md
INSTALLATION.md
LICENSE
MANIFEST.in
PACKAGE_SUMMARY.md
QUICKSTART.md
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/API.md
examples/quickstart.py
examples/sales_analysis.py
examples/tutorial.ipynb
examples/tutorial_local.ipynb
pipeframe/__init__.py
pipeframe/exceptions.py
pipeframe/py.typed
pipeframe.egg-info/PKG-INFO
pipeframe.egg-info/SOURCES.txt
pipeframe.egg-info/dependency_links.txt
pipeframe.egg-info/requires.txt
pipeframe.egg-info/top_level.txt
pipeframe/core/__init__.py
pipeframe/core/dataframe.py
pipeframe/core/index.py
pipeframe/core/series.py
pipeframe/io/__init__.py
pipeframe/io/readers.py
pipeframe/utils/__init__.py
pipeframe/utils/helpers.py
pipeframe/verbs/__init__.py
pipeframe/verbs/groupby.py
pipeframe/verbs/manipulate.py
pipeframe/verbs/reshape.py
tests/__init__.py
tests/test_basic.py