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 2419343 commit 0c3b15aCopy full SHA for 0c3b15a
ci/code_checks.sh
@@ -179,7 +179,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
179
-i "pandas.core.resample.Resampler.sum SA01" \
180
-i "pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
181
-i "pandas.core.resample.Resampler.var SA01" \
182
- -i "pandas.date_range RT03" \
183
-i "pandas.errors.AttributeConflictWarning SA01" \
184
-i "pandas.errors.CSSWarning SA01" \
185
-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