Replies: 1 comment 2 replies
-
Hi @jonimatix! Do you mean if tsfresh should accept a polars data frame as input and convert to a pandas data frame (our internal representation) automatically? Not sure if this is really needed as this can be done with a single API call in polars and we do not need to add a (loose) dependency on polars just for this I think. Or do you mean if tsfresh should use polars internally to speed up the feature computations? That would be nice, but currently most calculators need the time series as numpy array, so there would not be any speed improvements unfortunately. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Are there plans to have TsFresh compatible with Polars data frames?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions