-
- 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
PERF: perf improvements in single-dtyped indexing (GH6484) Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
BUG: Bug in setitem with loc on mixed integer Indexes (GH6546) Bug Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Bug in DataFrame.reindex(labels,level=0) with with reordered labels (GH4088) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
ENH: added nunique function to Index Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
ENH: drop function now has errors keyword for non-existing column handling API Design Indexing Related to indexing on series/frames, not to indexes themselves
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
ENH: rename function now has errors keyword API Design Indexing Related to indexing on series/frames, not to indexes themselves
BUG: duplicate (getitem) indexing with iloc (GH6766) Bug Indexing Related to indexing on series/frames, not to indexes themselves
DEPR: Indexers will warn FutureWarning when used with a scalar indexer this is floating-point (GH4892) Deprecate Functionality to remove in pandas Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves
API: remove the copy kw from .xs to prevent an expectation of a view (which may not be possible) API Design Indexing Related to indexing on series/frames, not to indexes themselves
PERF: optimize Index.delete for dtype=object Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
Update indexing.rst Docs Indexing Related to indexing on series/frames, not to indexes themselves
#7188 by AllenDowney was merged May 20, 2014 Loading…
BUG: bug in recognizing out-of-bounds on iloc indexers on tuple indexers (GH ) Bug Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Bug in setitem with a single item, and a multi-index and integer indices (GH7190) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
ProTip! Add no:assignee to see everything that’s not assigned.