Skip to content

Commit

Permalink
deploy: 1fbb1c9
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanjha123 committed Oct 29, 2024
1 parent d3c0d1c commit 2731572
Show file tree
Hide file tree
Showing 143 changed files with 6,130 additions and 7,109 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: fa7a03f03f81d7e9c6efc8338324f95c
config: 5b0d1b6e28b3163cfcb30373b187f0c3
tags: 645f666f9bcd5a90fca523b33c5a78b7
148 changes: 65 additions & 83 deletions README.html

Large diffs are not rendered by default.

146 changes: 64 additions & 82 deletions _site/README.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/01-python_v_stata/differences.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/01-python_v_stata/history.html

Large diffs are not rendered by default.

146 changes: 64 additions & 82 deletions _site/content/01-python_v_stata/index.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/01-python_v_stata/install.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/01-python_v_stata/syntax.html

Large diffs are not rendered by default.

146 changes: 64 additions & 82 deletions _site/content/02-prereqs/index.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/02-prereqs/jupyter.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/02-prereqs/numpy.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/02-prereqs/python.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/03-pandas/groupby_pivot.html

Large diffs are not rendered by default.

146 changes: 64 additions & 82 deletions _site/content/03-pandas/index.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/03-pandas/loading-looking.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/03-pandas/merge.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/03-pandas/misc_funcs.html

Large diffs are not rendered by default.

154 changes: 70 additions & 84 deletions _site/content/03-pandas/select_modify.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/04-visualizations/advanced.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/04-visualizations/choosing.html

Large diffs are not rendered by default.

146 changes: 64 additions & 82 deletions _site/content/04-visualizations/index.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/04-visualizations/types.html

Large diffs are not rendered by default.

146 changes: 64 additions & 82 deletions _site/content/05-regex/index.html

Large diffs are not rendered by default.

160 changes: 74 additions & 86 deletions _site/content/05-regex/regex.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/06-api/api.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/06-api/index.html

Large diffs are not rendered by default.

146 changes: 64 additions & 82 deletions _site/content/07-sql/index.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/07-sql/sql.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/08-regression/index.html

Large diffs are not rendered by default.

146 changes: 64 additions & 82 deletions _site/content/08-regression/regressions.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/09-teachers-perspective/index.html

Large diffs are not rendered by default.

146 changes: 64 additions & 82 deletions _site/content/LICENSE.html

Large diffs are not rendered by default.

151 changes: 68 additions & 83 deletions _site/content/intro.html

Large diffs are not rendered by default.

146 changes: 64 additions & 82 deletions _site/content/references.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _sources/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# textbook
Textbook for Econ 148: Data Science for Economists at UC Berkeley. Can be viewed at `econ148.org/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`).

Expand All @@ -8,4 +8,4 @@ To update the textbook:
- Build the jupyter book ([link](https://jupyterbook.org/en/stable/start/build.html)). 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](https://jupyterbook.org/en/stable/start/publish.html)).

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](https://github.com/rohanjha123/data-h195) GitHub repo.
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](https://github.com/rohanjha123/data-h195) GitHub repo.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion _static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
4 changes: 2 additions & 2 deletions _static/language_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/

var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];


/* Non-minified version is copied as a separate JS file, is available */
/* Non-minified version is copied as a separate JS file, if available */

/**
* Porter Stemmer
Expand Down
64 changes: 32 additions & 32 deletions _static/locales/ar/LC_MESSAGES/booktheme.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,68 +8,68 @@ msgstr ""
"Language: ar\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "Print to PDF"
msgstr "طباعة إلى PDF"

msgid "Theme by the"
msgstr "موضوع بواسطة"

msgid "Open an issue"
msgstr "افتح قضية"
msgid "Download source file"
msgstr "تنزيل ملف المصدر"

msgid "open issue"
msgstr "قضية مفتوحة"

msgid "Contents"
msgstr "محتويات"

msgid "previous page"
msgstr "الصفحة السابقة"

msgid "Download notebook file"
msgstr "تنزيل ملف دفتر الملاحظات"

msgid "Sphinx Book Theme"
msgstr "موضوع كتاب أبو الهول"

msgid "Fullscreen mode"
msgstr "وضع ملء الشاشة"

msgid "Edit this page"
msgstr "قم بتحرير هذه الصفحة"

msgid "By"
msgstr "بواسطة"

msgid "Copyright"
msgstr "حقوق النشر"

msgid "Download this page"
msgstr "قم بتنزيل هذه الصفحة"

msgid "Source repository"
msgstr "مستودع المصدر"

msgid "previous page"
msgstr "الصفحة السابقة"
msgid "By"
msgstr "بواسطة"

msgid "next page"
msgstr "الصفحة التالية"
msgid "repository"
msgstr "مخزن"

msgid "Last updated on"
msgstr "آخر تحديث في"

msgid "Toggle navigation"
msgstr "تبديل التنقل"

msgid "repository"
msgstr "مخزن"
msgid "Sphinx Book Theme"
msgstr "موضوع كتاب أبو الهول"

msgid "suggest edit"
msgstr "أقترح تحرير"

msgid "open issue"
msgstr "قضية مفتوحة"
msgid "Open an issue"
msgstr "افتح قضية"

msgid "Launch"
msgstr "إطلاق"

msgid "Print to PDF"
msgstr "طباعة إلى PDF"
msgid "Fullscreen mode"
msgstr "وضع ملء الشاشة"

msgid "Edit this page"
msgstr "قم بتحرير هذه الصفحة"

msgid "By the"
msgstr "بواسطة"

msgid "Last updated on"
msgstr "آخر تحديث في"

msgid "Download source file"
msgstr "تنزيل ملف المصدر"

msgid "Download this page"
msgstr "قم بتنزيل هذه الصفحة"
msgid "next page"
msgstr "الصفحة التالية"
64 changes: 32 additions & 32 deletions _static/locales/bg/LC_MESSAGES/booktheme.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,68 +8,68 @@ msgstr ""
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "Print to PDF"
msgstr "Печат в PDF"

msgid "Theme by the"
msgstr "Тема от"

msgid "Open an issue"
msgstr "Отворете проблем"
msgid "Download source file"
msgstr "Изтеглете изходния файл"

msgid "open issue"
msgstr "отворен брой"

msgid "Contents"
msgstr "Съдържание"

msgid "previous page"
msgstr "предишна страница"

msgid "Download notebook file"
msgstr "Изтеглете файла на бележника"

msgid "Sphinx Book Theme"
msgstr "Тема на книгата Sphinx"

msgid "Fullscreen mode"
msgstr "Режим на цял екран"

msgid "Edit this page"
msgstr "Редактирайте тази страница"

msgid "By"
msgstr "От"

msgid "Copyright"
msgstr "Авторско право"

msgid "Download this page"
msgstr "Изтеглете тази страница"

msgid "Source repository"
msgstr "Хранилище на източника"

msgid "previous page"
msgstr "предишна страница"
msgid "By"
msgstr "От"

msgid "next page"
msgstr "Следваща страница"
msgid "repository"
msgstr "хранилище"

msgid "Last updated on"
msgstr "Последна актуализация на"

msgid "Toggle navigation"
msgstr "Превключване на навигацията"

msgid "repository"
msgstr "хранилище"
msgid "Sphinx Book Theme"
msgstr "Тема на книгата Sphinx"

msgid "suggest edit"
msgstr "предложи редактиране"

msgid "open issue"
msgstr "отворен брой"
msgid "Open an issue"
msgstr "Отворете проблем"

msgid "Launch"
msgstr "Стартиране"

msgid "Print to PDF"
msgstr "Печат в PDF"
msgid "Fullscreen mode"
msgstr "Режим на цял екран"

msgid "Edit this page"
msgstr "Редактирайте тази страница"

msgid "By the"
msgstr "По"

msgid "Last updated on"
msgstr "Последна актуализация на"

msgid "Download source file"
msgstr "Изтеглете изходния файл"

msgid "Download this page"
msgstr "Изтеглете тази страница"
msgid "next page"
msgstr "Следваща страница"
54 changes: 27 additions & 27 deletions _static/locales/bn/LC_MESSAGES/booktheme.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,56 +8,56 @@ msgstr ""
"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "Print to PDF"
msgstr "পিডিএফ প্রিন্ট করুন"

msgid "Theme by the"
msgstr "থিম দ্বারা"

msgid "Open an issue"
msgstr "একটি সমস্যা খুলুন"

msgid "Download notebook file"
msgstr "নোটবুক ফাইল ডাউনলোড করুন"
msgid "Download source file"
msgstr "উত্স ফাইল ডাউনলোড করুন"

msgid "Sphinx Book Theme"
msgstr "স্পিনিক্স বুক থিম"
msgid "open issue"
msgstr "খোলা সমস্যা"

msgid "Edit this page"
msgstr "এই পৃষ্ঠাটি সম্পাদনা করুন"
msgid "previous page"
msgstr "আগের পৃষ্ঠা"

msgid "By"
msgstr "দ্বারা"
msgid "Download notebook file"
msgstr "নোটবুক ফাইল ডাউনলোড করুন"

msgid "Copyright"
msgstr "কপিরাইট"

msgid "Download this page"
msgstr "এই পৃষ্ঠাটি ডাউনলোড করুন"

msgid "Source repository"
msgstr "উত্স সংগ্রহস্থল"

msgid "previous page"
msgstr "আগের পৃষ্ঠা"
msgid "By"
msgstr "দ্বারা"

msgid "next page"
msgstr "পরবর্তী পৃষ্ঠা"
msgid "Last updated on"
msgstr "সর্বশেষ আপডেট"

msgid "Toggle navigation"
msgstr "নেভিগেশন টগল করুন"

msgid "open issue"
msgstr "খোলা সমস্যা"
msgid "Sphinx Book Theme"
msgstr "স্পিনিক্স বুক থিম"

msgid "Open an issue"
msgstr "একটি সমস্যা খুলুন"

msgid "Launch"
msgstr "শুরু করা"

msgid "Print to PDF"
msgstr "পিডিএফ প্রিন্ট করুন"
msgid "Edit this page"
msgstr "এই পৃষ্ঠাটি সম্পাদনা করুন"

msgid "By the"
msgstr "দ্বারা"

msgid "Last updated on"
msgstr "সর্বশেষ আপডেট"

msgid "Download source file"
msgstr "উত্স ফাইল ডাউনলোড করুন"

msgid "Download this page"
msgstr "এই পৃষ্ঠাটি ডাউনলোড করুন"
msgid "next page"
msgstr "পরবর্তী পৃষ্ঠা"
Loading

0 comments on commit 2731572

Please sign in to comment.