.codecov.yml
.copier-answers.yml
.coveragerc
.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierrc
.readthedocs.yml
CHANGES.rst
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
pixi.lock
pixi.toml
pyproject.toml
.github/CODEOWNERS
.github/dependabot.yml
.github/issue_template.md
.github/pull_request_template.md
.github/workflows/benchmarks.yml
.github/workflows/build.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/nighlies.yml
.github/workflows/pre-commit-autoupdate.yml
.github/workflows/scorecard.yml
.github/workflows/update-lockfiles.yml
asv_bench/asv.conf.json
asv_bench/benchmarks/__init__.py
asv_bench/benchmarks/config.py
asv_bench/benchmarks/filter.py
asv_bench/benchmarks/index.py
asv_bench/benchmarks/metapartition.py
asv_bench/benchmarks/predicate_pushdown.py
asv_bench/benchmarks/schema.py
asv_bench/benchmarks/write.py
asv_bench/benchmarks/serialization/__init__.py
docs/.gitignore
docs/Makefile
docs/changes.rst
docs/conf.py
docs/environment-docs.yml
docs/index.rst
docs/make.bat
docs/versioning.rst
docs/_static/.gitignore
docs/guide/dask_indexing.rst
docs/guide/examples.rst
docs/guide/getting_started.rst
docs/guide/mutating_datasets.rst
docs/guide/partitioning.rst
docs/guide/taskgraph.jpeg
docs/images/kartothek_partition_on.png
docs/images/kartothek_read_dispatch.png
docs/images/kartothek_read_final.png
docs/images/kartothek_read_pushdown.png
docs/spec/efficient_querying.rst
docs/spec/format_specification.rst
docs/spec/indexing.rst
docs/spec/parallel_dask.rst
docs/spec/serialization.rst
docs/spec/storage_layout.rst
docs/spec/store_interface.rst
docs/spec/type_system.rst
docs/sphinxext/reference_aliases.py
plateau/__init__.py
plateau.egg-info/PKG-INFO
plateau.egg-info/SOURCES.txt
plateau.egg-info/dependency_links.txt
plateau.egg-info/requires.txt
plateau.egg-info/top_level.txt
plateau/api/__init__.py
plateau/api/dataset.py
plateau/api/serialization.py
plateau/core/__init__.py
plateau/core/_compat.py
plateau/core/_deprecation.py
plateau/core/_mixins.py
plateau/core/_time.py
plateau/core/_zmsgpack.py
plateau/core/common_metadata.py
plateau/core/dataset.py
plateau/core/docs.py
plateau/core/factory.py
plateau/core/index.py
plateau/core/naming.py
plateau/core/partition.py
plateau/core/testing.py
plateau/core/typing.py
plateau/core/urlencode.py
plateau/core/utils.py
plateau/core/uuid.py
plateau/io/__init__.py
plateau/io/eager.py
plateau/io/iter.py
plateau/io/dask/__init__.py
plateau/io/dask/_shuffle.py
plateau/io/dask/_sizeof.py
plateau/io/dask/_utils.py
plateau/io/dask/bag.py
plateau/io/dask/compression.py
plateau/io/dask/dataframe.py
plateau/io/dask/delayed.py
plateau/io/testing/__init__.py
plateau/io/testing/delete.py
plateau/io/testing/gc.py
plateau/io/testing/index.py
plateau/io/testing/read.py
plateau/io/testing/update.py
plateau/io/testing/utils.py
plateau/io/testing/write.py
plateau/io_components/__init__.py
plateau/io_components/delete.py
plateau/io_components/gc.py
plateau/io_components/index.py
plateau/io_components/metapartition.py
plateau/io_components/read.py
plateau/io_components/update.py
plateau/io_components/utils.py
plateau/io_components/write.py
plateau/serialization/__init__.py
plateau/serialization/_csv.py
plateau/serialization/_generic.py
plateau/serialization/_io_buffer.py
plateau/serialization/_parquet.py
plateau/serialization/_util.py
plateau/serialization/testing.py
plateau/utils/__init__.py
plateau/utils/converters.py
plateau/utils/pandas.py
plateau/utils/store.py
reference-data/arrow-compat/10.0.1.parquet
reference-data/arrow-compat/11.0.0.parquet
reference-data/arrow-compat/12.0.0.parquet
reference-data/arrow-compat/13.0.0.parquet
reference-data/arrow-compat/14.0.1.parquet
reference-data/arrow-compat/14.0.2.parquet
reference-data/arrow-compat/15.0.0.parquet
reference-data/arrow-compat/15.0.2.parquet
reference-data/arrow-compat/16.1.0.parquet
reference-data/arrow-compat/17.0.0.parquet
reference-data/arrow-compat/18.1.0.parquet
reference-data/arrow-compat/19.0.0.parquet
reference-data/arrow-compat/19.0.1.parquet
reference-data/arrow-compat/20.0.0.parquet
reference-data/arrow-compat/21.0.0.parquet
reference-data/arrow-compat/4.0.1.parquet
reference-data/arrow-compat/5.0.0.parquet
reference-data/arrow-compat/6.0.1.parquet
reference-data/arrow-compat/7.0.0.parquet
reference-data/arrow-compat/8.0.1.parquet
reference-data/arrow-compat/9.0.0.parquet
reference-data/arrow-compat/batch_generate_references.sh
reference-data/arrow-compat/generate_reference.py
reference-data/pyarrow-bugs/int64_statistics_overflow.parquet
tests/__init__.py
tests/conftest.py
tests/test_docs.py
tests/test_imports.py
tests/core/test_builder.py
tests/core/test_common_metadata.py
tests/core/test_dataset_dyn_part.py
tests/core/test_dataset_explicit_part.py
tests/core/test_docs.py
tests/core/test_factory.py
tests/core/test_index.py
tests/core/test_msgpack.py
tests/core/test_partition.py
tests/core/test_testing.py
tests/core/test_urlencode.py
tests/core/test_utils.py
tests/io/__init__.py
tests/io/dask/__init__.py
tests/io/dask/conftest.py
tests/io/dask/bag/__init__.py
tests/io/dask/bag/conftest.py
tests/io/dask/bag/test_index.py
tests/io/dask/bag/test_read.py
tests/io/dask/bag/test_write.py
tests/io/dask/dataframe/__init__.py
tests/io/dask/dataframe/conftest.py
tests/io/dask/dataframe/test_compression.py
tests/io/dask/dataframe/test_hashing.py
tests/io/dask/dataframe/test_read.py
tests/io/dask/dataframe/test_shuffle.py
tests/io/dask/dataframe/test_stats.py
tests/io/dask/dataframe/test_update.py
tests/io/dask/delayed/__init__.py
tests/io/dask/delayed/conftest.py
tests/io/dask/delayed/test_delete.py
tests/io/dask/delayed/test_gc.py
tests/io/dask/delayed/test_read.py
tests/io/dask/delayed/test_update.py
tests/io/dask/delayed/test_write.py
tests/io/eager/__init__.py
tests/io/eager/conftest.py
tests/io/eager/test_cleanup.py
tests/io/eager/test_commit.py
tests/io/eager/test_delete.py
tests/io/eager/test_gc.py
tests/io/eager/test_index.py
tests/io/eager/test_read.py
tests/io/eager/test_update.py
tests/io/eager/test_write.py
tests/io/iter/__init__.py
tests/io/iter/conftest.py
tests/io/iter/test_cleanup.py
tests/io/iter/test_read.py
tests/io/iter/test_update.py
tests/io/iter/test_write.py
tests/io_components/__init__.py
tests/io_components/test_dataset.py
tests/io_components/test_dataset_metadata_factory.py
tests/io_components/test_metapartition.py
tests/io_components/test_read.py
tests/io_components/test_utils.py
tests/io_components/test_write.py
tests/serialization/conftest.py
tests/serialization/test_arrow_compat.py
tests/serialization/test_classes.py
tests/serialization/test_dataframe.py
tests/serialization/test_filter.py
tests/serialization/test_io_buffer.py
tests/serialization/test_parquet.py
tests/serialization/test_util.py
tests/utils/__init__.py
tests/utils/test_converters.py
tests/utils/test_pandas.py
tests/utils/test_store.py