Skip to content

DEPR/CLN: fix from_items deprecation warnings #19559

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

Merged
merged 1 commit into from
Feb 7, 2018

Conversation

reidy-p
Copy link
Contributor

@reidy-p reidy-p commented Feb 6, 2018

xref #18529

Replacing some cases of the deprecated from_items with from_dict(OrderedDict())

@codecov
Copy link

codecov bot commented Feb 7, 2018

Codecov Report

Merging #19559 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #19559      +/-   ##
==========================================
+ Coverage    91.6%    91.6%   +<.01%     
==========================================
  Files         150      150              
  Lines       48750    48750              
==========================================
+ Hits        44657    44658       +1     
+ Misses       4093     4092       -1
Flag Coverage Δ
#multiple 89.97% <ø> (ø) ⬆️
#single 41.75% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/io/parsers.py 95.56% <0%> (+0.06%) ⬆️

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 93c86aa...32ac4f6. Read the comment docs.

@jreback jreback added the Deprecate Functionality to remove in pandas label Feb 7, 2018
@jreback jreback added this to the 0.23.0 milestone Feb 7, 2018
@jreback jreback merged commit b210bd3 into pandas-dev:master Feb 7, 2018
@jreback
Copy link
Contributor

jreback commented Feb 7, 2018

thanks!

@reidy-p reidy-p deleted the from_items_warnings branch February 21, 2018 22:09
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
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants