LICENSE
MANIFEST.in
README.md
pyproject.toml
src/funcnodes_pandas/__init__.py
src/funcnodes_pandas/grouping.py
src/funcnodes_pandas/utils.py
src/funcnodes_pandas.egg-info/PKG-INFO
src/funcnodes_pandas.egg-info/SOURCES.txt
src/funcnodes_pandas.egg-info/dependency_links.txt
src/funcnodes_pandas.egg-info/entry_points.txt
src/funcnodes_pandas.egg-info/requires.txt
src/funcnodes_pandas.egg-info/top_level.txt
src/funcnodes_pandas/dataframe/__init__.py
src/funcnodes_pandas/dataframe/_autoreader.py
src/funcnodes_pandas/dataframe/_convert.py
src/funcnodes_pandas/dataframe/_manipulation.py
src/funcnodes_pandas/dataframe/_masking.py
src/funcnodes_pandas/dataframe/_math.py
src/funcnodes_pandas/dataframe/_rows_cols.py
src/funcnodes_pandas/dataframe/_types.py
src/funcnodes_pandas/dataseries/__init__.py
src/funcnodes_pandas/dataseries/_str.py
tests/all_nodes_test_base.py
tests/test_all_nodes.py
tests/test_df.py
tests/test_grouping.py
tests/test_series.py