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

BUG: DatetimeIndex.insert doesnt preserve name and tz Bug Indexing Related to indexing on series/frames, not to indexes themselves
#7299 by sinhrks was merged Jun 6, 2014 Loading… updated Jun 12, 2014 0.14.1
BUG: Bug in multi-index slicing with datetimelike ranges (strings and Timestamps) (GH7429) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#7430 by jreback was merged Jun 11, 2014 Loading… updated Jun 12, 2014 0.14.1
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… updated Jun 12, 2014 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… updated Jun 12, 2014 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… updated Jun 13, 2014 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… updated Jun 13, 2014 0.14.0
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… updated Jun 13, 2014 0.14.0
ENH: add per axis, per level indexing with tuples using loc Enhancement Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#6134 by ghost was closed Feb 4, 2014 Loading… updated Jun 13, 2014 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… updated Jun 14, 2014 0.14.0
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… updated Jun 14, 2014 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… updated Jun 15, 2014 0.14.0
#2786: applymap fails with dupe columns, ObjectBlock convert() method bombs Bug Indexing Related to indexing on series/frames, not to indexes themselves
#3102 by ghost was closed Apr 1, 2013 Loading… updated Jun 15, 2014 0.13
BUG: mi indexing bugs (GH7399,GH7400) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#7404 by jreback was merged Jun 9, 2014 Loading… updated Jun 15, 2014 0.14.1
2
BUG: ix should return a Series for duplicate indices (GH7150) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#7402 by jreback was merged Jun 9, 2014 Loading… updated Jun 15, 2014 0.14.1
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… updated Jun 16, 2014 0.14.0
BUG: bug in xs for a Series with a multiindex (GH6258) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#6259 by jreback was merged Feb 5, 2014 Loading… updated Jun 16, 2014 0.14.0
2
4
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… updated Jun 16, 2014 0.14.0
ENH: extend selection semantics on ordered timeseries to unordered Bug Datetime Datetime data dtype Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#3133 by jreback was closed Mar 22, 2013 Loading… updated Jun 16, 2014 0.11
3
6
BUG: Index.delete doesnt preserve name and other attrs Bug Indexing Related to indexing on series/frames, not to indexes themselves
#7302 by sinhrks was merged Jun 1, 2014 Loading… updated Jun 16, 2014 0.14.1
ENH: Cast ndarray-like datetime64 arrays to Index properly API Design Indexing Related to indexing on series/frames, not to indexes themselves
#7468 by shoyer was merged Jun 16, 2014 Loading… updated Jun 16, 2014 0.14.1
ENH: per axis and per level indexing (orig GH6134) API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#6301 by jreback was merged Feb 13, 2014 Loading… updated Jun 16, 2014
4 tasks done
0.14.0
API: allow the iloc indexer to run off the end and not raise IndexError (GH6296) API Design Indexing Related to indexing on series/frames, not to indexes themselves
#6299 by jreback was merged Feb 8, 2014 Loading… updated Jun 16, 2014 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… updated Jun 17, 2014 0.14.0
BUG: Bug in .loc performing fallback integer indexing with object dtype indices (GH7496) API Design Bug Indexing Related to indexing on series/frames, not to indexes themselves
#7497 by jreback was merged Jun 19, 2014 Loading… updated Jun 19, 2014 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… updated Jun 19, 2014 0.14.1
ProTip! Mix and match filters to narrow down what you’re looking for.