r4ds/oreilly/preface-2e.html

20 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section data-type="chapter" id="chp-preface-2e">
<h1>Preface to the second edition</h1><p>Welcome to the second edition of “R for Data Science”.</p>
<section id="major-changes" data-type="sectNA">
<h1>Major changes</h1>
<ul><li><p>The first part is renamed to “whole game” to reflect the entire data science cycle. It gains a new chapter that briefly introduces the basics of reading data from csv files.</p></li>
<li><p>The wrangle part is now transform and gains new chapters on numbers, logical vectors, and missing values. These were previously parts of the data transformation chapter, but needed much more room.</p></li>
<li><p>Weve added new chapters on column-wise and row-wise operations.</p></li>
<li><p>Weve added a new set of chapters on import that goes beyond importing rectangular data to include chapters on working with spreadsheets, databases, and scraping data from the web.</p></li>
<li><p>The modeling part has been removed. For modeling, we recommend using packages from <a href="https://www.tidymodels.org/">tidymodels</a> and reading <a href="https://www.tmwr.org/">Tidy Modeling with R</a> by Max Kuhn and Julia Silge to learn more about them.</p></li>
<li><p>Weve switched from the magrittr pipe to the base pipe.</p></li>
</ul></section>
<section id="acknowledgements" data-type="sectNA">
<h1>Acknowledgements</h1>
<p><em>TO DO: Add acknowledgements.</em></p>
</section>
</section>