Skip to main content

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

Project description

Documentation Slack

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

Contributing

See contributing page.

Slack

Join the discussion in our Slack channel!

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.9.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

vaex-4.9.0-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file vaex-4.9.0.tar.gz.

File metadata

  • Download URL: vaex-4.9.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.12

File hashes

Hashes for vaex-4.9.0.tar.gz
Algorithm Hash digest
SHA256 84f640bb096f3c8c980c2d9930586d06b334e3bf4ff65d832bb37f570ac5a15c
MD5 e796b2a0f903a8cba3df027f92ee3ab8
BLAKE2b-256 25a1f7b4bea8625cd0c02514a411000cd703d7db93bdacd07fb85c7bcfc5ab14

See more details on using hashes here.

File details

Details for the file vaex-4.9.0-py3-none-any.whl.

File metadata

  • Download URL: vaex-4.9.0-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.12

File hashes

Hashes for vaex-4.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4dd1da30aad8f982e04d6f6a6dfca2b0e3e0ff01f6b26918e17d87e0c0b2c6a1
MD5 b0ce57537c8511c281499bf9b045558f
BLAKE2b-256 f5634cdf2bfd9c894378a82bd5d5c7b9374e5e53aa17a5e70519e5fbd32adc64

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