8000 Production polish chapter 2 by trevorcampbell · Pull Request #49 · UBC-DSCI/introduction-to-datascience-python · GitHub
[go: up one dir, main page]

Skip to content

Production polish chapter 2 #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Dec 21, 2022
Merged

Production polish chapter 2 #49

merged 21 commits into from
Dec 21, 2022

Conversation

trevorcampbell
Copy link
Contributor
@trevorcampbell trevorcampbell commented Dec 17, 2022

Merge #46 before this one. #46 has been merged, so this is safe now.

Done this now.

@trevorcampbell trevorcampbell changed the title [WIP] Production polish ch2 [WIP] Production polish chapter 2 Dec 17, 2022
… from objectives; .csv formatting consistency
@trevorcampbell trevorcampbell changed the base branch from dev to main December 19, 2022 07:55
@netlify
Copy link
netlify bot commented Dec 19, 2022

Deploy Preview for mellifluous-pie-f3e391 failed.

Name Link
🔨 Latest commit 39df654
🔍 Latest deploy log https://app.netlify.com/sites/mellifluous-pie-f3e391/deploys/63a3394f59635a0008274a97

@trevorcampbell trevorcampbell changed the title [WIP] Production polish chapter 2 Production polish chapter 2 Dec 19, 2022
Copy link
Contributor
@joelostblom joelostblom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great overall, only minor comments and nothing that needs a second look, so I will approve and let you decide which comments to incorporate of the ones I made before merging.

trevorcampbell and others added 2 commits December 21, 2022 08:31
Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>
Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>
@trevorcampbell trevorcampbell merged commit 553aaa5 into main Dec 21, 2022
trevorcampbell added a commit that referenced this pull request Dec 21, 2022
* moved old stuff into the unused folder; may delete later

* added ibis framework to dockerfile

* empty commit to dockerfile to trigger rebuild

* update build_html.sh script with new docker image

* added chmod u+x to build env update script

* 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 <joelostblom@users.noreply.github.com>

* remove unnecessary second multiline example

Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>

* build html executable

* switched [] to be for rows or cols, and loc[] to be for both

* minor wording polish

Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>

* minor spacing fix

Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>

* minor wording polish

Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>

* minor spacing fix

Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>

Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>

* Production polish chapter 2 (#49)

* empty commit for WIP PR

* hide ignore warnings cell; import pandas move down; remove read_table from objectives; .csv formatting consistency

* fixed canadian language data with metainfo

* fixed tsv/no cols data in ch2

* working on polishing reading

* polished ch2 up to db section

* commented out web scraping and api for first round; issue opened

* commented out learning objs for scraping/api

* built_html executable

* done new ibis database section

* Fixed learning objectives sqlalch -> ibis; minor sqlalch bugfixes

* ibis "modern"

Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>

* nicer formatting of readcsv with args

Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>

* minor polish on wording

* fix header in skiprows example

* nicer formatting on ibis connect args

Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>

* Removed warnings filter--unneeded

* index false in to_csv

Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggestions for Ch2 - Reading data Correct explanation of read_table reading
2 participants
0