Created by: yaph
What is this Python project?
Vaex is a python library for lazy Out-of-Core DataFrames (similar to Pandas), to visualize and explore big tabular datasets.
What's the difference between this Python project and similar ones?
Vaex uses memory mapping, a zero memory copy policy, and lazy computations for best performance.