File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -441,6 +441,13 @@ class NaTType(_NaT):
441
441
442
442
Monday == 1 ... Sunday == 7.
443
443
444
+ See Also
445
+ --------
446
+ Timestamp.weekday : Return the day of the week with Monday=0, Sunday=6.
447
+ Timestamp.isocalendar : Return a tuple containing ISO year, week number and
448
+ weekday.
449
+ datetime.date.isoweekday : Equivalent method in datetime module.
450
+
444
451
Examples
445
452
--------
446
453
>>> ts = pd.Timestamp('2023-01-01 10:00:00')
Original file line number Diff line number Diff line change @@ -2775,6 +2775,13 @@ default 'raise'
2775
2775
2776
2776
Monday == 1 ... Sunday == 7.
2777
2777
2778
+ See Also
2779
+ --------
2780
+ Timestamp.weekday : Return the day of the week with Monday=0, Sunday=6.
2781
+ Timestamp.isocalendar : Return a tuple containing ISO year, week number and
2782
+ weekday.
2783
+ datetime.date.isoweekday : Equivalent method in datetime module.
2784
+
2778
2785
Examples
2779
2786
--------
2780
2787
>>> ts = pd.Timestamp('2023-01-01 10:00:00')
You can’t perform that action at this time.
0 commit comments