Skip to content

Instantly share code, notes, and snippets.

View ateeqahmad's full-sized avatar

Ateeq Ahmad ateeqahmad

View GitHub Profile
import requests
from bs4 import BeautifulSoup
import time
# We've now imported the two packages that will do the heavy lifting
# for us, reqeusts and BeautifulSoup
# This is the URL that lists the current inmates
# Should this URL go away, and archive is available at
# http://perma.cc/2HZR-N38X
@ateeqahmad
ateeqahmad / foundational-data-science.md
Created February 5, 2018 18:11 — forked from csgillespie/foundational-data-science.md
Foundational data science with R

Software

Please make sure you are using the latest version of R (current version is 3.4.3) - the final digit is the minor version number. The essential numbers are the first two. You can check the version of R you are running via

R.version.string

Please install the latest version of RStudio (https://www.rstudio.com/products/rstudio/download/).