Open
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
convert_dtypes should be able to do this type of coercion from string complex looking
print(pd.DataFrame(['1.0+5j', '1.5-3j']).astype(complex).convert_dtypes())
Related to closed #4895
Feature Description
Alternative Solutions
Additional Context
No response