-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Add infer frequency to docs #10053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1364,6 +1365,7 @@ Time/Date Components | |||
DatetimeIndex.is_quarter_end | |||
DatetimeIndex.is_year_start | |||
DatetimeIndex.is_year_end | |||
DatetimeIndex.inferred_freq |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is also defined for TimedeltaIndex
minor change, ping when pushed. |
@jnmclarty Could you also update the
|
@jorisvandenbossche side issue, we don't appear to have |
Ideally, we should also resolve this one: #5082 |
On the PeriodIndex API docs: yes, the issue is here: #6384 |
In reality, I just think we could just fix |
@jreback Okay to merge. |
DOC: Add infer frequency to docs
thanks! |
Was there a reason infer_freq and inferred_freq weren't in the docs? Did I pick the right spot to add it? Does the feature work well?
I set out looking for a feature like this, searching "guess frequency", "auto detect frequency".