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).

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 how to use Vaex efficiently

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

Uploaded Source

Built Distribution

vaex-3.0.0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vaex-3.0.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for vaex-3.0.0.tar.gz
Algorithm Hash digest
SHA256 e0914d419ef7c90e619b77d7bdff1cad88fddc575f83bd883b346291980a60f5
MD5 ee991d7b66c508cbace680456bdb738b
BLAKE2b-256 fdc121cad571360c115e8304c9808e5c374156cb31b32c7eff4619ea0d36003c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vaex-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for vaex-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 34f63158c6345ce72c380137f98ad80f1c7ee0efdb2ec66d7c529c477b8ee2fc
MD5 3de977b6d53c61652205f36931b5bce2
BLAKE2b-256 9be1999226697c7bc77d447ea0f01c7684f24c2c83a825b8ec12d496de0ed7ea

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