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

Fix inconsistency in Partial String Index with 'second' resolution Bug Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves
#14856 by ischurov was closed Dec 20, 2016 Loading… 0.20.0
API: allow list-like to DataFrame rename API Design Indexing Related to indexing on series/frames, not to indexes themselves
#15029 by chris-b1 was closed Jan 11, 2017 Loading…
3 of 4 tasks
BUG: Indexing MultiIndex with Series failed. Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#15041 by bkandel was closed Jan 4, 2017 Loading…
4 tasks done
0.20.0
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…
4 tasks done
0.20.0
BUG: Accept Generic Array-Like for .where Indexing Related to indexing on series/frames, not to indexes themselves Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15414 by gfyoung was closed Feb 24, 2017 Loading… 0.20.0
PERF: fast non-unique indexing Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
#15468 by horta was closed Feb 25, 2017 Loading…
BUG: reindex would throw when a categorical index was empty #16770 Bug Categorical Categorical Data Type Indexing Related to indexing on series/frames, not to indexes themselves
#16820 by ri938 was closed Jul 18, 2017 Loading… 0.21.0
BUG: If Series is called with no arguments, let it have a RangeIndex (#16737) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#16961 by alanbato was closed Dec 28, 2017 Loading…
3 of 4 tasks
BUG: Don't error with empty Series for .isin Bug Indexing Related to indexing on series/frames, not to indexes themselves
#17006 by gfyoung was merged Jul 19, 2017 Loading… 0.21.0
Fix scalar iloc rebase Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation
#17163 by toobaz was closed Aug 10, 2017 Loading…
3 of 4 tasks
BUG: boolean masking with Index objects Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
#17219 by naor2013 was closed Oct 2, 2017 Loading…
BUGfix: reset_index can reset index name (#17067) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#17243 by hurcy was closed Feb 19, 2018 Loading…
3 of 4 tasks
DOC: Added examples to pd.Index.get_loc Docs Indexing Related to indexing on series/frames, not to indexes themselves
#17380 by topper-123 was closed Sep 17, 2017 Loading…
BUG: duplicate indexing with embedded non-orderables (#17610) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#17851 by gloryfromca was closed Dec 3, 2017 Loading…
3 of 4 tasks
ENH: sort=bool keyword argument for index.difference Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#17878 by Giftlin was closed Dec 14, 2017 Loading…
4 tasks
DEPR: Deprecate tupleize_cols in Index constructor Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves
#17899 by gfyoung was closed Oct 17, 2017 Loading…
Recognize timezoned labels when accessing dataframes. Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype
#17920 by 1kastner was closed Jun 30, 2018 Loading…
4 tasks done
BUG: duplicate indexing with embedded non-orderables (#17610) Compat pandas objects compatability with Numpy or Python functions Indexing Related to indexing on series/frames, not to indexes themselves
#18609 by gloryfromca was closed Dec 21, 2017 Loading…
4 tasks done
0.23.0
BUG: Fix df.loc slice support Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#18703 by Licht-T was closed Feb 10, 2018 Loading…
3 of 4 tasks
BUG: Creating Index with the names argument Bug Indexing Related to indexing on series/frames, not to indexes themselves
#19168 by spacesphere was closed Feb 24, 2018 Loading…
3 tasks done
CLN: Refactor Index._validate_names() Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation
#19246 by spacesphere was closed Jan 24, 2018 Loading…
3 tasks done
ENH: add IntervalIndex.get_loc_exact to look for exact matches only API Design Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#19353 by topper-123 was closed May 18, 2018 Loading…
4 tasks done
TST: Move fully passing tests from test_interval_new to test_interval Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#19652 by jschendel was closed Jun 28, 2018 Loading…
2 tasks done
DOC: Some doc cleanup Docs Indexing Related to indexing on series/frames, not to indexes themselves
#19968 by topper-123 was closed May 18, 2018 Loading…
DOC: Improved the docstring of pandas.Series.sample Docs Indexing Related to indexing on series/frames, not to indexes themselves Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#20109 by ottiP was merged Mar 15, 2018 Loading…
5 tasks done
0.23.0
ProTip! Exclude everything labeled bug with -label:bug.