LICENSE.txt
MANIFEST.in
README.md
setup.py
gooddata_pandas/__init__.py
gooddata_pandas/_version.py
gooddata_pandas/data_access.py
gooddata_pandas/dataframe.py
gooddata_pandas/good_pandas.py
gooddata_pandas/py.typed
gooddata_pandas/result_convertor.py
gooddata_pandas/series.py
gooddata_pandas/utils.py
gooddata_pandas.egg-info/PKG-INFO
gooddata_pandas.egg-info/SOURCES.txt
gooddata_pandas.egg-info/dependency_links.txt
gooddata_pandas.egg-info/requires.txt
gooddata_pandas.egg-info/top_level.txt
tests/dataframe/__init__.py
tests/dataframe/conftest.py
tests/dataframe/test_dataframe_for_exec_def.py
tests/dataframe/test_dataframe_for_insight.py
tests/dataframe/test_dataframe_for_items.py
tests/dataframe/test_indexed_dataframe.py
tests/dataframe/test_not_indexed_dataframe.py
tests/series/__init__.py
tests/series/conftest.py
tests/series/test_indexed_series.py
tests/series/test_not_indexed_series.py