File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -507,14 +507,18 @@ used if a custom frequency string is passed.
507
507
Timestamp limitations
508
508
---------------------
509
509
510
- Since pandas represents timestamps in nanosecond resolution, the time span that
510
+ The limits of timestamp representation depend on the chosen resolution. For
511
+ nanosecond resolution, the time span that
511
512
can be represented using a 64-bit integer is limited to approximately 584 years:
512
513
513
514
.. ipython :: python
514
515
515
516
pd.Timestamp.min
516
517
pd.Timestamp.max
517
518
519
+ When choosing second-resolution, the available range grows to ``+/- 2.9e11 years ``.
520
+ Different resolutions can be converted to each other through ``as_unit ``.
521
+
518
522
.. seealso ::
519
523
520
524
:ref: `timeseries.oob `
You can’t perform that action at this time.
0 commit comments