Skip to content

Instantly share code, notes, and snippets.

@toyeiei
Created November 12, 2018 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toyeiei/d1cc6c4fe0c481c4d36f08915b59cf99 to your computer and use it in GitHub Desktop.
Save toyeiei/d1cc6c4fe0c481c4d36f08915b59cf99 to your computer and use it in GitHub Desktop.
US birth test function
# test function
calculate_stat(data, 0, 4) # sum births by year
calculate_stat(data, 1, 4) # sum births by month
calculate_stat(data, 2, 4) # sum births by dom
calculate_stat(data, 3, 4) # sum births by dow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment