We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this warning when running recordlinkage 13.2 with pandas 24.2
recordlinkage/base.py:288: FutureWarning: .labels was deprecated in version 0.24.0. Use .codes instead.
To avoid the warning (and the future error) the code should be updated. I don't think using codes is backward compatible though.
codes
I think we can use this issue (and the related PR) for inspiration: https://github.com/apache/arrow/pull/3120/files
I'm happy to help/submit a PR.
The text was updated successfully, but these errors were encountered:
Thanks @arthurandres, fixed in PR #103
For reference: pandas-dev/pandas#13443
Sorry, something went wrong.
Thanks!
Compat: pandas MultiIndex .labels to .codes (#103)
423a2eb
Closes #99
Successfully merging a pull request may close this issue.
I get this warning when running recordlinkage 13.2 with pandas 24.2
recordlinkage/base.py:288: FutureWarning: .labels was deprecated in version 0.24.0. Use .codes instead.
To avoid the warning (and the future error) the code should be updated. I don't think using
codes
is backward compatible though.I think we can use this issue (and the related PR) for inspiration: https://github.com/apache/arrow/pull/3120/files
I'm happy to help/submit a PR.
The text was updated successfully, but these errors were encountered: