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

Remove the restriction on pivot_wider dtypes #733

Merged
merged 2 commits into from
Nov 12, 2023
Merged

Conversation

cigrainger
Copy link
Member

@cigrainger cigrainger commented Nov 12, 2023

The upstream restriction does not appear to be there anymore. I'll add some tests, but poking around this seems to work as expected. Closes #732.

Edit: Yep! I'm satisfied that the upstream restriction is lifted. IIRC the first aggregation required a numeric dtype on the Polars end in the early days. But that's long not been the case. Wish I had stumbled across this sooner.

@cigrainger cigrainger requested a review from a team November 12, 2023 16:37
@cigrainger cigrainger merged commit a1b1a4a into main Nov 12, 2023
3 checks passed
@cigrainger cigrainger deleted the cg/pivot-wider-dtypes branch November 12, 2023 17:20
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.

Revisit pivot_wider's requirement that values_from is numeric
2 participants