Skip to main content

No project description provided

Project description

plateau

flat files, flat land

Build Status Documentation Status codecov.io License: MIT Anaconda-Server Badge Anaconda-Server Badge

plateau is a Python library to manage (create, read, update, delete) large amounts of tabular data in a blob store. It stores data as datasets, which it presents as pandas DataFrames to the user. Datasets are a collection of files with the same schema that reside in a blob store. plateau uses a metadata definition to handle these datasets efficiently. For distributed access and manipulation of datasets plateau offers a Dask interface.

Storing data distributed over multiple files in a blob store (S3, ABS, GCS, etc.) allows for a fast, cost-efficient and highly scalable data infrastructure. A downside of storing data solely in an object store is that the storages themselves give little to no guarantees beyond the consistency of a single file. In particular, they cannot guarantee the consistency of your dataset. If we demand a consistent state of our dataset at all times, we need to track the state of the dataset. plateau frees us from having to do this manually.

The plateau.io module provides building blocks to create and modify these datasets in data pipelines. plateau handles I/O, tracks dataset partitions and selects subsets of data transparently.

Installation

Installers for the latest released version are availabe at the Python package index and on conda-forge.

# Install with pip
pip install plateau
# Install with conda/mamba, optionally add conda-forge as a source
# conda config --add channels conda-forge
mamba install plateau

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plateau-4.1.5.tar.gz (853.9 kB view details)

Uploaded Source

Built Distribution

plateau-4.1.5-py3-none-any.whl (133.4 kB view details)

Uploaded Python 3

File details

Details for the file plateau-4.1.5.tar.gz.

File metadata

  • Download URL: plateau-4.1.5.tar.gz
  • Upload date:
  • Size: 853.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for plateau-4.1.5.tar.gz
Algorithm Hash digest
SHA256 fe655e0b902bd2c450b0b9223f75dfed6aed45658f749f09855ed3a1e78b13b2
MD5 d3cf1ef83ea8ff657994039cc00936a1
BLAKE2b-256 0c26bbfa7cfa0c7e584653949cf7e2014863e63e023000d7c5f8ab0a9d8e14fc

See more details on using hashes here.

File details

Details for the file plateau-4.1.5-py3-none-any.whl.

File metadata

  • Download URL: plateau-4.1.5-py3-none-any.whl
  • Upload date:
  • Size: 133.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for plateau-4.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 5619bcfb2a6b95c12f98d8cbb09932c7eff484af892235d25f9a295e7a9abdd9
MD5 68ddd50294a1be85c55c7e07c0003b8f
BLAKE2b-256 e5b202f095c3907d3893cab2d9fbb9d325305659f8107da8763c9cd3003b32b4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page