Product details:

ISBN13:9781032189758
ISBN10:1032189754
Binding:Paperback
No. of pages:236 pages
Size:234x156 mm
Weight:440 g
Language:English
Illustrations: 26 Illustrations, black & white; 13 Illustrations, color; 26 Line drawings, black & white; 13 Line drawings, color; 6 Tables, black & white
0
Category:

The Data Preparation Journey

Finding Your Way with R
 
Edition number: 1
Publisher: Chapman and Hall
Date of Publication:
 
Normal price:

Publisher's listprice:
GBP 52.99
Estimated price in HUF:
25 594 HUF (24 375 HUF + 5% VAT)
Why estimated?
 
Your price:

20 475 (19 500 HUF + 5% VAT )
discount is: 20% (approx 5 119 HUF off)
Discount is valid until: 30 June 2024
The discount is only available for 'Alert of Favourite Topics' newsletter recipients.
Click here to subscribe.
 
Availability:

Estimated delivery time: In stock at the publisher, but not at Prospero's office. Delivery time approx. 3-5 weeks.
Not in stock at Prospero.
Can't you provide more accurate information?
 
  Piece(s)

 
Short description:

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.

Long description:

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
Table of Contents:

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