-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: remove deprecated from_items from dsintro docs #19837
DOC: remove deprecated from_items from dsintro docs #19837
Conversation
6ec5002
to
6de9a20
Compare
pandas/core/frame.py
Outdated
@@ -1254,12 +1254,14 @@ def to_records(self, index=True, convert_datetime64=True): | |||
|
|||
@classmethod | |||
def from_items(cls, items, columns=None, orient='columns'): | |||
""" | |||
"""DEPRECATED: Use from_dict instead. |
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 don't think we include this anymore as its auto-generated
Codecov Report
@@ Coverage Diff @@
## master #19837 +/- ##
==========================================
- Coverage 91.64% 91.6% -0.05%
==========================================
Files 150 150
Lines 48946 48906 -40
==========================================
- Hits 44858 44800 -58
- Misses 4088 4106 +18
Continue to review full report at Codecov.
|
Follow-up on #19802 and #18529