File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1516,7 +1516,7 @@ default 'raise'
1516
1516
1517
1517
See Also
1518
1518
--------
1519
- Timestamp.asm8 : Return numpy datetime64 format in nanoseconds .
1519
+ Timestamp.asm8 : Return numpy datetime64 format with same precision .
1520
1520
Timestamp.to_pydatetime : Convert Timestamp object to a native
1521
1521
Python datetime object.
1522
1522
to_timedelta : Convert argument into timedelta object ,
Original file line number Diff line number Diff line change @@ -1139,7 +1139,7 @@ cdef class _Timestamp(ABCTimestamp):
1139
1139
1140
1140
See Also
1141
1141
--------
1142
- Timestamp.asm8 : Return numpy datetime64 format in nanoseconds .
1142
+ Timestamp.asm8 : Return numpy datetime64 format with same precision .
1143
1143
Timestamp.to_pydatetime : Convert Timestamp object to a native
1144
1144
Python datetime object.
1145
1145
to_timedelta : Convert argument into timedelta object,
@@ -1170,7 +1170,7 @@ cdef class _Timestamp(ABCTimestamp):
1170
1170
@property
1171
1171
def asm8 (self ) -> np.datetime64:
1172
1172
"""
1173
- Return numpy datetime64 format in nanoseconds .
1173
+ Return numpy datetime64 format with same precision .
1174
1174
1175
1175
See Also
1176
1176
--------
You can’t perform that action at this time.
0 commit comments