We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9c200 commit 98537a4Copy full SHA for 98537a4
pandas/core/indexes/datetimes.py
@@ -78,9 +78,10 @@ def _new_DatetimeIndex(cls, d):
78
)
79
class DatetimeIndex(DatetimeTimedeltaMixin):
80
"""
81
- Immutable ndarray of datetime64 data, represented internally as int64, and
82
- which can be boxed to Timestamp objects that are subclasses of datetime and
83
- carry metadata such as frequency information.
+ Immutable ndarray of datetime64 data.
+
+ Represented internally as int64, and which can be boxed to Timestamp objects
84
+ that are subclasses of datetime and carry metadata such as frequency information.
85
86
Parameters
87
----------
0 commit comments