-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
API/BUG: .apply will correctly infer output shape when axis=1 API Design Apply Apply, Aggregate, Transform, Map Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
DEPR: DataFrameGroupBy.apply operating on the group keys Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Groupby
BUG/PERF: groupby.transform with unobserved categories Apply Apply, Aggregate, Transform, Map Bug Categorical Categorical Data Type Groupby Performance Memory or execution speed performance
REF: Decouple Series.apply from Series.agg Apply Apply, Aggregate, Transform, Map Refactor Internal refactoring of code
Convert result of group by agg to pyarrow if input is pyarrow Apply Apply, Aggregate, Transform, Map Arrow pyarrow functionality
#58129 by undermyumbrella1 was closed Aug 9, 2024 Loading…
5 tasks
DEPR: DataFrameGroupBy.apply operating on the group keys Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas Groupby
BUG: inconsistent DataFrame.agg behavoir when passing as kwargs numeric_only=True Apply Apply, Aggregate, Transform, Map Stale
#49534 by thlautenschlaeger was closed Jan 23, 2023 Loading…
5 tasks done
Enh/group by.transform should accept similar arguments to group by.agg Apply Apply, Aggregate, Transform, Map Groupby
#58773 by abeltavares was closed Jun 26, 2024 Loading…
5 tasks done
BUG: fix DataFrame.apply returning wrong result when dealing with dtype (#28773) Apply Apply, Aggregate, Transform, Map Dtype Conversions Unexpected or buggy dtype conversions
#30304 by Reksbril was closed May 22, 2020 Loading…
5 tasks done
REF: Separate groupby, rolling, and window agg/apply list/dict-like Apply Apply, Aggregate, Transform, Map Refactor Internal refactoring of code
API/DEPR: Rename DataFrame.applymap to DataFrame.map Apply Apply, Aggregate, Transform, Map Deprecate Functionality to remove in pandas
BUG: Fix calling groupBy(...).apply(func) on an empty dataframe invokes func Apply Apply, Aggregate, Transform, Map Bug Groupby Regression Functionality that used to work in a prior pandas version
PERF: Try fast/slow paths only once in DataFrameGroupby.transform Apply Apply, Aggregate, Transform, Map Groupby Performance Memory or execution speed performance
PERF: Allow jitting of groupby agg loop Apply Apply, Aggregate, Transform, Map Groupby Performance Memory or execution speed performance
Previous Next
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.