Skip to main content

Intake parquet plugin

Project description

# Intake-parquet

[![Build Status](https://travis-ci.org/ContinuumIO/intake-parquet.svg?branch=master)](https://travis-ci.org/ContinuumIO/intake-parquet) [![Documentation Status](https://readthedocs.org/projects/intake-parquet/badge/?version=latest)](http://intake-parquet.readthedocs.io/en/latest/?badge=latest)

[Intake data loader](https://github.com/ContinuumIO/intake/) interface to the parquet binary tabular data format.

Parquet is very popular in the big-data ecosystem, because it provides columnar and chunk-wise access to the data, with efficient encodings and compression. This makes the format particularly effective for streaming through large subsections of even larger data-sets, hence it’s common use with Hadoop and Spark.

Parquet data may be single files, directories of files, or nested directories, where the directory names are meaningful in the partitioning of the data.

### Features

The parquet plugin allows for:

  • efficient metadata parsing, so you know the data types and number of records without loading any data

  • random access of partitions

  • column and index selection, load only the data you need

  • passing of value-based filters, that you only load those partitions containing some valid data (NB: does not filter the values within a partition)

### Installation

The conda install instructions are:

` conda install -c conda-forge intake-parquet `

### Examples

See the notebook in the examples/ directory.

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

intake-parquet-0.3.0.tar.gz (57.8 kB view hashes)

Uploaded Source

Built Distribution

intake_parquet-0.3.0-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

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