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

AttributeError: 'float' object has no attribute 'upper' #76

Open
jbousquin opened this issue Jul 2, 2024 · 1 comment
Open

AttributeError: 'float' object has no attribute 'upper' #76

jbousquin opened this issue Jul 2, 2024 · 1 comment

Comments

@jbousquin
Copy link
Collaborator

From reviewer: attribute errors for harmonize_all(df, errors='ignore'): AttributeError: 'float' object has no attribute 'upper' (these attribute errors happened a few times in the other demos, too.)

@jbousquin
Copy link
Collaborator Author

Possible repeat of #64, which leads me to believe dependencies aren't being resolved properly. Bringing pinned versions up to date (#26 ) may help resolve. Updated pyproject.toml to sync with requirements (b125f65). Sounds like it could be a numpy.nan for a text field (trying to uppercase an NAN), this was seen in domains.re_case() and is the reason for the try/except there.

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

No branches or pull requests

1 participant