Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
Description
{DataFrame,Series}.{all, any, max, min, prod, mean, median, sum} are all implemented via frame_base._agg_method, which just re-uses {DataFrame,Series}
.agg}. However the pandas operations have some different kwargs that are not supported by agg. Some are universal (level=, skip_na=), others are unique to each operation (numeric_only= or bool_only=).
Attachments
Issue Links
- is blocked by
-
BEAM-12138 DataFrame API: groupby(level=) only works for level=0
-
- Resolved
-
- is part of
-
BEAM-9547 Implement all pandas operations (or raise WontImplementError)
-
- Open
-
- links to