.codecov.yml
.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGES.rst
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
conda-requirements.txt
conda-test-requirements.txt
format_code.sh
mypy.ini
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
.github/dependabot.yml
.github/issue_template.md
.github/pull_request_template.md
.github/workflows/ci-pre-commit.yml
.github/workflows/ci.yml
.github/workflows/docs.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/changes.rst
docs/conf.py
docs/environment-docs.yml
docs/index.rst
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/guide/cube/command_line_features.rst
docs/guide/cube/cube_design_features.rst
docs/guide/cube/examples.rst
docs/guide/cube/glossary.rst
docs/guide/cube/kartothek_cubes.rst
docs/guide/cube/query_system.rst
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
kartothek/__init__.py
kartothek.egg-info/PKG-INFO
kartothek.egg-info/SOURCES.txt
kartothek.egg-info/dependency_links.txt
kartothek.egg-info/entry_points.txt
kartothek.egg-info/requires.txt
kartothek.egg-info/top_level.txt
kartothek/api/__init__.py
kartothek/api/consistency.py
kartothek/api/cube.py
kartothek/api/dataset.py
kartothek/api/discover.py
kartothek/api/serialization.py
kartothek/cli/__init__.py
kartothek/cli/_cleanup.py
kartothek/cli/_copy.py
kartothek/cli/_delete.py
kartothek/cli/_index.py
kartothek/cli/_info.py
kartothek/cli/_query.py
kartothek/cli/_stats.py
kartothek/cli/_utils.py
kartothek/core/__init__.py
kartothek/core/_compat.py
kartothek/core/_deprecation.py
kartothek/core/_mixins.py
kartothek/core/_time.py
kartothek/core/_zmsgpack.py
kartothek/core/common_metadata.py
kartothek/core/dataset.py
kartothek/core/docs.py
kartothek/core/factory.py
kartothek/core/index.py
kartothek/core/naming.py
kartothek/core/partition.py
kartothek/core/testing.py
kartothek/core/typing.py
kartothek/core/urlencode.py
kartothek/core/utils.py
kartothek/core/uuid.py
kartothek/core/cube/__init__.py
kartothek/core/cube/conditions.py
kartothek/core/cube/constants.py
kartothek/core/cube/cube.py
kartothek/io/__init__.py
kartothek/io/eager.py
kartothek/io/eager_cube.py
kartothek/io/iter.py
kartothek/io/dask/__init__.py
kartothek/io/dask/_shuffle.py
kartothek/io/dask/_sizeof.py
kartothek/io/dask/_utils.py
kartothek/io/dask/bag.py
kartothek/io/dask/bag_cube.py
kartothek/io/dask/common_cube.py
kartothek/io/dask/compression.py
kartothek/io/dask/dataframe.py
kartothek/io/dask/dataframe_cube.py
kartothek/io/dask/delayed.py
kartothek/io/testing/__init__.py
kartothek/io/testing/append_cube.py
kartothek/io/testing/build_cube.py
kartothek/io/testing/cleanup_cube.py
kartothek/io/testing/copy_cube.py
kartothek/io/testing/delete.py
kartothek/io/testing/delete_cube.py
kartothek/io/testing/extend_cube.py
kartothek/io/testing/gc.py
kartothek/io/testing/index.py
kartothek/io/testing/merge.py
kartothek/io/testing/query_cube.py
kartothek/io/testing/read.py
kartothek/io/testing/stats_cube.py
kartothek/io/testing/update.py
kartothek/io/testing/update_cube.py
kartothek/io/testing/utils.py
kartothek/io/testing/write.py
kartothek/io_components/__init__.py
kartothek/io_components/delete.py
kartothek/io_components/gc.py
kartothek/io_components/index.py
kartothek/io_components/merge.py
kartothek/io_components/metapartition.py
kartothek/io_components/read.py
kartothek/io_components/update.py
kartothek/io_components/utils.py
kartothek/io_components/write.py
kartothek/io_components/cube/__init__.py
kartothek/io_components/cube/append.py
kartothek/io_components/cube/cleanup.py
kartothek/io_components/cube/common.py
kartothek/io_components/cube/copy.py
kartothek/io_components/cube/remove.py
kartothek/io_components/cube/stats.py
kartothek/io_components/cube/write.py
kartothek/io_components/cube/query/__init__.py
kartothek/io_components/cube/query/_group.py
kartothek/io_components/cube/query/_intention.py
kartothek/io_components/cube/query/_regroup.py
kartothek/serialization/__init__.py
kartothek/serialization/_csv.py
kartothek/serialization/_generic.py
kartothek/serialization/_io_buffer.py
kartothek/serialization/_parquet.py
kartothek/serialization/_util.py
kartothek/serialization/testing.py
kartothek/utils/__init__.py
kartothek/utils/converters.py
kartothek/utils/ktk_adapters.py
kartothek/utils/migration_helpers.py
kartothek/utils/pandas.py
kartothek/utils/predicate_converter.py
kartothek/utils/store.py
reference-data/arrow-compat/0.12.1.parquet
reference-data/arrow-compat/0.13.0.parquet
reference-data/arrow-compat/0.14.1.parquet
reference-data/arrow-compat/0.15.0.parquet
reference-data/arrow-compat/0.16.0.parquet
reference-data/arrow-compat/0.17.1.parquet
reference-data/arrow-compat/1.0.0.parquet
reference-data/arrow-compat/1.0.1.parquet
reference-data/arrow-compat/2.0.0.parquet
reference-data/arrow-compat/3.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/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/api/__init__.py
tests/api/test_discover.py
tests/cli/conftest.py
tests/cli/test_base.py
tests/cli/test_cleanup.py
tests/cli/test_cli_index.py
tests/cli/test_copy.py
tests/cli/test_delete.py
tests/cli/test_info.py
tests/cli/test_query.py
tests/cli/test_stats.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/core/cube/__init__.py
tests/core/cube/test_conditions.py
tests/core/cube/test_constants.py
tests/core/cube/test_cube.py
tests/io/__init__.py
tests/io/cube/__init__.py
tests/io/cube/conftest.py
tests/io/cube/test_append.py
tests/io/cube/test_build.py
tests/io/cube/test_cleanup.py
tests/io/cube/test_copy.py
tests/io/cube/test_delete.py
tests/io/cube/test_extend.py
tests/io/cube/test_query.py
tests/io/cube/test_remove.py
tests/io/cube/test_stats.py
tests/io/cube/test_update.py
tests/io/cube/utils.py
tests/io/dask/__init__.py
tests/io/dask/conftest.py
tests/io/dask/test_common_cube.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_merge.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_copy.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_mutate.py
tests/io_components/test_read.py
tests/io_components/test_utils.py
tests/io_components/test_write.py
tests/io_components/cube/__init__.py
tests/io_components/cube/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_ktk_adapters.py
tests/utils/test_migration_helpers.py
tests/utils/test_pandas.py
tests/utils/test_predicate_converter.py
tests/utils/test_store.py