DEPR: Deprecate daysinmonth, dayofweek, dayofyear #46768
Labels
Deprecate
Functionality to remove in pandas
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Period
Period data type
Timestamp
pd.Timestamp and associated methods
Based on original issue #1723 and #1723 (comment) and #37390 (comment), and follow up discussion at #46761 (comment)
Should we deprecate
daysinmonth
,dayofweek
,dayofyear
with pointers todays_in_month
,day_of_week
, andday_of_year
respectively for these classes:Timestamp
Period
DatetimeArray
PeriodArray
PeriodIndex
NaTType
Series.dt
DatetimeIndex
Other possibilities:
The text was updated successfully, but these errors were encountered: