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
With pandas 2.0 and higher, some type conversion got stricter or are not allowed anymore (e.g. you can not convert from float to the new Int64 dtype with safe casting.
To provide better error messages to the user, we should check if the conversion to integeres works for things like stride lists in the is_stride_list (and similar method) and provide actionable error messages
The text was updated successfully, but these errors were encountered:
With pandas 2.0 and higher, some type conversion got stricter or are not allowed anymore (e.g. you can not convert from float to the new Int64 dtype with safe casting.
To provide better error messages to the user, we should check if the conversion to integeres works for things like stride lists in the
is_stride_list
(and similar method) and provide actionable error messagesThe text was updated successfully, but these errors were encountered: