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: 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… updated Jan 18, 2015 0.16.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… updated Jan 18, 2015 0.16.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… updated Jan 18, 2015
2 of 7 tasks
0.16.0
BUG: bug in partial setting of with a DatetimeIndex (GH9478) Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#9479 by jreback was merged Feb 13, 2015 Loading… updated Feb 13, 2015 0.16.0
BUG: Bug in .loc partial setting with a np.datetime64 (GH9516) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#9522 by jreback was merged Feb 19, 2015 Loading… updated Feb 19, 2015 0.16.0
BUG: reindexing a frame fails to pick nan value Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#8108 by behzadnouri was merged Mar 5, 2015 Loading… updated Mar 6, 2015 0.16.0
API: consistency with .ix and .loc for getitem operations (GH8613) API Design Bug Indexing Related to indexing on series/frames, not to indexes themselves
#9566 by jreback was merged Mar 4, 2015 Loading… updated Mar 13, 2015 0.16.0
API: spurious setting_with_copy warning (GH8730) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#9659 by jreback was merged Mar 15, 2015 Loading… updated Mar 15, 2015 0.16.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… updated Apr 11, 2015 0.16.1
API/ENH: add method='nearest' to Index.get_indexer/reindex and method to get_loc Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#9258 by shoyer was merged Feb 23, 2015 Loading… updated Apr 13, 2015 0.16.0
BUG: fix for index name lost #9857 and also added the corresponding test in test_index.py Bug Indexing Related to indexing on series/frames, not to indexes themselves
#9876 by ksanghai was closed Apr 14, 2015 Loading… updated Apr 14, 2015 0.16.1
BUG: Exception when setting an empty range using DataFrame.loc Bug Indexing Related to indexing on series/frames, not to indexes themselves
#9934 by evanpw was merged Apr 18, 2015 Loading… updated Apr 18, 2015 0.16.1
ENH: support CategoricalIndex (GH7629) Categorical Categorical Data Type Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#9741 by jreback was merged Apr 20, 2015 Loading… updated Apr 20, 2015
9 tasks done
0.16.1
TST: Check index names Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#9972 by sinhrks was merged Apr 28, 2015 Loading… updated Apr 29, 2015 0.16.1
ENH: add StringMethods (.str accessor) to Index, fixes #9068 API Design Indexing Related to indexing on series/frames, not to indexes themselves Strings String extension data type and string data
#9667 by mortada was merged Apr 10, 2015 Loading… updated Apr 29, 2015 0.16.1
BUG: .iloc and .loc behavior not consistent on empty dataframe Bug Indexing Related to indexing on series/frames, not to indexes themselves
#9983 by artemyk was merged Apr 30, 2015 Loading… updated Apr 30, 2015 0.16.1
RangeIndex as default index API Design Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
#9999 by ARF1 was closed May 2, 2015 Loading… updated May 2, 2015
BUG: numericlike set ops on unsupported Indexes Bug Categorical Categorical Data Type Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves
#10042 by jreback was merged May 4, 2015 Loading… updated May 4, 2015 0.16.1
2
9
Index repr changes to make them consistent Indexing Related to indexing on series/frames, not to indexes themselves Output-Formatting __repr__ of pandas objects, to_string
#9901 by jreback was merged May 9, 2015 Loading… updated May 9, 2015 0.16.1
BUG make take_nd support readonly arrays Indexing Related to indexing on series/frames, not to indexes themselves
#10070 by ogrisel was closed May 8, 2015 Loading… updated May 11, 2015 0.16.1
BUG: Raise TypeError only if key DataFrame is not empty #10126 Bug Indexing Related to indexing on series/frames, not to indexes themselves
#10196 by rekcahpassyla was merged Jun 3, 2015 Loading… updated Jun 4, 2015 0.16.2
BUG: bug in setitem where type promotion is applied to entire block Bug Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves
#10308 by behzadnouri was merged Jun 9, 2015 Loading… updated Jun 9, 2015 0.16.2
BUG: where gives incorrect results when upcasting (GH 9731) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#9743 by evanpw was merged Apr 2, 2015 Loading… updated Jun 10, 2015 0.16.1
ENH: Initial pass at implementing DataFrame.asof, GH 2941 Indexing Related to indexing on series/frames, not to indexes themselves
#10266 by bwillers was closed Jun 12, 2015 Loading… updated Jun 12, 2015 0.17.0
BUG: Check for size != 0 before trying to insert #10193 API Design Bug Indexing Related to indexing on series/frames, not to indexes themselves
#10194 by rekcahpassyla was closed Jun 18, 2015 Loading… updated Jun 18, 2015 0.17.0
ProTip! Adding no:label will show everything without a label.