-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
API - ConsistencyInternal Consistency of API/BehaviorInternal Consistency of API/BehaviorMaster TrackerHigh level tracker for similar issuesHigh level tracker for similar issuesNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action
Description
There are some methods where boundary inputs are required.
This issue proposes standardising to the keyword arg: inclusive
and using values {"both", "neither", "left", "right"}
.
- Styler.highlight_between():
'inclusive' in {"both", "neither", "left", "right"}
- Series.between() (ENH: New boundary inputs #40628):
'inclusive' in {"both", "neither", "left", "right"}
- pd.date_range() ENH: consistency of input args for boundaries (pd.date_range) #43504
- DataFrame.between_time() ENH: consistency of input args for boundaries in DataFrame.between_time() #40245 #43248
- pd.Interval ENH: consistency of input args for boundaries - Interval #46522
- pd.interval_range ENH: consistency of input args for boundaries - pd.interval_range #46355
- pd.IntervalIndex ENH: consistency of input args for boundaries - Interval #46522
- pd.cut
- Series.resample
- DataFrame.rolling(closed)
More methods yet to be identified.
Metadata
Metadata
Assignees
Labels
API - ConsistencyInternal Consistency of API/BehaviorInternal Consistency of API/BehaviorMaster TrackerHigh level tracker for similar issuesHigh level tracker for similar issuesNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action