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
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
When all rows used by the apply method for type inference return None, then the resulting SArray defaults to float. I know this can be solved by specifying dtype but the error message should be clearer, especially when considering lazy operations.
Results in: TypeError: Cannot convert 41666 to float
I suggest something along the lines of TypeError: Cannot convert 41666 of type XXXX to float which is the type of the SArray. If this is not the correct type try specifying it during creation
The text was updated successfully, but these errors were encountered:
When all rows used by the
apply
method for type inference returnNone
, then the resultingSArray
defaults to float. I know this can be solved by specifyingdtype
but the error message should be clearer, especially when considering lazy operations.Running:
Results in:
TypeError: Cannot convert 41666 to float
I suggest something along the lines of
TypeError: Cannot convert 41666 of type XXXX to float which is the type of the SArray. If this is not the correct type try specifying it during creation
The text was updated successfully, but these errors were encountered: