Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Fixes for examples in the User Guide #357

Merged
merged 4 commits into from
Jul 11, 2023

Conversation

aglebov
Copy link
Contributor

@aglebov aglebov commented Jun 21, 2023

The last example in Expressions / Window functions purports to select the fastest three and the strongest three pokemon for each type, so should perhaps be sorting rows in each group in descending order before picking the first 3.

The last example in Transformations / Joins is meant to demonstrate the effect of tolerance = "1m", but does not actually use this argument.

@aglebov aglebov changed the title Fix last example in User Guide / Expressions / Window functions Fixes for examples in the User Guide Jun 21, 2023
@c-peters
Copy link
Contributor

c-peters commented Jul 5, 2023

The rest are great additions to the book, @aglebov once the query_plan section is fixed we can merge this in

@c-peters
Copy link
Contributor

LGTM, thanks!

@c-peters c-peters merged commit ed42ca4 into pola-rs:master Jul 11, 2023
5 checks passed
@c-peters c-peters mentioned this pull request Jul 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants