概要
Vaex is a high-performance Python library designed to handle datasets that exceed available RAM by leveraging lazy evaluation and memory mapping. This skill enables Claude to perform complex statistical aggregations, create interactive visualizations like heatmaps, and build machine learning pipelines on datasets containing billions of rows without materializing them in memory. It is particularly useful for scientific data, financial time series, and converting large-scale files between formats like HDF5, Parquet, and Apache Arrow.