joseph nowak
joseph nowak
Hi, I'm interested in use xpublish to analyze some financial data that I have in a cluster. The thing is that the data is a time-series, so every day the...
**Describe the issue**: I was trying to apply a function that receives a Python Object that contains a small pandas series (less than 40K rows) to every chunk of an...
Hi, I have been using Flox with Xarray for some experiments and it works nicely in multiple cases, but when I try to create some unit tests with small data...
### Is your feature request related to a problem? After the update 2024.08.02 of Dask the vindex method is keeping the chunksizes consistent, which I think can have a negative...
- [x] Closes #xxxx - [x] Tests added / passed - [x] Passes `pre-commit run --all-files` @phofl here is the PR to optimize the push method based on the discussion...
I frequently use SciPy's `rankdata` function in my daily work, as it is highly useful for solving various ranking-related problems. However, I dislike the idea of installing an entire package...
It's my first time using mypyc, I think it's an amazing project with a lot of potential, and I want to use it to compile one of my project, but...
### What happened? I had a process that needed to concatenate a Boolean matrix with a 3D float tensor, and every time I try to run a sum operation over...