Vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
Alternatives To Vaex
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Vaex8,038229a month ago69July 21, 2023508mitPython
Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
Pygwalker8,00533 days ago121December 01, 202327apache-2.0Python
PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
Smile5,83312135a month ago33June 14, 202312otherJava
Statistical Machine Intelligence & Learning Engine
Tablesaw3,32814242 months ago78April 02, 2022130apache-2.0Java
Java dataframe and visualization library
Vincent2,05414157 years ago14May 06, 201442mitPython
A Python to Vega translator
Autoviz1,4817a month ago75October 30, 20232apache-2.0Python
Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Pandashells786
13 years ago12January 16, 202110otherPython
:panda_face: Bringing the python data stack to the shell prompt
Vnquant325
2 months ago12HTML
VietNam Data Stock Market Price
Inspectdf236
1a year ago12August 09, 20225R
🛠️ 📊 Tools for Exploring and Comparing Data Frames
Visualize_ml160
7 years ago3August 04, 2016mitPython
Python package for consolidated and extensive Univariate,Bivariate Data Analysis and Visualization catering to both categorical and continuous datasets.
Alternatives To Vaex
Select To Compare


Alternative Project Comparisons
Readme

Supported Python Versions 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

Popular Visualization Projects
Popular Dataframe Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Machine Learning
Visualization
Data Science
Big Data
Dataframe
Tabular Data