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

drop_first parameter missing from Series.to_dummies #14843

Closed
2 tasks done
mcrumiller opened this issue Mar 4, 2024 · 0 comments · Fixed by #14846
Closed
2 tasks done

drop_first parameter missing from Series.to_dummies #14843

mcrumiller opened this issue Mar 4, 2024 · 0 comments · Fixed by #14846
Labels
bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars

Comments

@mcrumiller
Copy link
Contributor

mcrumiller commented Mar 4, 2024

Checks

  • I have checked that this issue has not already been reported.
  • I have confirmed this bug exists on the latest version of Polars.

Issue description

The drop_first parameter does not exist in Series.to_dummies, even though it is implemented on the rust side, and is still valid for Series.

Installed versions

main

@mcrumiller mcrumiller added bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant