vaexEasy Playground

Out-of-core DataFrames for lazy computation on billion-row datasets

Getting started with vaexRun locally
Install
pip install vaex
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: vaex)

vaex is a third-party package. Out-of-core DataFrames for lazy computation on billion-row datasets. Install with: pip install vaex

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?