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 41f3c2e commit ee930d7Copy full SHA for ee930d7
pandas/_libs/tslibs/timestamps.pyx
@@ -1115,6 +1115,14 @@ cdef class _Timestamp(ABCTimestamp):
1115
-------
1116
Timestamp
1117
1118
+ See Also
1119
+ --------
1120
+ Timestamp.asm8 : Return numpy datetime64 format in nanoseconds.
1121
+ Timestamp.to_pydatetime : Convert Timestamp object to a native
1122
+ Python datetime object.
1123
+ to_timedelta : Convert argument into timedelta object,
1124
+ which can represent differences in times.
1125
+
1126
Examples
1127
--------
1128
>>> ts = pd.Timestamp('2023-01-01 00:00:00.01')
0 commit comments