Skip to content

TheDataShed/window-functions-talk

Repository files navigation

Window Functions Talk

Running in Gitpod

Open in Gitpod

Running Locally

Install

virtualenv venv
source venv/bin/activate
pip install -r requirements/test.txt

Running a SQL File

If postgres is running, you can run SQL files using:

psql -f sql/rank_employees.sql

References

Employee sample data modified from Sling Academy

Window functions cheat sheet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages