-
- 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: GH3109 fixed issues where passing an axis of 'columns' would fail Bug Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
DOC: GH2072 add example and warning on fallback indexing for float indexes. Docs 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: 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
ENH: Initial implementation of calculation of astronomical Julian Date. Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
add optional default value to GroupBy.get_group API Design Groupby Indexing Related to indexing on series/frames, not to indexes themselves
ENH: Add sym_diff for index API Design Enhancement 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
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
BUG: Indexing bugs with reordered indexes (GH6252, GH6254) Bug Indexing Related to indexing on series/frames, not to indexes themselves
2
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
ENH: per axis and per level indexing (orig GH6134) API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
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: 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
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
Previous Next
ProTip! Filter pull requests by the default branch with base:main.