We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1457eec commit b6bc361Copy full SHA for b6bc361
doc/source/user_guide/advanced.rst
@@ -1087,9 +1087,9 @@ are closed on. Intervals are closed on the right side by default.
1087
1088
.. ipython:: python
1089
1090
- pd.interval_range(start=0, end=4, closed="both")
+ pd.interval_range(start=0, end=4, inclusive="both")
1091
1092
- pd.interval_range(start=0, end=4, closed="neither")
+ pd.interval_range(start=0, end=4, inclusive="neither")
1093
1094
Specifying ``start``, ``end``, and ``periods`` will generate a range of evenly spaced
1095
intervals from ``start`` to ``end`` inclusively, with ``periods`` number of elements
0 commit comments