pandas.Timestamp.dayofyear
- Timestamp.dayofyear
- 
Return the day of the year. Examples >>> ts = pd.Timestamp(2020, 3, 14) >>> ts.day_of_year 74 
    © 2008–2021, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
    https://pandas.pydata.org/pandas-docs/version/1.3.4/reference/api/pandas.Timestamp.dayofyear.html