Introduction to Data Science - Irizarry, Rafael A.; - Prospero Internetes Könyváruház

Introduction to Data Science: Data Wrangling and Visualization with R
 
A termék adatai:

ISBN13:9781032116556
ISBN10:1032116552
Kötéstípus:Keménykötés
Terjedelem:346 oldal
Méret:254x178 mm
Súly:880 g
Nyelv:angol
Illusztrációk: 56 Illustrations, black & white; 137 Illustrations, color; 57 Halftones, color; 56 Line drawings, black & white; 80 Line drawings, color; 2 Tables, black & white
658
Témakör:

Introduction to Data Science

Data Wrangling and Visualization with R
 
Kiadás sorszáma: 2
Kiadó: Chapman and Hall
Megjelenés dátuma:
 
Normál ár:

Kiadói listaár:
GBP 54.99
Becsült forint ár:
28 869 Ft (27 495 Ft + 5% áfa)
Miért becsült?
 
Az Ön ára:

25 983 (24 746 Ft + 5% áfa )
Kedvezmény(ek): 10% (kb. 2 887 Ft)
A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
Kattintson ide a feliratkozáshoz
 
Beszerezhetőség:

Becsült beszerzési idő: A Prosperónál jelenleg nincsen raktáron, de a kiadónál igen. Beszerzés kb. 3-5 hét..
A Prosperónál jelenleg nincsen raktáron.
Nem tudnak pontosabbat?
 
  példányt

 
Rövid leírás:

Thoroughly revised and updated, this is the first book of the second edition of Introduction to Data Science: Data Wrangling and Visualization with R. It introduces skills that can help you tackle real-world data analysis challenges. No previous knowledge of R is necessary.

Hosszú leírás:

Unlike the first edition, the new edition has been split into two books.


Thoroughly revised and updated, this is the first book of the second edition of Introduction to Data Science: Data Wrangling and Visualization with R. It introduces skills that can help you tackle real-world data analysis challenges. These include R programming, data wrangling with dplyr, data visualization with ggplot2, file organization with UNIX/Linux shell, version control with Git and GitHub, and reproducible document preparation with Quarto and knitr. The new edition includes additional material on data.table, locales, and accessing data through APIs. The book is divided into four parts: R, Data Visualization, Data Wrangling, and Productivity Tools. Each part has several chapters meant to be presented as one lecture and includes dozens of exercises. The second book will cover topics including probability, statistics and prediction algorithms with R.


Throughout the book, we use motivating case studies. In each case study, we try to realistically mimic a data scientist?s experience. For each of the skills covered, we start by asking specific questions and answer these through data analysis. Examples of the case studies included in the book are: US murder rates by state, self-reported student heights, trends in world health and economics, and the impact of vaccines on infectious disease rates.


This book is meant to be a textbook for a first course in Data Science. No previous knowledge of R is necessary, although some experience with programming may be helpful. To be a successful data analyst implementing these skills covered in this book requires understanding advanced statistical concepts, such as those covered the second book. If you read and understand all the chapters and complete all the exercises in this book, and understand statistical concepts, you will be well-positioned to perform basic data analysis tasks and you will be prepared to learn the more advanced concepts and skills needed to become an expert.



Praise for the first edition:


"I think the book would be perfect for schools looking to make a transition to a model where introduction to data science takes the place of introduction to statistics and maybe introductory computer science."
- Arend Kuyper, Northwestern University


"A great introduction to data science and modern R programing, with tons of examples of application of the R abilities throughout the whole volume. The book suggests multiple links to the internet websites related to the topics under consideration that makes it an incredibly useful source of contemporary data science and programing, helping to students and researchers in their projects."
- Technometrics


"Introduction to Data Science will teach you to juggle with your data and get maximum results from it using R. I highly recommended this book for students and everybody taking the first steps in data science using R."
- Maria Ivanchuk, ISCB News

Tartalomjegyzék:

Preface  Acknowledgements  Introduction  Part 1: R  1. Getting started  2. R basics  3. Programming basics  4. The tidyverse  5. data.table  6. Importing data  Part 2: Data Visualization   7. Visualizing data distributions  8. ggplot2  9. Data visualization principles  10. Data visualization in practice  Part 3: Data Wrangling  11. Reshaping data  12. Joining tables  13. Parsing dates and times  14. Locales  15. Extracting data from the web  16. String processing  17. Text analysis  Part 4: Productivity Tools  18. Organizing with Unix  19. Git and GitHub  20. Reproducible projects