NVIDIA / NVIDIA/cudf

[FEA] Implement `observed` parameter for `groupby`

Open
#15,173 1 comment 0 reactions 0 assignees View on GitHub
feature request Python
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

Doing `DataFrame.groupby(..., observed=False)` currently produces:

```
NotImplementedError: observed parameter is not yet implemented
```

**Additional context**
Not sure if this is already being tracked somewhere, but the missing argument is requiring some extra code in https://github.com/rapidsai/cudf/pull/14805 that I'd like to remove later, and I'd like to have an issue to link to in the code.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.