Open
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.