Skip to content

Ch3: wrangling #76

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 41 commits into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
51a6a7f
wip on ch3
lheagy Dec 23, 2022
5fc3871
working on wrangling chapter
lheagy Dec 23, 2022
c2ed279
move chaining content to the intro
lheagy Dec 24, 2022
db51241
Merge branch 'main' into ch3
lheagy Dec 24, 2022
b596ee7
update content on summary statistics
lheagy Dec 24, 2022
d9376f7
update the disucssion on apply
lheagy Dec 24, 2022
97ae875
remove the discussion on What is a List
lheagy Dec 24, 2022
a207055
move the assign content to the very end
lheagy Dec 24, 2022
91f2ccd
minor wordsmithing on welcome page
trevorcampbell Dec 24, 2022
def5ab0
edited learning objs in ch1 for new chaining
trevorcampbell Dec 24, 2022
826b861
update discussion on chaining, edits from Trevor
lheagy Dec 25, 2022
967da82
update discussion of split
lheagy Dec 25, 2022
025090a
remove unnecessary call to File: dir Node: Top This is the top of the…
lheagy Dec 25, 2022
9c1fc2b
take care of colons preceding code blocks
lheagy Jan 2, 2023
6ffba91
take care of chapter references
lheagy Jan 2, 2023
8b6c53c
add discussion of lists and dicts
lheagy Jan 2, 2023
cc56416
add table and discussion on basic data structures in python:
lheagy Jan 2, 2023
affe277
add description of info
lheagy Jan 2, 2023
e9147e9
some general cleanup in apply, assign
lheagy Jan 2, 2023
6fee918
typo fix in the intro
lheagy Jan 2, 2023
86782cb
a couple of type fixes:
lheagy Jan 2, 2023
d896e77
polish chaining/multiline exps
trevorcampbell Jan 2, 2023
a7dc01b
polish ch3 up to and incl tidy data
trevorcampbell Jan 3, 2023
1211c97
polish indexing
trevorcampbell Jan 3, 2023
4fca5be
more polish ch3
trevorcampbell Jan 3, 2023
425c47c
fix python exercises link
trevorcampbell Jan 3, 2023
a9940be
more on groupby
lheagy Jan 3, 2023
01566ee
improve groupy and discussion of lambda functions
lheagy Jan 3, 2023
46119f5
try re-ordering the assign and apply content
lheagy Jan 3, 2023
3cb1b18
global find replace to remove . in naming conventions
lheagy Jan 3, 2023
d8427aa
caption on fig24 fixed
trevorcampbell Jan 3, 2023
943fa08
polish up to apply
trevorcampbell Jan 4, 2023
3613219
cleanup through Using to create new columns
lheagy Jan 4, 2023
e86abe7
through the summery
lheagy Jan 4, 2023
00c41d1
add :tags: [output_scroll] for large code outputs, change figure types
lheagy Jan 4, 2023
bc8531f
trim vertical whitespace on figures:
lheagy Jan 4, 2023
bf3fdef
Update source/wrangling.md
lheagy Jan 4, 2023
3660552
Apply suggestions from code review
lheagy Jan 4, 2023
2f780e3
polishing ch3
trevorcampbell Jan 4, 2023
98093c4
final polish on wrangling
trevorcampbell Jan 4, 2023
4953b2a
final polish on ch3 joel comments
trevorcampbell Jan 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ you may need to open the table of contents first by clicking the menu button on
the top left of the page.

For the R version of the textbook, please visit https://datasciencebook.ca.
You can purchase a PDF or print copy of the book
You can purchase a PDF or print copy of the R version of the book
on the [CRC Press website](https://www.routledge.com/Data-Science-A-First-Introduction/Timbers-Campbell-Lee/p/book/9780367524685) or
on [Amazon](https://www.amazon.com/Data-Science-First-Introduction-Chapman/dp/0367532174/ref=sr_[…]qid=1644637450&sprefix=data+science+timber%2Caps%2C166&sr=8-1).

Expand Down
Loading