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

CLN: Remove SparseList from pandas API #18621

Merged
merged 1 commit into from Dec 4, 2017

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Dec 4, 2017

Deprecated in 0.19.0.

xref #14007.

@gfyoung gfyoung added Clean Deprecate Functionality to remove in pandas labels Dec 4, 2017
@gfyoung gfyoung added this to the 0.22.0 milestone Dec 4, 2017
@codecov
Copy link

codecov bot commented Dec 4, 2017

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #18621      +/-   ##
==========================================
- Coverage   91.46%   91.44%   -0.03%     
==========================================
  Files         157      156       -1     
  Lines       51449    51375      -74     
==========================================
- Hits        47060    46979      -81     
- Misses       4389     4396       +7
Flag Coverage Δ
#multiple 89.31% <ø> (-0.02%) ⬇️
#single 40.61% <ø> (-0.1%) ⬇️
Impacted Files Coverage Δ
pandas/core/sparse/api.py 100% <ø> (ø) ⬆️
pandas/util/testing.py 82.11% <ø> (-0.07%) ⬇️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.81% <0%> (-0.1%) ⬇️

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 6e56195...c3068b3. Read the comment docs.

@codecov
Copy link

codecov bot commented Dec 4, 2017

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #18621      +/-   ##
==========================================
- Coverage   91.46%   91.44%   -0.03%     
==========================================
  Files         157      156       -1     
  Lines       51449    51375      -74     
==========================================
- Hits        47060    46979      -81     
- Misses       4389     4396       +7
Flag Coverage Δ
#multiple 89.31% <ø> (-0.02%) ⬇️
#single 40.61% <ø> (-0.1%) ⬇️
Impacted Files Coverage Δ
pandas/core/sparse/api.py 100% <ø> (ø) ⬆️
pandas/util/testing.py 82.11% <ø> (-0.07%) ⬇️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.81% <0%> (-0.1%) ⬇️

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 6e56195...c3068b3. Read the comment docs.

@jreback jreback merged commit 5bf9486 into pandas-dev:master Dec 4, 2017
@jreback
Copy link
Contributor

jreback commented Dec 4, 2017

thanks!

@gfyoung gfyoung deleted the sparse-list-remove branch December 4, 2017 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants