All Projects → vaexio → Vaex

vaexio / Vaex

Licence: mit
Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualize and explore big tabular data at a billion rows per second 🚀

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
HTML
75241 projects
PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Vaex

gan deeplearning4j
Automatic feature engineering using Generative Adversarial Networks using Deeplearning4j and Apache Spark.
Stars: ✭ 19 (-99.72%)
Mutual labels:  bigdata, machinelearning
Mobius
C# and F# language binding and extensions to Apache Spark
Stars: ✭ 929 (-86.32%)
Mutual labels:  dataframe, bigdata
jhdf
A pure Java HDF5 library
Stars: ✭ 83 (-98.78%)
Mutual labels:  bigdata, hdf5
tv
📺(tv) Tidy Viewer is a cross-platform CLI csv pretty printer that uses column styling to maximize viewer enjoyment.
Stars: ✭ 1,763 (-74.05%)
Mutual labels:  tabular-data, dataframe
tablecloth
Dataset manipulation library built on the top of tech.ml.dataset
Stars: ✭ 167 (-97.54%)
Mutual labels:  machinelearning, dataframe
Awesome Cybersecurity Datasets
A curated list of amazingly awesome Cybersecurity datasets
Stars: ✭ 380 (-94.41%)
Mutual labels:  dataframe, machinelearning
Visidata
A terminal spreadsheet multitool for discovering and arranging data
Stars: ✭ 4,606 (-32.19%)
Mutual labels:  tabular-data, hdf5
Bigslice
A serverless cluster computing system for the Go programming language
Stars: ✭ 469 (-93.1%)
Mutual labels:  bigdata, machinelearning
Spark Daria
Essential Spark extensions and helper methods ✨😲
Stars: ✭ 553 (-91.86%)
Mutual labels:  dataframe
Machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
Stars: ✭ 5,984 (-11.91%)
Mutual labels:  machinelearning
Nsfwjs
NSFW detection on the client-side via TensorFlow.js
Stars: ✭ 5,223 (-23.11%)
Mutual labels:  machinelearning
Bigartm
Fast topic modeling platform
Stars: ✭ 563 (-91.71%)
Mutual labels:  bigdata
Nudenet
Neural Nets for Nudity Detection and Censoring
Stars: ✭ 642 (-90.55%)
Mutual labels:  machinelearning
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (-0.15%)
Mutual labels:  machinelearning
Pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 676 (-90.05%)
Mutual labels:  machinelearning
Cds
Data syncing in golang for ClickHouse.
Stars: ✭ 501 (-92.62%)
Mutual labels:  bigdata
Dataframe Go
DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration
Stars: ✭ 487 (-92.83%)
Mutual labels:  dataframe
Ai Series
📚 [.md & .ipynb] Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,数理统计篇 | 机器学习篇 | 深度学习篇 | 自然语言处理篇 | 工具实践 Scikit & Tensoflow & PyTorch 篇 | 行业应用 & 课程笔记
Stars: ✭ 702 (-89.67%)
Mutual labels:  machinelearning
Nsfw model
Keras model of NSFW detector
Stars: ✭ 667 (-90.18%)
Mutual labels:  machinelearning
Smile
Statistical Machine Intelligence & Learning Engine
Stars: ✭ 5,412 (-20.33%)
Mutual labels:  dataframe

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].