Skip to content

Instantly share code, notes, and snippets.

View dgkeyes's full-sized avatar

David Keyes dgkeyes

View GitHub Profile
## %######################################################%##
# #
#### Letter case - your turn ####
# #
## %######################################################%##
# Import the Marine Protected Areas dataset (MPAS-your.csv)
# Summarize the number of Marine Protected Areas by country (Country full).
@dgkeyes
dgkeyes / 0_reuse_code.js
Created August 9, 2017 15:04
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console