@@ -1378,7 +1378,6 @@ class Timestamp(_Timestamp):
1378
1378
* 'NaT' will return NaT for an ambiguous time.
1379
1379
* 'raise' will raise an AmbiguousTimeError for an ambiguous time.
1380
1380
1381
- .. versionadded:: 0.24.0
1382
1381
nonexistent : {'raise', 'shift_forward', 'shift_backward, 'NaT', \
1383
1382
timedelta}, default 'raise'
1384
1383
A nonexistent time does not exist in a particular timezone
@@ -1393,8 +1392,6 @@ timedelta}, default 'raise'
1393
1392
* 'raise' will raise an NonExistentTimeError if there are
1394
1393
nonexistent times.
1395
1394
1396
- .. versionadded:: 0.24.0
1397
-
1398
1395
Returns
1399
1396
-------
1400
1397
a new Timestamp rounded to the given resolution of `freq`
@@ -1458,7 +1455,6 @@ timedelta}, default 'raise'
1458
1455
* 'NaT' will return NaT for an ambiguous time.
1459
1456
* 'raise' will raise an AmbiguousTimeError for an ambiguous time.
1460
1457
1461
- .. versionadded:: 0.24.0
1462
1458
nonexistent : {'raise', 'shift_forward', 'shift_backward, 'NaT', \
1463
1459
timedelta}, default 'raise'
1464
1460
A nonexistent time does not exist in a particular timezone
@@ -1473,8 +1469,6 @@ timedelta}, default 'raise'
1473
1469
* 'raise' will raise an NonExistentTimeError if there are
1474
1470
nonexistent times.
1475
1471
1476
- .. versionadded:: 0.24.0
1477
-
1478
1472
Raises
1479
1473
------
1480
1474
ValueError if the freq cannot be converted.
@@ -1532,7 +1526,6 @@ timedelta}, default 'raise'
1532
1526
* 'NaT' will return NaT for an ambiguous time.
1533
1527
* 'raise' will raise an AmbiguousTimeError for an ambiguous time.
1534
1528
1535
- .. versionadded:: 0.24.0
1536
1529
nonexistent : {'raise', 'shift_forward', 'shift_backward, 'NaT', \
1537
1530
timedelta}, default 'raise'
1538
1531
A nonexistent time does not exist in a particular timezone
@@ -1547,8 +1540,6 @@ timedelta}, default 'raise'
1547
1540
* 'raise' will raise an NonExistentTimeError if there are
1548
1541
nonexistent times.
1549
1542
1550
- .. versionadded:: 0.24.0
1551
-
1552
1543
Raises
1553
1544
------
1554
1545
ValueError if the freq cannot be converted.
@@ -1669,8 +1660,6 @@ default 'raise'
1669
1660
* 'raise' will raise an NonExistentTimeError if there are
1670
1661
nonexistent times.
1671
1662
1672
- .. versionadded:: 0.24.0
1673
-
1674
1663
Returns
1675
1664
-------
1676
1665
localized : Timestamp
0 commit comments