We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3512e24 commit a6aaeb6Copy full SHA for a6aaeb6
pandas/core/indexes/datetimes.py
@@ -146,8 +146,8 @@ class DatetimeIndex(DatetimeTimedeltaMixin):
146
147
Parameters
148
----------
149
- data : array-like (1-dimensional), optional
150
- Optional datetime-like data to construct index with.
+ data : array-like (1-dimensional)
+ Datetime-like data to construct index with.
151
freq : str or pandas offset object, optional
152
One of pandas date offset strings or corresponding objects. The string
153
'infer' can be passed in order to set the frequency of the index as the
0 commit comments