UBC-DSCI / introduction-to-datascience

Open Source Textbook for DSCI100: Introduction to Data Science in R
https://datasciencebook.ca/
Other
51 stars 56 forks source link

Scraping section not reproducible #537

Closed trevorcampbell closed 1 year ago

trevorcampbell commented 1 year ago

I'm trying to reproduce most of the R version of the scraping section in the py book, but unfortunately we never saved the .html source for the wiki page we scrape. I'm going to make the Py version reproducible -- once that's done we should import the update here too.

trevorcampbell commented 1 year ago

See https://github.com/UBC-DSCI/introduction-to-datascience-python/pull/264