-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
AdminAdministrative tasks related to the pandas projectAdministrative tasks related to the pandas projectDtype ConversionsUnexpected or buggy dtype conversionsUnexpected or buggy dtype conversionsStringsString extension data type and string dataString extension data type and string data
Description
#9322 will make Series.str
raise an exception if it is accessed on Series instances with non-object dtype. In principle, the exception should really be raised for any non-strictly string-like data, but that's not practical until pandas has a true string dtype to use (currently we abuse np.object_
for this purpose).
Metadata
Metadata
Assignees
Labels
AdminAdministrative tasks related to the pandas projectAdministrative tasks related to the pandas projectDtype ConversionsUnexpected or buggy dtype conversionsUnexpected or buggy dtype conversionsStringsString extension data type and string dataString extension data type and string data