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

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
#6486 by jreback was merged Feb 27, 2014 Loading… 0.14.0
BUG: Bug in iat/iloc with duplicate indices on a Series (6493) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#6495 by jreback was merged Feb 27, 2014 Loading… 0.14.0
BUG: Bug in multi-axis indexing using .loc on non-unique indices (GH6504) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#6506 by jreback was merged Feb 28, 2014 Loading… 0.14.0
BUG/TST: fix several issues with slice bound checking code Bug Indexing Related to indexing on series/frames, not to indexes themselves
#6531 by immerrr was merged Mar 5, 2014 Loading… 0.14.0
BUG: Bug in setitem with a duplicate index and an alignable rhs (GH6541) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#6542 by jreback was merged Mar 4, 2014 Loading… 0.14.0
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
#6548 by jreback was merged Mar 5, 2014 Loading… 0.14.0
BUG: fix fancy indexing with empty list Bug Indexing Related to indexing on series/frames, not to indexes themselves
#6551 by immerrr was merged Mar 6, 2014 Loading… 0.14.0
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
#6647 by jreback was closed Jan 18, 2015 Loading… 0.16.0
BUG: Bug in compat with np.compress, surfaced in (GH6658) Bug Compat pandas objects compatability with Numpy or Python functions Indexing Related to indexing on series/frames, not to indexes themselves
#6659 by jreback was merged Mar 18, 2014 Loading… 0.14.0
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
#6734 by sinhrks was merged Apr 6, 2014 Loading… 0.14.0
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
#6736 by sinhrks was merged Apr 8, 2015 Loading… 0.16.1
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
ENH: rename function now has errors keyword API Design Indexing Related to indexing on series/frames, not to indexes themselves
#6767 by sinhrks was closed Apr 5, 2014 Loading… 0.14.0
BUG: Bug in setting a tz-aware index directly via .index (GH6785) Bug Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype
#6786 by jreback was merged Apr 3, 2014 Loading… 0.14.0
BUG: duplicate (getitem) indexing with iloc (GH6766) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#6799 by jreback was merged Apr 4, 2014 Loading… 0.14.0
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
#6853 by jreback was merged Apr 11, 2014 Loading… 0.14.0
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
#6919 by jreback was merged Apr 22, 2014 Loading… 0.14.0
BUG: duplicate indexing with setitem with iloc (GH6766) Bug Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#7006 by jreback was merged Apr 30, 2014 Loading… 0.14.0
PERF: optimize Index.delete for dtype=object Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
#7040 by immerrr was merged May 5, 2014 Loading… 0.14.0
ENH/BUG: partial string indexing with PeriodIndex Bug Indexing Related to indexing on series/frames, not to indexes themselves Period Period data type
#7043 by sinhrks was merged May 13, 2014 Loading… 0.14.0
BUG: cache coherence issue with chain indexing and setitem (GH7084) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#7087 by jreback was merged May 9, 2014 Loading… 0.14.0
BUG: PeriodIndex slices with out of bounds results incorrect Bug Indexing Related to indexing on series/frames, not to indexes themselves Period Period data type
#7161 by sinhrks was merged May 18, 2014 Loading… 0.14.0
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
#7189 by jreback was merged May 21, 2014 Loading… 0.14.0
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
#7191 by jreback was merged May 21, 2014 Loading… 0.14.0
ProTip! Add no:assignee to see everything that’s not assigned.