جزییات کتاب
A comprehensive guide for data scientists to master effective data cleaning tools and techniquesKey FeaturesMaster data cleaning techniques in a language-agnostic mannerLearn from intriguing hands-on examples from numerous domains, such as biology, weather data, demographics, physics, time series, and image processingWork with detailed, commented, well-tested code samples in Python and RBook DescriptionIt is something of a truism in data science, data analysis, or machine learning that most of the effort needed to achieve your actual purpose lies in cleaning your data. Written in David’s signature friendly and humorous style, this book discusses in detail the essential steps performed in every production data science or data analysis pipeline and prepares you for data visualization and modeling results.The book dives into the practical application of tools and techniques needed for data ingestion, anomaly detection, value imputation, and feature engineering. It also offers long-form exercises at the end of each chapter to practice the skills acquired.You will begin by looking at data ingestion of data formats such as JSON, CSV, SQL RDBMSes, HDF5, NoSQL databases, files in image formats, and binary serialized data structures. Further, the book provides numerous example data sets and data files, which are available for download and independent exploration.Moving on from formats, you will impute missing values, detect unreliable data and statistical anomalies, and generate synthetic features that are necessary for successful data analysis and visualization goals.By the end of this book, you will have acquired a firm understanding of the data cleaning process necessary to perform real-world data science and machine learning tasks.What you will learnIdentify problem data pertaining to individual data pointsDetect problem data in the systematic “shape” of the dataRemediate data integrity and hygiene problemsPrepare data for analytic and machine learning tasksImpute values into missing or unreliable dataGenerate synthetic features that are more amenable to data science, data analysis, or visualization goals.Who This Book Is ForThis book is designed to benefit software developers, data scientists, aspiring data scientists, and students who are interested in data analysis or scientific computing.Basic familiarity with statistics, general concepts in machine learning, knowledge of a programming language (Python or R), and some exposure to data science are helpful. A glossary, references, and friendly asides should help bring all readers up to speed.The text will also be helpful to intermediate and advanced data scientists who want to improve their rigor in data hygiene and wish for a refresher on data preparation issues.