File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -864,6 +864,15 @@ def date_range(
864
864
"""
865
865
Return a fixed frequency DatetimeIndex.
866
866
867
+ Returns the range of equally spaced timesteps (where the time offset between any
868
+ two adjacent timesteps is specified by the given frequency) such that they all
869
+ satisfy `start <[=] timestep <[=] end`, where the first and last timesteps are
870
+ the first and last timesteps in that range that fall on the boundary of ``freq``
871
+ (if given as a frequency string) or that are valid for ``freq`` (if given as a
872
+ :class:`pandas.tseries.offsets.DateOffset`). (If exactly one of ``start``,
873
+ ``end``, or ``freq`` is not specified, it can be computed given ``periods``,
874
+ the number of timesteps in the range. See the note below.)
875
+
867
876
Parameters
868
877
----------
869
878
start : str or datetime-like, optional
You can’t perform that action at this time.
0 commit comments