You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.
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.)
The text was updated successfully, but these errors were encountered: