A window function is a type of SQL operation that aggregates over a partition of the result set.
Is there an idiomatic equivalent to SQL's window functions in Pandas? For example, what's the most compact way to write …
python sql pandas window-functions