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
I also encounter this problem when run ks.range(0, 100). If I change 'np.bool' to 'np.bool_', AttributeError: module 'numpy' has no attribute 'float' will appear.
Reading a CSV file using Koalas is giving the below error. I believe this is because NumPy has deprecated np.bool in release 1.24.0
Attribute Error: module 'numpy' has no attribute 'bool'
--> elif tpe in (bool, np.bool, "bool", "?"):
return types.BooleanType()
The text was updated successfully, but these errors were encountered: