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

Compat: pandas MultiIndex .labels to .codes #103

Merged
merged 3 commits into from
Jul 12, 2019
Merged

Compat: pandas MultiIndex .labels to .codes #103

merged 3 commits into from
Jul 12, 2019

Conversation

J535D165
Copy link
Owner

@J535D165 J535D165 commented Jun 9, 2019

Change pandas.MultiIndex.labels into pandas.MultiIndex.codes with backwards compatibility. This removes the future/deprecation warning

Closes #99

@codecov
Copy link

codecov bot commented Jul 12, 2019

Codecov Report

Merging #103 into master will increase coverage by 0.07%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
+ Coverage    77.2%   77.27%   +0.07%     
==========================================
  Files          33       33              
  Lines        2338     2341       +3     
  Branches      376      376              
==========================================
+ Hits         1805     1809       +4     
+ Misses        408      407       -1     
  Partials      125      125
Impacted Files Coverage Δ
recordlinkage/base.py 80.9% <100%> (+0.42%) ⬆️

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 87a5f4a...b6beaf5. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jul 12, 2019

Codecov Report

Merging #103 into master will increase coverage by 0.07%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
+ Coverage    77.2%   77.27%   +0.07%     
==========================================
  Files          33       33              
  Lines        2338     2341       +3     
  Branches      376      376              
==========================================
+ Hits         1805     1809       +4     
+ Misses        408      407       -1     
  Partials      125      125
Impacted Files Coverage Δ
recordlinkage/base.py 80.9% <100%> (+0.42%) ⬆️

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 87a5f4a...b6beaf5. Read the comment docs.

@J535D165 J535D165 merged commit 423a2eb into master Jul 12, 2019
@J535D165 J535D165 deleted the pandas-codes branch July 12, 2019 12:24
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.

Pandas deprecation warning
1 participant