Skip to content

Instantly share code, notes, and snippets.

@ericgitonga
Created July 8, 2021 23:43
Show Gist options
  • Save ericgitonga/934a524c77b1325d936142125f07f794 to your computer and use it in GitHub Desktop.
Save ericgitonga/934a524c77b1325d936142125f07f794 to your computer and use it in GitHub Desktop.
Pandas SQL Calculated Values
SELECT Speed,
Time,
Speed * Time as "Distance"
FROM movement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment