You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Clarify first_value usage in select vs aggregate (#1348)
* docs: Add warning to first_value about usage in select vs aggregate
Clarifies that aggregate functions like first_value must be used within .aggregate() and not .select(). Closes#1300.
* chore: remove temporary reproduction script
* Update all aggregate functions to have an example usage that is correct
---------
Co-authored-by: Tim Saucer <timsaucer@gmail.com>
0 commit comments