-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Fixes after #17482 #17554
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
DOC: Fixes after #17482 #17554
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ class TestPDApi(Base): | |
# top-level functions | ||
funcs = ['bdate_range', 'concat', 'crosstab', 'cut', | ||
'date_range', 'interval_range', 'eval', | ||
'factorize', 'get_dummies', | ||
'factorize', 'get_dummies', 'cdate_range', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think cdate_range needs to be in api.rst as well? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that's the issue being solved here: it was already added to api.rst in a previous PR, but wasn't actually yet included in the api There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok great |
||
'infer_freq', 'isna', 'isnull', 'lreshape', | ||
'melt', 'notna', 'notnull', 'offsets', | ||
'merge', 'merge_ordered', 'merge_asof', | ||
|
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.
I also don't think we should remove this, unless we also remove the actual 'experimental' status of the CustomBusinessDay itself (which might be OK to do, I just don't know it)
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.
Okay, once we reach a consensus, I can either add this back or remove the additional warnings.
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.
yes this is ok
we have had this for quite a long time