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 4d75d37 commit 579eab8Copy full SHA for 579eab8
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