/vaex

Lazy Out-of-Core DataFrames for Python, visualize and explore big tabular data at a billion rows per second.

Primary LanguagePythonMIT LicenseMIT

Travis Conda Join the chat at https://gitter.im/maartenbreddels/vaex

VaeX: Visualization and eXploration

Vaex is a python library for Out-of-Core DataFrames (similar to Pandas), to visualize and explore big tabular datasets. It can calculate statistics such as mean, sum, count, standard deviation etc, on an N-dimensional grid up to a billion (109) objects/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).

Vaex uses several sites:

Installation

See https://docs.vaex.io/en/latest/installing.html or:

Using pip

$ pip install --user --pre vaex

Using conda

conda install -c conda-forge vaex