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

ENH: Reimplement DataFrame.lookup Enhancement Indexing Related to indexing on series/frames, not to indexes themselves Stale
#61185 by stevenae was closed Jun 2, 2025 Loading…
5 tasks done
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…
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…
fix Error Indexing DafaFrame with a 0-d array Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves Numeric Operations Arithmetic, Comparison, and Logical operations
#22032 by illegalnumbers was closed Jul 24, 2018 Loading…
1 task done
BUG: Fix drop_duplicates failure when DataFrame has no column Bug Indexing Related to indexing on series/frames, not to indexes themselves Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#20974 by Licht-T was closed Aug 17, 2018 Loading…
3 of 4 tasks
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
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
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
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…
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
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…
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
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
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
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
BUG: Check types in Index.__contains__ (#22085) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#22360 by yeojin-dev was closed Sep 5, 2018 Loading…
4 tasks done
fixes #22085 (int type pandas.series.index contains float type key bug) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#22366 by a1shadows was closed Aug 16, 2018 Loading…
2 of 4 tasks
CLN: remove Index.__inv__ , add Index.__invert__ Clean Indexing Related to indexing on series/frames, not to indexes themselves
#22336 by toobaz was closed Nov 4, 2018 Loading…
4 tasks done
CLN: Remove unused param Clean Indexing Related to indexing on series/frames, not to indexes themselves
#22323 by alimcmaster1 was closed Nov 4, 2018 Loading…
ENH: Add set_index to Series Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#22225 by h-vetinari was closed Jan 6, 2019 Loading…
5 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
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
Raise a ValueError when index and data lengths don't match Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves
#26911 by krsnik93 was merged Jun 26, 2019 Loading…
4 tasks done
BUG: assignment to multiple columns when some column do not exist Indexing Related to indexing on series/frames, not to indexes themselves
#26534 by howsiwei was closed Oct 22, 2019 Loading…
4 tasks done
ProTip! Type g i on any issue or pull request to go back to the issue listing page.