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
The original pandas issue (pandas-dev/pandas#40729) that caused us to add this change is fixed, though the change mentioned in this issue no longer seems to be present. So this issue may be able to be closed.
Correct, I was more saying that I think the workaround I created this issue about may no longer be present (it's no longer in that test on woodwork main), in which case this issue can be closed.
Pandas bug was stopping us from being able to initialize Woodwork on a column of numeric strings, so we had to convert to the
string
dtype first.https://github.com/alteryx/woodwork/pull/755/files#diff-75cb54847db4ed09b32148b93f1f543df16a421473154cb17085ff4932277ba8L402
This should be removed after the bug is fixed.
object
numeric strings to Float64Dtype pandas-dev/pandas#40729The text was updated successfully, but these errors were encountered: