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

WIP: Fix tuple indexing CI Continuous Integration Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#22472 by alimcmaster1 was closed Aug 26, 2018 Loading…
BUG: GH2719, fixed reshape on a Series with invalid input Bug Indexing Related to indexing on series/frames, not to indexes themselves
#3127 by jreback was merged Mar 21, 2013 Loading… 0.11
ENH: GH3070 allow string selection on a DataFrame with a datelike index, to have partial_string semantics (like Series) Bug Datetime Datetime data dtype Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#3137 by jreback was merged Mar 22, 2013 Loading… 0.11
BUG: GH2745 Fix issue with indexing a series with a boolean key a 1-len list on rhs Bug Indexing Related to indexing on series/frames, not to indexes themselves
#3139 by jreback was merged Mar 22, 2013 Loading… 0.11
BUG: GH2903 implemented xs for axis=1 with a level specified Bug Indexing Related to indexing on series/frames, not to indexes themselves
#3125 by jreback was merged Mar 22, 2013 Loading… 0.11
BUG: GH2817 raise the correct KeyError that the multi-index is not sorted Bug Indexing Related to indexing on series/frames, not to indexes themselves
#3124 by jreback was merged Mar 22, 2013 Loading… 0.11
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: 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
PERF: change Series indexing on multi-indexes to use a fast path (GH5567) Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex Performance Memory or execution speed performance
#6364 by jreback was merged Feb 16, 2014 Loading… 0.14.0
REGR: Bug in Series.reindex when specifying a method with some nan values was inconsistent (GH6418) Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6421 by jreback was merged Feb 20, 2014 Loading… 0.14.0
BUG/TST: iloc will now raise IndexError on out-of-bounds list indexers (GH6296 / GH6299) Bug Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#6443 by jreback was merged Feb 22, 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
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: Indexing bugs with reordered indexes (GH6252, GH6254) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#6256 by jreback was merged Feb 4, 2014 Loading… 0.14.0
2
BUG: Consistency with dtypes in setting an empty DataFrame (GH6171) Bug Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves
#6172 by jreback was merged Jan 29, 2014 Loading… 0.13.1
BUG: Bug in Series.get, was using a buggy access method (GH6383) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#6385 by jreback was merged Feb 17, 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: 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: 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
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
BUG: Bug in setitem with list-of-lists and single vs mixed types (GH7551) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#7552 by jreback was merged Jun 23, 2014 Loading… 0.14.1
REGR: Regression in datetimelike slice indexing with a duplicated index and non-exact end-points (GH7523) Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
#7525 by jreback was merged Jun 20, 2014 Loading… 0.14.1
BUG: Bug in DataFrame.where with a symmetric shaped frame and a passed other of a DataFrame Bug Indexing Related to indexing on series/frames, not to indexes themselves
#7506 by jreback was merged Jun 19, 2014 Loading… 0.14.1
BUG: Bug in Panel indexing with a multi-index axis (GH 7516) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#7519 by jreback was merged Jun 20, 2014 Loading… 0.14.1
BUG: bug in setitem with multi-index and a 0-dim ndarray (GH7218) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#7219 by jreback was merged May 23, 2014 Loading… 0.14.0
ProTip! Add no:assignee to see everything that’s not assigned.