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

#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… 0.13
BUG: GH3109 fixed issues where passing an axis of 'columns' would fail Bug Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#3110 by jreback was merged Mar 26, 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: 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: 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
DOC: GH2072 add example and warning on fallback indexing for float indexes. Docs Indexing Related to indexing on series/frames, not to indexes themselves
#3128 by adamgreenhall was merged Mar 22, 2013 Loading… 0.11
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… 0.11
3
6
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
ENH: Initial implementation of calculation of astronomical Julian Date. Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#4041 by timcera was closed Feb 26, 2014 Loading… 0.14.0
add optional default value to GroupBy.get_group API Design Groupby Indexing Related to indexing on series/frames, not to indexes themselves
#5452 by dwiel was closed Jan 18, 2015 Loading… 0.16.0
ENH: Add sym_diff for index API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#6016 by TomAugspurger was merged Feb 17, 2014 Loading… 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… 0.14.0
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: 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: 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… 0.14.0
2
4
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… 0.14.0
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…
4 tasks done
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
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: Regression in chained getitem indexing with embedded list-like from 0.12 (GH6394) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#6396 by jreback was merged Feb 18, 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
PERF: optimize index.__getitem__ for slice & boolean mask indexers Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
#6440 by immerrr was merged Feb 28, 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
BLD: add benchmarks for all single-axis indexers Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
#6450 by immerrr was closed Jan 18, 2015 Loading…
2 of 7 tasks
0.16.0
ProTip! no:milestone will show everything without a milestone.