-
- 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 multi-index slicing with datetimelike ranges (strings and Timestamps) (GH7429) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
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
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
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
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
ENH: add per axis, per level indexing with tuples using loc Enhancement Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
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
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
BUG: mi indexing bugs (GH7399,GH7400) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
2
PERF: optimize Index.delete for dtype=object Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
BUG: duplicate (getitem) indexing with iloc (GH6766) Bug Indexing Related to indexing on series/frames, not to indexes themselves
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
ENH: Cast ndarray-like datetime64 arrays to Index properly API Design Indexing Related to indexing on series/frames, not to indexes themselves
ENH: per axis and per level indexing (orig GH6134) API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
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
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
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
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.