Skip to content

Commit

Permalink
DOC: add SA01 to nattype
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 committed May 2, 2024
1 parent 35f9fb4 commit abd1bfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pandas/_libs/tslibs/nattype.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,11 @@ class NaTType(_NaT):
-------
str
See Also
--------
Timestamp.day_of_week : Return day of the week.
Timestamp.day_of_year : Return day of the year.
Examples
--------
>>> ts = pd.Timestamp('2020-03-14T15:32:52.192548651')
Expand Down

0 comments on commit abd1bfb

Please sign in to comment.