Buch, Englisch, 238 Seiten, Format (B × H): 155 mm x 235 mm, Gewicht: 3869 g
Reihe: Use R!
ISBN: 978-3-319-45598-3
Verlag: Springer International Publishing
This guide for practicing statisticians, data scientists, and R users and programmers will teach the essentials of preprocessing: data leveraging the R programming language to easily and quickly turn noisy data into usable pieces of information. Data wrangling, which is also commonly referred to as data munging, transformation, manipulation, janitor work, etc., can be a painstakingly laborious process. Roughly 80% of data analysis is spent on cleaning and preparing data; however, being a prerequisite to the rest of the data analysis workflow (visualization, analysis, reporting), it is essential that one become fluent and efficient in data wrangling techniques.
This book will guide the user through the data wrangling process via a step-by-step tutorial approach and provide a solid foundation for working with data in R. The author's goal is to teach the user how to easily wrangle data in order to spend more time on understanding the content of the data. By the end of the book, the user will have learned:
- How to work with different types of data such as numerics, characters, regular expressions, factors, and dates
- The difference between different data structures and how to create, add additional components to, and subset each data structure
- How to acquire and parse data from locations previously inaccessible
- How to develop functions and use loop control structures to reduce code redundancy
- How to use pipe operators to simplify code and make it more readable
- How to reshape the layout of data and manipulate, summarize, and join data sets
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik Mathematik Numerik und Wissenschaftliches Rechnen
- Mathematik | Informatik Mathematik Stochastik Mathematische Statistik
- Mathematik | Informatik EDV | Informatik Business Application Mathematische & Statistische Software
- Mathematik | Informatik EDV | Informatik Daten / Datenbanken Automatische Datenerfassung, Datenanalyse
- Interdisziplinäres Wissenschaften Wissenschaften: Forschung und Information Datenanalyse, Datenverarbeitung
Weitere Infos & Material
Preface.- Introduction.- Working with Different Types of Data in R.- Managing Data Structures in R.- Importing, Scraping, and Exporting Data with R.- Creating Efficient & Readable Code in R.- Shaping & Transforming Your Data with R.