File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
115
115
-i " pandas.errors.NullFrequencyError SA01" \
116
116
-i " pandas.errors.NumExprClobberingError SA01" \
117
117
-i " pandas.errors.NumbaUtilError SA01" \
118
- -i " pandas.errors.OutOfBoundsTimedelta SA01" \
119
118
-i " pandas.errors.PerformanceWarning SA01" \
120
119
-i " pandas.errors.UndefinedVariableError PR01,SA01" \
121
120
-i " pandas.errors.ValueLabelTypeMismatch SA01" \
Original file line number Diff line number Diff line change @@ -201,6 +201,10 @@ class OutOfBoundsTimedelta(ValueError):
201
201
202
202
Representation should be within a timedelta64[ns].
203
203
204
+ See Also
205
+ --------
206
+ date_range : Return a fixed frequency DatetimeIndex.
207
+
204
208
Examples
205
209
--------
206
210
>>> pd.date_range(start="1/1/1700", freq="B", periods=100000)
You can’t perform that action at this time.
0 commit comments