Metadata-Version: 2.4
Name: pipelantic-pandas
Version: 0.5.0
Summary: Pandas dataframe execution plugin for Pipelantic.
Author-email: Odo Matthews <odosmatthews@gmail.com>
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: pandas<3,>=2.0
Requires-Dist: pipelantic<0.6,>=0.5.0
Provides-Extra: arrow
Requires-Dist: pyarrow>=14; extra == 'arrow'
Description-Content-Type: text/markdown

# pipelantic-pandas

Pandas compatibility dataframe plugin for [Pipelantic](https://github.com/eddiethedean/pipelantic).

```bash
pip install pipelantic-pandas
pip install 'pipelantic-pandas[arrow]'  # optional Arrow interchange
```

Eager `DataFrame` execution only. Planning fails closed when a pipeline
requires unsupported lazy or zero-copy behavior.
