Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vaex | 8,038 | 2 | 29 | a month ago | 69 | July 21, 2023 | 508 | mit | Python | |
Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 | ||||||||||
Pygwalker | 8,005 | 3 | 3 days ago | 121 | December 01, 2023 | 27 | apache-2.0 | Python | ||
PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis | ||||||||||
Smile | 5,833 | 121 | 35 | a month ago | 33 | June 14, 2023 | 12 | other | Java | |
Statistical Machine Intelligence & Learning Engine | ||||||||||
Tablesaw | 3,328 | 14 | 24 | 2 months ago | 78 | April 02, 2022 | 130 | apache-2.0 | Java | |
Java dataframe and visualization library | ||||||||||
Vincent | 2,054 | 141 | 5 | 7 years ago | 14 | May 06, 2014 | 42 | mit | Python | |
A Python to Vega translator | ||||||||||
Autoviz | 1,481 | 7 | a month ago | 75 | October 30, 2023 | 2 | apache-2.0 | Python | ||
Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request. | ||||||||||
Pandashells | 786 | 1 | 3 years ago | 12 | January 16, 2021 | 10 | other | Python | ||
:panda_face: Bringing the python data stack to the shell prompt | ||||||||||
Vnquant | 325 | 2 months ago | 12 | HTML | ||||||
VietNam Data Stock Market Price | ||||||||||
Inspectdf | 236 | 1 | a year ago | 12 | August 09, 2022 | 5 | R | |||
🛠️ 📊 Tools for Exploring and Comparing Data Frames | ||||||||||
Visualize_ml | 160 | 7 years ago | 3 | August 04, 2016 | mit | Python | ||||
Python package for consolidated and extensive Univariate,Bivariate Data Analysis and Visualization catering to both categorical and continuous datasets. |
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).
With pip:
$ pip install vaex
Or conda:
$ conda install -c conda-forge vaex
For more details, see the documentation
HDF5 and Apache Arrow supported.
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.
Don't waste memory or time with feature engineering, we (lazily) transform your data when needed.
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.
Vaex implements parallelized, highly performant groupby
operations, especially when using categories (>1 billion/second).
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!
See contributing page.
Join the discussion in our Slack channel!
Articles
Watch our more recent talks:
Contact us for data science solutions, training, or enterprise support at https://vaex.io/