[Dependency Regression/Keep Track] Wait for Pandas to potentially handle IntegerDType string conversion #204
Labels
bug 💩
Something isn't working
dependencies
Pull requests that update a dependency file
⚗️ research/follow up
triaged: no
Describe the bug
Pandas has nice and interesting new data types. The hope was that we'd be able to convert strings to ints while also having those ints cohabit with null data types.
We have a bit of a circular problem. Ints and Nulls can live together if int is
IntegerDType
but this datatype does not like to convert strings. The current work around is to doas discussed in this issue: pandas-dev/pandas#25472
Let's keep on following the issue and for now I'll disable casting
The text was updated successfully, but these errors were encountered: