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
This bug happens when one column starts with a nan, and then contains a string. Numpy vectorize is guessing from nan that the mapping operation creates a number, but then it fails when it hits a string.
The text was updated successfully, but these errors were encountered:
smarie
changed the title
ValueError: invalid literal for int() with base 10predict_qd raises ValueError: invalid literal for int() with base 10Mar 16, 2023
This bug happens when one column starts with a nan, and then contains a string. Numpy vectorize is guessing from nan that the mapping operation creates a number, but then it fails when it hits a string.
The text was updated successfully, but these errors were encountered: