Commit Graph

7 Commits

Author SHA1 Message Date
Hadley Wickham e5495cd63a Convert all statuses to complete 2023-01-23 08:14:12 -06:00
Mine Cetinkaya-Rundel 01e3551650
Spreadsheets edits (#1202)
* Line breaks

* Address Jenny's review comments
2023-01-02 19:54:58 -05:00
Mine Cetinkaya-Rundel 0b557e0da7
Add section on googlesheets (#1182)
* Show all rows

* Can't read named ranges

* Add exercises

* Move to screenshots

* Some structure

* Read in google sheets

* Add more googlesheets content

* Add summary

* A bit more polishing

* Update status
2022-12-14 08:30:23 -05:00
mine-cetinkaya-rundel 062ab1666d UK -> US spelling, addresses #1160 2022-12-05 02:46:05 -05:00
Hadley Wickham bfa06daab5
Eliminate parsing chapter (#1128)
Originally the plan was to have two chapters about reading text files, a brief introduction in the whole game, and then a more detailed exploration later in the book. This organisation didn't seem to work very well because the second chapter didn't have much content, so I've removed it, integrating its content elsewhere in the book:

* Column parsing types moved back into data-import
* Specifics of parsing various data types (e.g. `col_number()`, `col_date()`, and `col_factor()`) moved into the corresponding data type chapters.
* String encoding has moved to the strings chapter

While I was in here I also removed the unused `import-other.qmd`; we had planned to survey other options but I no longer think this is worth it.
2022-11-17 09:56:08 -06:00
Hadley Wickham faeeb564a4 Improve cross-references
* Fix broken links
* Update chapter links
2022-09-29 10:49:03 -05:00
Hadley Wickham 8f7748dcb1 Mild import/wrangling reorg 2022-06-20 10:40:11 -05:00