[
https://issues.apache.org/jira/browse/BEAM-11304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Hulette updated BEAM-11304:
---------------------------------
Summary: groupby(Series).size() on a filtered dataframe is incorrect (was:
groupby().size() on a filtered dataframe is incorrect)
> groupby(Series).size() on a filtered dataframe is incorrect
> -----------------------------------------------------------
>
> Key: BEAM-11304
> URL: https://issues.apache.org/jira/browse/BEAM-11304
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Affects Versions: 2.25.0
> Reporter: Brian Hulette
> Assignee: Brian Hulette
> Priority: P2
>
> e.g. {{df[df.value > x].groupby(df.group).size()}} produces the wrong value.
> It returns the sizes of the unfiltered dataset
--
This message was sent by Atlassian Jira
(v8.3.4#803005)