tboch / vaex

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

Home Page:http://vaex.astro.rug.nl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

http://vaex.readthedocs.org/en/latest/_images/overview.png

Vaex uses several sites:

Installation

Using pip

$ pip install --user --pre vaex

Using conda

conda install -c conda-forge vaex

About

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

http://vaex.astro.rug.nl/

License:MIT License


Languages

Language:Python 45.2%Language:JavaScript 44.3%Language:HTML 5.3%Language:C++ 3.6%Language:PHP 1.0%Language:CSS 0.2%Language:GLSL 0.2%Language:Shell 0.1%Language:Batchfile 0.1%Language:Makefile 0.0%