Replies: 3 comments 5 replies
-
Thanks for starting this discussion! In principle, I am not a big fan of having two versions of the same functions: one for pandas and one for polars. This duplicates a lot of code and also means double the work when modifying existing code, since the changes need to be mirrored. Also, I'd love to have Polars for the raw data filtering. I agree that it's only one step, but it's a step that can easily take 10+ hours. It would be really valuable to speed that up by a factor 5-10 with Polars, if we can. One way to go about this without requiring a ton of work initially, is:
Though I haven't yet worked with Polars at all. How feasible do you think this would be? |
Beta Was this translation helpful? Give feedback.
-
Hi @Bartdoekemeijer and @misi9170 what do you think of something. In this polars port of energy ratio, I'm noticing I'm not now supporting overlapping wd bins. But I also notice I don't use these anyway since I think the smoothing effect finally can be a little misleading. Ok to no longer support this? |
Beta Was this translation helpful? Give feedback.
-
Accomplished in pull request #107 |
Beta Was this translation helpful? Give feedback.
-
Hi @Bartdoekemeijer , @misi9170 and @ejsimley , I started a new request on porting to polars (#97 ) and I wanted to have a place to discuss a little more that pull request. Specifically, what should be ported to polars? I had a couple of thoughts:
Beta Was this translation helpful? Give feedback.
All reactions