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
One thing we might be able to do here is leverage the _period_code_map in frequencies.pyx and check within the Period properties if the instance's freq is at a more granular level of information than the property being access. If so return the property, otherwise NaN
@WillAyd that sounds like a reasonable approach to the implementation. For now the goal is just to get consensus that the API change is desirable. @gfyoung thoughts?
I find the following counter-intuitive:
Since this Period represents the span from Jan1-Dec 31, it seems that month, day, hour, etc are not meaningful, should be NaN.
The text was updated successfully, but these errors were encountered: