Vaex

Name:flytekitplugins-vaex
Version:0.0.0+develop
Author:
Provides: flytekitplugins.vaex
Requires: flytekit>=1.3.0b2,<2.0.0
vaex-core>=4.13.0,<4.14; python_version < '3.10'
vaex-core>=4.16.0; python_version >= '3.10'
pandas
pydantic<2.0
Python:>=3.9
License:apache2
Source Code: https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-vaex
  • Intended Audience :: Science/Research
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Topic :: Scientific/Engineering
  • Topic :: Scientific/Engineering :: Artificial Intelligence
  • Topic :: Software Development
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules

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.

To install the plugin, run the following command:

pip install flytekitplugins-vaex