Skip to main content

Out-of-Core DataFrames to visualize and explore big tabular datasets

Project description

Documentation

What is Vaex?

Vaex is a high performance Python library for lazy Out-of-Core DataFrames (similar to Pandas), to visualize and explore big tabular datasets. It calculates statistics such as mean, sum, count, standard deviation etc, on an N-dimensional grid for more than a billion (10^9) samples/rows per second. Visualization is done using histograms, density plots and 3d volume rendering, allowing interactive exploration of big data. Vaex uses memory mapping, zero memory copy policy and lazy computations for best performance (no memory wasted).

Installing

With pip:

$ pip install vaex

Or conda:

$ conda install -c conda-forge vaex

For more details, see the documentation

Key features

Instant opening of Huge data files (memory mapping)

HDF5 and Apache Arrow supported.

opening1a

opening1b

Read the documentation on how to efficiently convert your data from CSV files, Pandas DataFrames, or other sources.

Lazy streaming from S3 supported in combination with memory mapping.

opening1c

Expression system

Don't waste memory or time with feature engineering, we (lazily) transform your data when needed.

expression

Out-of-core DataFrame

Filtering and evaluating expressions will not waste memory by making copies; the data is kept untouched on disk, and will be streamed only when needed. Delay the time before you need a cluster.

occ-animated

Fast groupby / aggregations

Vaex implements parallelized, highly performant groupby operations, especially when using categories (>1 billion/second).

groupby

Fast and efficient join

Vaex doesn't copy/materialize the 'right' table when joining, saving gigabytes of memory. With subsecond joining on a billion rows, it's pretty fast!

join

More features

Learn more about Vaex

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

vaex-4.0.0a11.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

vaex-4.0.0a11-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file vaex-4.0.0a11.tar.gz.

File metadata

  • Download URL: vaex-4.0.0a11.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for vaex-4.0.0a11.tar.gz
Algorithm Hash digest
SHA256 991ec5daebc363adde216614c366c82ac6fd4ef99d25078e19fdabc447ac8b48
MD5 465ea11e1125da6d5a9f76d52eabb21d
BLAKE2b-256 3935fceb42114de32d3f6cb0665f9eb369dc8767164949f0c0af6a1a3df55908

See more details on using hashes here.

File details

Details for the file vaex-4.0.0a11-py3-none-any.whl.

File metadata

  • Download URL: vaex-4.0.0a11-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for vaex-4.0.0a11-py3-none-any.whl
Algorithm Hash digest
SHA256 f57023a5fe38a51ada5bc88f23dbc6e6067e9e374553d24d1d6e576eeba4ad50
MD5 7cc5bf8817137af7a34dcff9594a6ff9
BLAKE2b-256 bfe30eabe7fd8f6071c2f08b875a52968694c96c3ea8aec2d5f942dd831c6f19

See more details on using hashes here.

Supported by

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