Skip to content

quiquinSP/vaex

 
 

Repository files navigation

image

VaeX: Visualization and eXploration

Vaex is a program (and Python library) to visualize and explore large tabular datasets using statistics on an N-dimensional grid. It mainly renders histograms, density plots and volume rendering plots for visualization in the order of 109 rows in the order of 1 second. For exploration it support selection in 1 and 2d, but it can also analyse the columns (dimensions) to find subspaces which are richer in information than others.

image

Vaex uses several sites:

Installation

Using pip :: $ pip install --user --pre vaex

Using conda :: conda install -c conda-forge vaex

About

Veax: Python library/program to visualize and explore large (~billion rows/objects) tabular datasets interactively.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.4%
  • Python 44.1%
  • HTML 5.4%
  • C++ 3.5%
  • PHP 1.0%
  • CSS 0.2%
  • Other 0.4%