Skip to content

Commit 7e6fe9b

Browse files
Production polish chapter 1 (#48)
* empty commit for WIP PR * ignore vim swap files * python and pandas fix; code tags around df[] * fix 'Chapter X' typesetting * an python fix * fix broken url to data in this repo * fixed capitalization in pandas team in refs.bib * more bugfix in pandas dev team refs.ib * pd alias; removing print stmts in initial naming part; fixed naming syntax * single vs double quotes; property -> operation; df[] to just [] * fixed chapter typesetting to be even better * added note about wrong fig 1.2 * added remarks about square brackets and dots * dataframe -> data frame * documented all missing figures * height of bars to lengths of bars; fixed exercises title and url * added explanation of ranges * polish and simplification of altair intro; fixed multi-line expression text * fixed putting it together code block; removed docstring help * editing learning objs for overhaul of loc/[]/iloc in ch1 * get rid of prepended . on function/method names. some minor wording polish * fixed loc and [] in chapter 1 * putting all together new loc and [] * altair name typesetting consistency * general -> powerful in notebox Co-authored-by: Joel Ostblom <[email protected]> * remove unnecessary second multiline example Co-authored-by: Joel Ostblom <[email protected]> * build html executable * switched [] to be for rows or cols, and loc[] to be for both * minor wording polish Co-authored-by: Joel Ostblom <[email protected]> * minor spacing fix Co-authored-by: Joel Ostblom <[email protected]> * minor wording polish Co-authored-by: Joel Ostblom <[email protected]> * minor spacing fix Co-authored-by: Joel Ostblom <[email protected]> Co-authored-by: Joel Ostblom <[email protected]>
1 parent 06ebab0 commit 7e6fe9b

File tree

4 files changed

+236
-149
lines changed

4 files changed

+236
-149
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ _build
66
source/geckodriver.log
77
source/*.ipynb
88
source/*.py
9+
*.swp
10+
*.swo

build_html.sh

100644100755
File mode changed.

references.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ @inproceedings{sklearn_api
451451
}
452452

453453
@Manual{reback2020pandas,
454-
author = {The pandas development team},
454+
author = {{The Pandas Development Team}},
455455
title = {pandas-dev/pandas: Pandas},
456456
month = feb,
457457
year = 2020,
@@ -503,4 +503,4 @@ @article{tweepy
503503
author={Roesslein, Joshua},
504504
journal={URL: https://github.com/tweepy/tweepy},
505505
year={2020}
506-
}
506+
}

0 commit comments

Comments
 (0)