-
### What happened + What you expected to happen
Several ray data operation pattern may the following raise exception, see reproduction script below:
```
File "/opt/miniconda3/envs/raytest/lib/pyt…
-
It's a bit more generic operation "partition"
```javascript
let groupBy = (f, coll) => {
let rf = (acc, el) => {
let id = f(el);
acc[id] = [... (acc[id] || []), el]
return acc
…
-
```
rules:
sharding:
tables:
t_request_log:
#start date 20240910 - end date 20240910
actual-data-nodes: master.t_request_log_$->{(20241…
-
### Problem description
Can we support a`min_periods` parameter in `groupby_dynamic` and `groupby_rolling`? This should be the equivalent in behavior to the `min_periods` in the `rolling_*` functions…
-
I tried running NVTabular code related to [this](https://nvidia-merlin.github.io/Transformers4Rec/stable/examples/getting-started-session-based/01-ETL-with-NVTabular.html) and [this](https://nvidia-me…
-
Hello,
I accidentally faced a problem on my phone (IOs).
It look like `GroupBy` totally breaks `Svelte select` on IOs
[This REPL](https://svelte.dev/repl/c24f692c20974487a7554197df08b686?vers…
-
For help with #24, we need to better understand the range of `groupby` uses. We should collect some real-world uses of `groupby` to better understand whether a linting pattern will raise too many fals…
-
Hello,
I am trying to use this fonction but NA are return in the trajectory_monocle column
I chek and cell names are identic between archr and cdsmonocle
I do not see where is the problem.
…
-
**Is your feature request related to a problem? Please describe.**
While working on a pandas to cudf workflow comparison, I noticed that `groupby(...).resample(...)` has not been implemented in cudf …
-
**Is your feature request related to a problem? Please describe.**
I would like to do group by mode aggregation.
**Describe the solution you'd like**
```python
import pandas as pd
import nu…