File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1411,10 +1411,10 @@ cdef class _Timedelta(timedelta):
1411
1411
"""
1412
1412
Return a numpy.timedelta64 object with 'ns' precision.
1413
1413
1414
- Since NumPy uses `timedelta64` objects for its time operations , converting
1415
- a pandas `Timedelta` into a NumPy `timedelta64` provides seamless integration
1416
- between the two libraries , especially when working in environments that
1417
- heavily rely on NumPy for array-based calculations.
1414
+ Since NumPy uses `` timedelta64` ` objects for its time operations , converting
1415
+ a pandas `` Timedelta`` into a NumPy `` timedelta64`` provides seamless
1416
+ integration between the two libraries , especially when working in environments
1417
+ that heavily rely on NumPy for array-based calculations.
1418
1418
1419
1419
See Also
1420
1420
--------
You can’t perform that action at this time.
0 commit comments