Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 987 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 987 Bytes

textbook

Textbook for Econ 148: Data Science for Economists at UC Berkeley. Can be viewed at www.econ148.org/textbook.

Content is stored in the content folder. Order of textbook can be changed from _toc.yml file. All required packages are in requirements.txt (generated by running update_reqs.ipynb).

To update the textbook:

  • Make any relevant changes to notebooks in the content folder or _toc.yml.
  • Build the jupyter book (link). You can preview your changes here.
  • Push to the GitHub pages via running ghp-import -n -p -f _build/html on the command line (link).

This textbook is a part of Rohan Jha's data science honors thesis. Code for the other portions of the data science honors thesis (including the package he built, Stata2Python) can be found in this GitHub repo.