Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Series.str should only be defined for strings, not all Series with dtype=object #9343

Closed
shoyer opened this issue Jan 23, 2015 · 1 comment
Closed
Labels
Admin Administrative tasks related to the pandas project Dtype Conversions Unexpected or buggy dtype conversions Strings String extension data type and string data

Comments

@shoyer
Copy link
Member

shoyer commented Jan 23, 2015

#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).

@shoyer shoyer added Dtype Conversions Unexpected or buggy dtype conversions Admin Administrative tasks related to the pandas project Strings String extension data type and string data labels Jan 23, 2015
@shoyer shoyer added this to the Someday milestone Jan 23, 2015
@jreback
Copy link
Contributor

jreback commented Aug 2, 2016

closing in favor of #13877

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin Administrative tasks related to the pandas project Dtype Conversions Unexpected or buggy dtype conversions Strings String extension data type and string data
Projects
None yet
Development

No branches or pull requests

2 participants