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 meant to open an issue about inconsistent behaviour of resampling for sub- and super-daily intervals. When I was almost done, I discovered it's already been reported/discussed #9586
The docstring for the rule parameter is confusing. It's type annotation says it's supposed to be a str but the description is The offset string or object representing target conversion. What kind of object can it be if not a string? And shouldn't this be in the type annotation then? Is it possible to link to some more information on this directly from the description of the parameter so it becomes immediately clear what the options are?
The text was updated successfully, but these errors were encountered:
I meant to open an issue about inconsistent behaviour of resampling for sub- and super-daily intervals. When I was almost done, I discovered it's already been reported/discussed #9586
Figuring all of this out myself wasted a couple of hours, that could have been saved by a clearer documentation on the
resample
page: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.resample.htmlSome things to change here:
rule
parameter is confusing. It's type annotation says it's supposed to be astr
but the description is The offset string or object representing target conversion. What kind of object can it be if not a string? And shouldn't this be in the type annotation then? Is it possible to link to some more information on this directly from the description of the parameter so it becomes immediately clear what the options are?The text was updated successfully, but these errors were encountered: