Skip to content

ENH: Python fallback for Cythonized groupby transformations #49758

Open
@rhshadrach

Description

@rhshadrach

Ref: #49742 (comment)

Within the groupby code, when the Cython portion of _cython_agg_general encounters a NotImplementedError, it falls back to _agg_py_fallback. The method _cython_transform currently has no such fallback, and so trying to use e.g. cummin on string columns fails. I think we should instead provide a Python fallback.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions