-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
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
add optional default value to GroupBy.get_group API Design Groupby Indexing Related to indexing on series/frames, not to indexes themselves
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
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
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
API: consistency with .ix and .loc for getitem operations (GH8613) API Design Bug Indexing Related to indexing on series/frames, not to indexes themselves
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
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
ENH: support CategoricalIndex (GH7629) Categorical Categorical Data Type Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
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
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
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
BUG make take_nd support readonly arrays Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Raise TypeError only if key DataFrame is not empty #10126 Bug Indexing Related to indexing on series/frames, not to indexes themselves
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
ENH: Initial pass at implementing DataFrame.asof, GH 2941 Indexing Related to indexing on series/frames, not to indexes themselves
BUG: Check for size != 0 before trying to insert #10193 API Design Bug Indexing Related to indexing on series/frames, not to indexes themselves
ProTip! Adding no:label will show everything without a label.