Closed mbelak-dtml closed 1 year ago
Pandas 2.x changed the behavior of pd.api.types.is_string_dtype. Previously it would return True for object dtype, now it returns False.
pd.api.types.is_string_dtype
True
object
False
Pandas 2.x changed the behavior of
pd.api.types.is_string_dtype
. Previously it would returnTrue
forobject
dtype, now it returnsFalse
.