Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 578 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 578 Bytes

Flytekit Pandera Plugin

Flytekit python natively supports many data types, including a FlyteSchema type for type-annotating pandas DataFrames. The Flytekit Pandera plugin provides an alternative for defining DataFrame schemas by integrating with Pandera, a runtime data validation tool for pandas DataFrames.

To install the plugin, run the following command:

pip install flytekitplugins-pandera

All examples can be found in the documentation.