predict-idlab / plotly-resampler

Visualize large time series data with plotly.py
https://predict-idlab.github.io/plotly-resampler/latest
MIT License
1.02k stars 66 forks source link

Feature Request: Support polars and/or DataFrame api #278

Open kszlim opened 10 months ago

kszlim commented 10 months ago

This could initially start with not assuming that the panda's in memory buffer type is numpy (but also allowing arrow), and then converting it to numpy then continuing as expected.

Eventually it could move to utilizing the DataFrame api.

Then lastly it could perhaps default using polars instead of pandas as its in memory representation? (haha i know this might be wishful)