79332454

Date: 2025-01-06 08:13:53
Score: 0.5
Natty:
Report link

As brought up in the discourse conversation, for dask[dataframe]>2024.12, dd.groupby.DataFrameGroupBy is removed from dask itself, and dask_expr._groupby.GroupBy is used instead. However this is not a public exposed class (as of now - Jan 2025).

The plan seems to be to eventually merge dask_expr into dask.

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: FBruzzesi