Francesco Bruzzesi

Results 280 comments of Francesco Bruzzesi

Hey there 👋🏼! Thanks for reaching. I must admit I have no experience working with `sktime` even though it is a well established library in the timeseries ecosystem. > want...

Hey @fkiraly I am closing this as not planned/unclear request. Thanks for reaching out in the first place

Hey there! Thanks for considering Narwhals as an option to make the Plotly Express module _more_ dataframe agnostic. I started to take a look at how that would look like,...

Yes the PR is almost ready, I am able to run the entire test suite successfully with polars and pyarrow on a narwhals branch (with features from https://github.com/narwhals-dev/narwhals/pull/1145). Other required...

Opening a PR as draft very soon, I am a bit unsure where to set the test dependencies and how CI is run 🙈

Closing this for now, we can come back to `join_asof` and other methods when and if required for adoption

> * Coverage is dropping for some reason for `pytest-38 (3.8, windows-latest)` I will take a look and see if I can spot anything > * Also, modin constructor is...

Hey there! I think the problem with coverage for python 3.8 is that dask is entirely skipped (min python version is 3.9), therefore as we increase total number of functions,...

Would `ca.combine_chunks().dictionary.unique()` be any better?

I run some benchmarks, the TL;DR is the following: - the idea I proposed to combine chunks first is ~absolute garbage~ orders of magnitude slower - changing our implementation from...