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
String dtype: map builtin str alias to StringDtype (#59685)
* String dtype: map builtin str alias to StringDtype
* fix tests
* fix datetimelike astype and more tests
* remove xfails
* try fix typing
* fix copy_view tests
* fix remaining tests with infer_string enabled
* ignore typing issue for now
* move to common.py
* simplify Categorical._str_get_dummies
* small cleanup
* fix ensure_string_array to not modify extension arrays inplace
* fix ensure_string_array once more + fix is_extension_array_dtype for str
* still xfail TestArrowArray::test_astype_str when not using infer_string
* ensure maybe_convert_objects copies object dtype input array when inferring StringDtype
* update test_1d_object_array_does_not_copy test
* update constructor copy test + do not copy in maybe_convert_objects?
* skip str.get_dummies test for now
* use pandas_dtype() instead of registry.find
* fix corner cases for calling pandas_dtype
* add TODO comment in ensure_string_array
0 commit comments