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 - Index set operation modifications to address issue #23525 API Design Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Period Period data type
#23538 by ms7463 was merged May 21, 2019 Loading…
4 tasks
0.25.0
REF: codes-based MultiIndex engine Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#19074 by toobaz was merged Jan 28, 2018 Loading…
3 tasks done
0.23.0
ExtensionArray.take default implementation ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#20814 by TomAugspurger was merged Apr 27, 2018 Loading…
4 tasks
0.23.0
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: Fix reindexing with multi-indexed DataFrames Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#30766 by ChrisRobo was merged Apr 8, 2020 Loading…
5 tasks done
1.1
Emit warning for missing labels in Multiindex.loc[[...]] (and more) Bug Compat pandas objects compatability with Numpy or Python functions Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#20770 by toobaz was merged May 1, 2018 Loading…
6 tasks done
0.23.0
Allow indices to be mapped through through dictionaries or series API Design Clean Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15081 by nateyoder was merged Nov 25, 2017 Loading…
4 tasks done
0.23.0
API: warning to raise KeyError in the future if not all elements of a list are selected via .loc Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves
#17295 by jreback was merged Oct 3, 2017 Loading… 0.21.0
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
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
API: Implement new indexing behavior for intervals API Design Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#27100 by jschendel was merged Jul 2, 2019 Loading…
4 tasks done
0.25.0
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
API: better error-handling for df.set_index Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves
#22486 by h-vetinari was merged Oct 19, 2018 Loading…
4 tasks done
0.24.0
ENH: provide "inplace" argument to set_axis() Enhancement Indexing Related to indexing on series/frames, not to indexes themselves Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#16994 by toobaz was closed Jul 24, 2017 Loading…
4 tasks done
0.21.0
CLN: revisit & simplify Block/BlockManager, remove axes Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
#6745 by immerrr was merged Apr 25, 2014 Loading…
8 tasks done
0.14.0
ERR: disallow non-hashables in Index/MultiIndex construction & rename Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves
#20548 by arminv was merged Apr 23, 2018 Loading…
4 tasks done
0.23.0
BUG/Perf: Support ExtensionArrays in where ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves
#24114 by TomAugspurger was merged Dec 10, 2018 Loading… 0.24.0
ENH: tolerance now takes list-like argument for reindex and get_indexer. Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#17367 by buntwo was merged Oct 14, 2017 Loading…
3 tasks
0.21.0
API: Change default for Index.union sort API Design Indexing Related to indexing on series/frames, not to indexes themselves
#25007 by TomAugspurger was closed Feb 4, 2019 Loading…
BUG: IntervalIndex.get_loc/get_indexer wrong return value / error Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type
#25090 by samuelsinayoko was closed Jun 27, 2019 Loading…
3 of 4 tasks
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: when Index is numeric and indexer is boolean (#16877) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#17343 by andrejonasson was merged Sep 25, 2017 Loading… 0.21.0
ENH: indexing and __getitem__ of dataframe and series accept zerodim integer np.array as int Bug Indexing Related to indexing on series/frames, not to indexes themselves
#24924 by tamuhey was merged Feb 20, 2019 Loading…
3 of 4 tasks
0.25.0
.ne fails if comparing a list of columns containing column name 'dtype' #22383 Bug Indexing Related to indexing on series/frames, not to indexes themselves
#22416 by baidoosik was merged Dec 31, 2018 Loading…
4 tasks done
0.24.0
API: Have MultiIndex consturctors always return a MI API Design Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#17236 by TomAugspurger was merged Aug 30, 2017 Loading… 0.21.0
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.