Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

BUG: GH15426 timezone lost in groupby-agg with cython functions Groupby Timezones Timezone data dtype
#15433 by stephenrauch was closed Feb 27, 2017 Loading… updated Feb 27, 2017
4 tasks done
0.20.0
Do not cast .transform() output back to input dtype (closes #10972) Bug Dtype Conversions Unexpected or buggy dtype conversions Groupby
#15256 by nbonnotte was closed Mar 2, 2017 Loading… updated Mar 3, 2017
4 tasks done
0.20.0
ENH: Allow the groupby by param to handle columns and index levels (GH5677) API Design Groupby
#14432 by jonmmease was merged Dec 14, 2016 Loading… updated Jun 5, 2017
8 tasks done
0.20.0
Remove properties from groupby whitelists Clean Groupby
#17600 by jbrockmendel was closed Sep 21, 2017 Loading… updated Sep 22, 2017
1 of 4 tasks
Fix groupby().count() for datetime columns Bug Dtype Conversions Unexpected or buggy dtype conversions Groupby
#18167 by watercrossing was merged Nov 8, 2017 Loading… updated Nov 9, 2017
4 tasks done
0.21.1
Bug in groupby.get_group on categoricalindex Bug Groupby Indexing Related to indexing on series/frames, not to indexes themselves
#15163 by watercrossing was closed Jan 19, 2017 Loading… updated Nov 10, 2017
4 tasks done
0.20.0
Groupby tuples Groupby
#18249 by toobaz was closed Nov 13, 2017 Loading… updated Nov 13, 2017
2 tasks done
0.23.0
repr string for pd.Grouper Enhancement Groupby Output-Formatting __repr__ of pandas objects, to_string
#17727 by topper-123 was closed Nov 9, 2017 Loading… updated Dec 11, 2017
2 tasks
BUG: fixed issue with mixed type groupby aggregate Bug Dtype Conversions Unexpected or buggy dtype conversions Groupby
#17003 by nreeve17 was closed Dec 18, 2017 Loading… updated Dec 18, 2017
4 tasks done
PERF: Cythonize Groupby.cummin/cummax (#15048) Groupby Performance Memory or execution speed performance
#15053 by mroeschke was closed Jan 11, 2017 Loading… updated Dec 20, 2017
4 tasks done
0.20.0
ENH: gb.is_monotonic_increasing #17015 Enhancement Groupby
#17453 by No-Stream was merged Feb 15, 2018 Loading… updated Feb 15, 2018
4 tasks done
0.23.0
DOC: minor groupby and resampler improvements Docs Groupby
#19514 by topper-123 was merged Feb 4, 2018 Loading… updated May 18, 2018
1 task done
0.23.0
DOC: update the GroupBy.apply docstring Docs Groupby
#20098 by ajdyka was merged Jul 21, 2018 Loading… updated Jul 21, 2018
6 tasks done
Unable to pass additional arguments to resample().apply() Bug Groupby Resample resample method
#22261 by discort was merged Aug 22, 2018 Loading… updated Aug 22, 2018
4 tasks done
0.24.0
DOC: update the pandas.core.groupby.GroupBy.max docstring Docs Groupby
#20073 by shivam6294 was closed Nov 1, 2018 Loading… updated Nov 1, 2018
5 tasks done
BUG: group with multiple named results Bug Groupby
#21171 by guenteru was closed Nov 1, 2018 Loading… updated Nov 1, 2018
3 of 4 tasks
apply_frame_axis0 applies function to first group twice Groupby Visualization plotting
#21943 by javadnoorb was closed Nov 4, 2018 Loading… updated Nov 4, 2018
4 tasks done
DOC: Added note about groupby excluding Decimal columns by default Docs Dtype Conversions Unexpected or buggy dtype conversions Groupby
#18953 by pdpark was merged Nov 8, 2018 Loading… updated Nov 8, 2018 0.24.0
BUG: ValueError in Py3 applying stats over column level with skipna=False (#19720) Groupby
#22010 by kdebrab was closed Nov 23, 2018 Loading… updated Nov 23, 2018
4 tasks done
ERR: Consistent errors for non-numeric ranking. (#19560) Error Reporting Incorrect or improved errors from pandas Groupby
#20670 by mapehe was closed Nov 23, 2018 Loading… updated Nov 23, 2018
3 of 4 tasks
ENH: option for groupby.hist to match bins Groupby Visualization plotting
#22228 by javadnoorb was closed Nov 23, 2018 Loading… updated Nov 23, 2018
3 of 4 tasks
ENH: pivot/groupby index with nan (GH3729) Bug Enhancement Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#21669 by andrewdalecramer was closed Nov 23, 2018 Loading… updated Nov 23, 2018
4 tasks done
BUG: groupby with no non-empty groups, #21624 Bug Groupby
#21849 by lopez86 was closed Nov 23, 2018 Loading… updated Nov 23, 2018
Doc: Add warning to treat group chunks as immutable Docs Groupby
#19175 by pdpark was closed Dec 2, 2018 Loading… updated Dec 2, 2018
1 task done
BUG: do not crash on a callable grouper returning tuples Groupby MultiIndex Regression Functionality that used to work in a prior pandas version
#22279 by toobaz was closed Dec 14, 2018 Loading… updated Dec 14, 2018
4 tasks done
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.