File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -920,6 +920,7 @@ def date_range(
920
920
closed : {None, 'left', 'right'}, optional
921
921
Make the interval closed with respect to the given frequency to
922
922
the 'left', 'right', or both sides (None, the default).
923
+
923
924
.. deprecated:: 1.4.0
924
925
Argument `closed` have been deprecated to standardize boundary inputs.
925
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
1120
1121
Make the interval closed with respect to the given frequency to
1121
1122
the 'left', 'right', or both sides (None).
1123
+
1122
1124
.. deprecated:: 1.4.0
1123
1125
Argument `closed` have been deprecated to standardize boundary inputs.
1124
1126
Use `inclusive` instead, to set each bound as closed or open.
You can’t perform that action at this time.
0 commit comments