Skip to content

ENH: Series.str.get_dummies() defers to pd.get_dummies() #59554

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

Closed

Conversation

aaronchucarroll
Copy link
Contributor

@aaronchucarroll aaronchucarroll commented Aug 19, 2024

Having Series.str.get_dummies() defer to pd.get_dummies() simplifies the codebase and adds args prefix, prefix_sep, dummy_na, sparse, and dtype to Series.str.get_dummies().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Consistent API between pd.get_dummies() and Series.str.get_dummies()
1 participant