We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b5b60 commit 3c851c5Copy full SHA for 3c851c5
pandas/core/indexes/datetimes.py
@@ -920,6 +920,7 @@ def date_range(
920
closed : {None, 'left', 'right'}, optional
921
Make the interval closed with respect to the given frequency to
922
the 'left', 'right', or both sides (None, the default).
923
+
924
.. deprecated:: 1.4.0
925
Argument `closed` have been deprecated to standardize boundary inputs.
926
Use `inclusive` instead, to set each bound as closed or open.
@@ -1119,6 +1120,7 @@ def bdate_range(
1119
1120
closed : str, default None
1121
1122
the 'left', 'right', or both sides (None).
1123
1124
1125
1126
0 commit comments