Skip to content

Commit 89a1514

Browse files
author
MarcoGorelli
committed
silence ipython warning
1 parent 7bc57e4 commit 89a1514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/user_guide/timeseries.rst

+2
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ as timezone-naive timestamps and then localize to the appropriate timezone:
360360
types (e.g. an int64).
361361

362362
.. ipython:: python
363+
:okwarning:
363364
364365
pd.to_datetime([1490195805.433, 1490195805.433502912], unit="s")
365366
pd.to_datetime(1490195805433502912, unit="ns")
@@ -513,6 +514,7 @@ Since pandas represents timestamps in nanosecond resolution, the time span that
513514
can be represented using a 64-bit integer is limited to approximately 584 years:
514515

515516
.. ipython:: python
517+
:okwarning:
516518
517519
pd.Timestamp.min
518520
pd.Timestamp.max

0 commit comments

Comments
 (0)