Skip to content

CLN: remove __unicode__ from code base #26432

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
May 17, 2019

Conversation

topper-123
Copy link
Contributor

Removes use of __unicode__ from the code base.

@codecov
Copy link

codecov bot commented May 16, 2019

Codecov Report

Merging #26432 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26432      +/-   ##
==========================================
- Coverage   91.73%   91.72%   -0.01%     
==========================================
  Files         174      174              
  Lines       50741    50739       -2     
==========================================
- Hits        46548    46542       -6     
- Misses       4193     4197       +4
Flag Coverage Δ
#multiple 90.23% <100%> (-0.01%) ⬇️
#single 41.68% <93.93%> (-0.12%) ⬇️
Impacted Files Coverage Δ
pandas/core/base.py 97.99% <100%> (-0.01%) ⬇️
pandas/core/resample.py 97.23% <100%> (ø) ⬆️
pandas/core/computation/ops.py 95.95% <100%> (ø) ⬆️
pandas/core/window.py 96.41% <100%> (ø) ⬆️
pandas/core/internals/managers.py 93.93% <100%> (ø) ⬆️
pandas/core/internals/blocks.py 94.07% <100%> (ø) ⬆️
pandas/core/groupby/groupby.py 97.23% <100%> (ø) ⬆️
pandas/core/arrays/categorical.py 95.95% <100%> (ø) ⬆️
pandas/core/sparse/series.py 93.3% <100%> (ø) ⬆️
pandas/core/indexes/frozen.py 92.1% <100%> (ø) ⬆️
... 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 1263e1a...6a38d12. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented May 16, 2019

Codecov Report

Merging #26432 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26432      +/-   ##
==========================================
- Coverage   91.73%   91.72%   -0.01%     
==========================================
  Files         174      174              
  Lines       50741    50739       -2     
==========================================
- Hits        46548    46542       -6     
- Misses       4193     4197       +4
Flag Coverage Δ
#multiple 90.23% <100%> (-0.01%) ⬇️
#single 41.68% <93.93%> (-0.12%) ⬇️
Impacted Files Coverage Δ
pandas/core/base.py 97.99% <100%> (-0.01%) ⬇️
pandas/core/resample.py 97.23% <100%> (ø) ⬆️
pandas/core/computation/ops.py 95.95% <100%> (ø) ⬆️
pandas/core/window.py 96.41% <100%> (ø) ⬆️
pandas/core/internals/managers.py 93.93% <100%> (ø) ⬆️
pandas/core/internals/blocks.py 94.07% <100%> (ø) ⬆️
pandas/core/groupby/groupby.py 97.23% <100%> (ø) ⬆️
pandas/core/arrays/categorical.py 95.95% <100%> (ø) ⬆️
pandas/core/sparse/series.py 93.3% <100%> (ø) ⬆️
pandas/core/indexes/frozen.py 92.1% <100%> (ø) ⬆️
... 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 1263e1a...6a38d12. Read the comment docs.

@jreback jreback added this to the 0.25.0 milestone May 17, 2019
@jreback jreback merged commit 62c0ed0 into pandas-dev:master May 17, 2019
@jreback
Copy link
Contributor

jreback commented May 17, 2019

is this all of them?

@topper-123 topper-123 deleted the remove__unicode__ branch May 17, 2019 13:34
@topper-123
Copy link
Contributor Author

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants