Skip to content
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

Merged
merged 4 commits into from
Feb 24, 2018

Conversation

jorisvandenbossche
Copy link
Member

Follow-up on #19802 and #18529

@jorisvandenbossche jorisvandenbossche added this to the 0.23.0 milestone Feb 22, 2018
@@ -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.
Copy link
Contributor

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

@jreback jreback merged commit bd76ce9 into pandas-dev:master Feb 24, 2018
@codecov
Copy link

codecov bot commented Feb 24, 2018

Codecov Report

Merging #19837 into master will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Flag Coverage Δ
#multiple 89.98% <ø> (-0.05%) ⬇️
#single 41.78% <ø> (-0.04%) ⬇️
Impacted Files Coverage Δ
pandas/core/frame.py 97.23% <ø> (ø) ⬆️
pandas/core/dtypes/base.py 47.61% <0%> (-44.05%) ⬇️
pandas/core/arrays/base.py 60% <0%> (-15.68%) ⬇️
pandas/core/reshape/tile.py 90.25% <0%> (-2.69%) ⬇️
pandas/core/dtypes/missing.py 90.36% <0%> (-0.71%) ⬇️
pandas/core/internals.py 95.05% <0%> (-0.48%) ⬇️
pandas/core/dtypes/common.py 93.91% <0%> (-0.25%) ⬇️
pandas/core/indexes/datetimelike.py 96.9% <0%> (-0.24%) ⬇️
pandas/core/arrays/categorical.py 94.91% <0%> (-0.14%) ⬇️
pandas/core/indexes/base.py 96.41% <0%> (-0.04%) ⬇️
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c1a398...494d3a3. Read the comment docs.

harisbal pushed a commit to harisbal/pandas that referenced this pull request Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants