-
- 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
WIP: Fix tuple indexing CI Continuous Integration Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#22472 by alimcmaster1 was closed Aug 26, 2018 Loading…
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
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
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
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
PERF: perf improvements in single-dtyped indexing (GH6484) Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
BUG: Indexing bugs with reordered indexes (GH6252, GH6254) Bug Indexing Related to indexing on series/frames, not to indexes themselves
2
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
REGR: Regression in datetimelike slice indexing with a duplicated index and non-exact end-points (GH7523) Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
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
BUG: Bug in Panel indexing with a multi-index axis (GH 7516) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
BUG: bug in setitem with multi-index and a 0-dim ndarray (GH7218) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
Previous Next
ProTip! Add no:assignee to see everything that’s not assigned.