-
- 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
ENH: Add public start, stop, and step attributes to RangeIndex API Design Index Related to the Index class or subclasses
TST/DEPR: remove .ix from tests\indexing\multiindex\test_loc.py Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
CLN: use RangeIndex._range instead of RangeIndex._start etc. Clean Index Related to the Index class or subclasses
PERF: don't call RangeIndex._data unnecessarily Index Related to the Index class or subclasses Performance Memory or execution speed performance
use range in RangeIndex instead of _start etc. Index Related to the Index class or subclasses Refactor Internal refactoring of code
BUG: .isin on datetimelike indexes do not validate input of level parameter Datetime Datetime data dtype Index Related to the Index class or subclasses
Set index with prepend API Design Index Related to the Index class or subclasses
#26724 by nicodv was closed Jun 10, 2019 Loading… updated Jun 10, 2019
2 of 3 tasks
REF: Refactor signature of RangeIndex._simple_new Index Related to the Index class or subclasses Performance Memory or execution speed performance Refactor Internal refactoring of code
PERF: custom ops for RangeIndex.[all|any|__contains__] Index Related to the Index class or subclasses Performance Memory or execution speed performance
API/REGR: Convert to float for index union Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
TST: test initializing a Series from Index while passing dtype Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses Testing pandas testing functions or related to the test suite
#27107 by toobaz was merged Jun 28, 2019 Loading… updated Jun 28, 2019
3 tasks done
BUG: fix+test DTA/TDA/PA add/sub Index Compat pandas objects compatability with Numpy or Python functions ExtensionArray Extending pandas with custom dtypes or arrays. Index Related to the Index class or subclasses
ENH: allow object-dtype Index to do arithmetic ops Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Index Related to the Index class or subclasses
#27784 by jbrockmendel was closed Aug 13, 2019 Loading… updated Aug 14, 2019
PERF: Break reference cycle for all Index types Index Related to the Index class or subclasses Performance Memory or execution speed performance
DEPR: Deprecate Index.set_value Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses
Add support to names keyword in Index API Design Index Related to the Index class or subclasses Needs Discussion Requires discussion from core team before further action
#28032 by pedrocunial was closed Oct 3, 2019 Loading… updated Oct 3, 2019
4 of 5 tasks
PERF: use python int in RangeIndex.get_loc Index Related to the Index class or subclasses Performance Memory or execution speed performance
Makes NumericIndex constructor dtype aware Bug Dtype Conversions Unexpected or buggy dtype conversions Index Related to the Index class or subclasses
DEPR: DTI/TDI/PI constructor arguments Constructors Series/DataFrame/Index/pd.array Constructors Datetime Datetime data dtype Deprecate Functionality to remove in pandas Index Related to the Index class or subclasses Period Period data type Timedelta Timedelta data type
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.