You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that CFTimeIndex does not provide the .dayofyear attributes. Pandas DatetimeIndex does. Implementing these attributes would make certain grouping operations much easier on non-standard calendars.
Perhaps there are other similar attributes. I don't know if .dayofweek makes sense for non-standard calendars.
The text was updated successfully, but these errors were encountered:
Yes, the reason I neglected to add these earlier was that those attributes did not always work properly (e.g. Unidata/cftime#13). That's now been fixed upstream in cftime as of version 1.0.2 :).
I have noticed that
CFTimeIndex
does not provide the.dayofyear
attributes. PandasDatetimeIndex
does. Implementing these attributes would make certain grouping operations much easier on non-standard calendars.Perhaps there are other similar attributes. I don't know if
.dayofweek
makes sense for non-standard calendars.The text was updated successfully, but these errors were encountered: