pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.41k stars 17.83k forks source link

ENH: Follow up to PR #59577, Series.str.get_dummies() raise on str type #59786

Open aaronchucarroll opened 2 weeks ago

aaronchucarroll commented 2 weeks ago
aaronchucarroll commented 2 weeks ago

@rhshadrach Please see latest changes

rhshadrach commented 1 week ago

@aaronchucarroll - I believe there is an issue related to this, is that right?

aaronchucarroll commented 6 days ago

I don't think there exists an issue for this. These are the requested follow-up changes to my last PR (#59577)