File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -483,6 +483,8 @@ class NaTType(_NaT):
483
483
that this flag is only applicable for ambiguous fall dst dates)
484
484
- 'NaT' will return NaT for an ambiguous time
485
485
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
486
+
487
+ .. versionadded:: 0.24.0
486
488
487
489
Raises
488
490
------
@@ -500,6 +502,8 @@ class NaTType(_NaT):
500
502
that this flag is only applicable for ambiguous fall dst dates)
501
503
- 'NaT' will return NaT for an ambiguous time
502
504
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
505
+
506
+ .. versionadded:: 0.24.0
503
507
504
508
Raises
505
509
------
@@ -517,6 +521,8 @@ class NaTType(_NaT):
517
521
that this flag is only applicable for ambiguous fall dst dates)
518
522
- 'NaT' will return NaT for an ambiguous time
519
523
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
524
+
525
+ .. versionadded:: 0.24.0
520
526
521
527
Raises
522
528
------
Original file line number Diff line number Diff line change @@ -688,6 +688,8 @@ class Timestamp(_Timestamp):
688
688
- 'NaT' will return NaT for an ambiguous time
689
689
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
690
690
691
+ .. versionadded:: 0.24.0
692
+
691
693
Raises
692
694
------
693
695
ValueError if the freq cannot be converted
@@ -707,6 +709,8 @@ class Timestamp(_Timestamp):
707
709
- 'NaT' will return NaT for an ambiguous time
708
710
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
709
711
712
+ .. versionadded:: 0.24.0
713
+
710
714
Raises
711
715
------
712
716
ValueError if the freq cannot be converted
@@ -726,6 +730,8 @@ class Timestamp(_Timestamp):
726
730
- 'NaT' will return NaT for an ambiguous time
727
731
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
728
732
733
+ .. versionadded:: 0.24.0
734
+
729
735
Raises
730
736
------
731
737
ValueError if the freq cannot be converted
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ class TimelikeOps(object):
109
109
- 'raise' will raise an AmbiguousTimeError if there are ambiguous
110
110
times
111
111
Only relevant for DatetimeIndex
112
+
113
+ .. versionadded:: 0.24.0
112
114
113
115
Returns
114
116
-------
You can’t perform that action at this time.
0 commit comments