We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f049159 commit e221fa4Copy full SHA for e221fa4
ci/code_checks.sh
@@ -170,7 +170,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
170
-i "pandas.core.resample.Resampler.sum SA01" \
171
-i "pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
172
-i "pandas.core.resample.Resampler.var SA01" \
173
- -i "pandas.date_range RT03" \
174
-i "pandas.errors.AttributeConflictWarning SA01" \
175
-i "pandas.errors.CSSWarning SA01" \
176
-i "pandas.errors.CategoricalConversionWarning SA01" \
pandas/core/indexes/datetimes.py
@@ -875,6 +875,7 @@ def date_range(
875
Returns
876
-------
877
DatetimeIndex
878
+ A DatetimeIndex object of the generated dates.
879
880
See Also
881
--------
0 commit comments