.DS_Store
.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
delta.ipynb
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/semantic_release.yaml
.github/workflows/spalah_ci.yaml
docs/examples_dataframe.md
docs/examples_datalake.md
docs/usage.ipynb
spalah/__init__.py
spalah/dataframe.py
spalah/datalake.py
spalah.egg-info/PKG-INFO
spalah.egg-info/SOURCES.txt
spalah.egg-info/dependency_links.txt
spalah.egg-info/not-zip-safe
spalah.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_SchemaComparer.py
tests/test_dataframe_script_dataframe.py
tests/test_dataframe_slice_dataframe.py
tests/test_datalake_get_table_properties.py
tests/test_datalake_set_table_properties.py
tests/test_flatten_schema.py