infinyon / fluvio-client-python

The Fluvio Python Client!
https://infinyon.github.io/fluvio-client-python/fluvio.html
Apache License 2.0
13 stars 12 forks source link

To/From Polars Data Frame for Fluvio Records #8

Open simlay opened 3 years ago

simlay commented 3 years ago

Polars is a commonly used machine learning python library and the base data structure of this is a DataFrame. Let's add a to/from implementation of a fluvio records for convenience.

digikata commented 7 months ago

Switched to polars due to efficiency of polars, as well as rust base.