Python Data Cleaning Cookbook : Detect and remove dirty data and extract key insights with pandas, OpenAI, Spark, and more (2ND)

個数:

Python Data Cleaning Cookbook : Detect and remove dirty data and extract key insights with pandas, OpenAI, Spark, and more (2ND)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 455 p.
  • 言語 ENG
  • 商品コード 9781803239873
  • DDC分類 005.745

Full Description

Learn the intricacies of data description, issue identification, and practical problem-solving, armed with essential techniques and expert tips.

Key Features

Get to grips with new techniques for data preprocessing and cleaning for machine learning and NLP models
Use new and updated AI tools and techniques for data cleaning tasks
Clean, monitor, and validate large data volumes to diagnose problems using cutting-edge methodologies including Machine learning and AI

Book DescriptionJumping into data analysis without proper data cleaning will certainly lead to incorrect results. The Python Data Cleaning Cookbook will show you tools and techniques for cleaning and handling data with Python for better outcomes.

Fully updated to the latest version of Python and all relevant tools, this book will teach you how to manipulate and clean data to get it into a useful form. The current edition emphasizes advanced techniques like machine learning and AI-specific approaches and tools to data cleaning along with the conventional ones. The book also delves into tips and techniques to process and clean data for ML, AI and NLP models You will learn how to filter and summarize data to gain insights and better understand what makes sense and what does not, along with discovering how to operate on data to address the issues you've identified. Next, you'll cover recipes for using supervised learning and Naive Bayes analysis to identify unexpected values and classification errors and generate visualizations for exploratory data analysis (EDA) to identify unexpected values. Finally, you'll build functions and classes that you can reuse without modification when you have new data.

By the end of this Data Cleaning book, you'll know how to clean data and diagnose problems within it.What you will learn

Using OpenAI tools for various data cleaning tasks
Produce summaries of the attributes of datasets, columns, and rows
Anticipating Data Cleaning Issues when Importing Tabular Data into Pandas
Apply validation techniques for imported tabular data
Improve your productivity in Python pandas by using method chaining
Recognize and resolve common issues like dates and IDs
Set up indexes to streamline data issue identification
Use data cleaning to prepare your data for ML and AI models

Who this book is forThis book is for anyone looking for ways to handle messy, duplicate, and poor data using different Python tools and techniques. The book takes a recipe-based approach to help you to learn how to clean and manage data with practical examples.

Working knowledge of Python programming is all you need to get the most out of the book.

Contents

Table of Contents

Anticipating Data Cleaning Issues when Importing Tabular Data into Pandas
Anticipating Data Cleaning Issues when Importing HTML, JSON, and streaming into Pandas
Taking the Measure of Your Data
Identifying Missing Values and Outliers in Subsets of Data
Using Visualizations for the Identification of Unexpected Values
Cleaning and Exploring Data with Series Operations
Working with Missing Data
Fixing Messy Data When Aggregating
Addressing Data Issues When Combining Data Frames
Tidying and Reshaping Data
Automate Data Cleaning with User-Defined Functions and Classes
Encoding, Transforming, and Scaling Features