-
5 consuling
- Belgium
- http://www.5consulting.com
- @ronnydw
Pinned Loading
-
compfinance
compfinance Publiccoursera compfinace course: Some R code translated to python
-
courses
courses PublicForked from DataScienceSpecialization/courses
Course materials for the Data Science Specialization: https://www.coursera.org/specialization/jhudatascience/1
HTML
-
data-science-projects
data-science-projects PublicOverview of some Data Science projects I've been working on
Jupyter Notebook 1
-
Get the S&P500 ticker symbols from W...
Get the S&P500 ticker symbols from Wikipedia 1library(XML)
2library(RCurl)
34url <- "https://en.wikipedia.org/wiki/List_of_S%26P_500_companies"
5tables <- getURL(url)
-
Read data from Google Sheet into a P...
Read data from Google Sheet into a Python Pandas DataFrame. Details at http://sudarmuthu.com/blog/read-data-from-google-sheet-into-a-python-pandas-dataframe/ 1import gspread
2import pandas
34gc = gspread.login('[email protected]', 'supersecretepassword')
5book = gc.open('Spreadsheet name')
-
get-stanford-online-courses.R
get-stanford-online-courses.R 1library(XML)
2library(RCurl)
34url <- "http://online.stanford.edu/courses/allcourses"
5tables <- getURL(url)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.