We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a9569 commit 4995120Copy full SHA for 4995120
pandas/_libs/tslibs/nattype.pyx
@@ -1383,6 +1383,14 @@ default 'raise'
1383
-------
1384
Timestamp
1385
1386
+ See Also
1387
+ --------
1388
+ Timestamp.asm8 : Return numpy datetime64 format in nanoseconds.
1389
+ Timestamp.to_pydatetime : Convert Timestamp object to a native
1390
+ Python datetime object.
1391
+ to_timedelta : Convert argument into timedelta object,
1392
+ which can represent differences in times.
1393
+
1394
Examples
1395
--------
1396
>>> ts = pd.Timestamp('2023-01-01 00:00:00.01')
0 commit comments