The Data Preparation Journey

Finding Your Way with R
 
Kiadás sorszáma: 1
Kiadó: Chapman and Hall
Megjelenés dátuma:
 
Normál ár:

Kiadói listaár:
GBP 52.99
Becsült forint ár:
25 594 Ft (24 375 Ft + 5% áfa)
Miért becsült?
 
Az Ön ára:

20 475 (19 500 Ft + 5% áfa )
Kedvezmény(ek): 20% (kb. 5 119 Ft)
A kedvezmény érvényes eddig: 2024. június 30.
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:

Még nem jelent meg, de rendelhető. A megjelenéstől számított néhány héten belül megérkezik.
 
  példányt

 
Rövid leírás:

The Data Preparation Journey: Finding Your Way with R introduces the principles of data preparation within in a systematic approach that follows a typical data science or statistical workflow. The principles and practices described within The Data Preparation Journey apply regardless of the context.

Hosszú leírás:

The Data Preparation Journey: Finding Your Way With R introduces the principles of data preparation within in a systematic approach that follows a typical data science or statistical workflow. With that context, readers will work through practical solutions to resolving problems in data using the statistical and data science programming language R. These solutions include examples of complex real-world data, adding greater context and exposing the reader to greater technical challenges. This book focuses on the Import to Tidy to Transform steps. It demonstrates how ?Visualise? is an important part of Exploratory Data Analysis, a strategy for identifying potential problems with the data prior to cleaning.


This book is designed for readers with a working knowledge of data manipulation functions in R or other programming languages. It is suitable for academics for whom analyzing data is crucial, businesses who make decisions based on the insights gleaned from collecting data from customer interactions, and public servants who use data to inform policy and program decisions. The principles and practices described within The Data Preparation Journey apply regardless of the context.


Key Features:



  • Includes R package containing the code and data sets used in the book

  • Comprehensive examples of data preparation from a variety of disciplines

  • Defines the key principles of data preparation, from access to publication
Tartalomjegyzék:

1. Introduction  2. Foundations  3. Data documentation  4. Importing data  5. Importing data: plain-text files  6. Importing data: Excel  7. Importing data: statistical software  8. Importing data: PDF files  9. Data from web sources  10. Linking to relational databases  11. Exploration and validation strategies  12. Cleaning techniques  13. Recap