[Vaex](https://github.com/vaexio/vaex) is a high-performance Python library for lazy out-of-core DataFrames
(similar to Pandas) to visualize and explore big tabular datasets.

This plugin supports `vaex.DataFrame` as a data type with [StructuredDataset](https://docs.flyte.org/en/latest/user_guide/data_types_and_io/structureddataset.html).

To install the plugin, run the following command:

```bash
pip install flytekitplugins-vaex
```

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/plugins/vaex/_index.md
**HTML**: https://www.union.ai/docs/v1/flyte/api-reference/plugins/vaex/
