pandas.Timestamp.dayofyear — pandas 2.2.3 documentation (original) (raw)
- API reference
- pandas arrays, scalars, and data types
- pandas.Times...
Timestamp.dayofyear#
Return the day of the year.
Returns:
int
Examples
ts = pd.Timestamp(2020, 3, 14) ts.day_of_year 74