Python Data Cleaning Cookbook: Prepare your data for analysis with pandas, NumPy, Matplotlib, scikit-learn, and OpenAI 2nd ed. Edition 286419

Код товару: 286419Паперова книга
  • ISBN
    978-1803239873
  • Бренд
  • Автор
  • Рік
    2024
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі
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 Description
Jumping into data analysis without proper data cleaning will certainly lead to incorrect results. The Python Data Cleaning Cookbook - Second Edition 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. he current edition focuses on advanced techniques like machine learning and AI-specific approaches and tools for 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
  • Producing summaries of the attributes of datasets, columns, and rows
  • Anticipating data-cleaning issues when importing tabular data into pandas
  • Applying validation techniques for imported tabular data
  • Improving your productivity in pandas by using method chaining
  • Recognizing and resolving common issues like dates and IDs
  • Setting up indexes to streamline data issue identification
  • Using data cleaning to prepare your data for ML and AI models
Who this book is for
This 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.

About the Author
Michael Walker has worked as a data analyst for over 30 years at a variety of educational institutions. He is currently the CIO at College Unbound in Providence, Rhode Island, in the United States. He has also taught data science, research methods, statistics, and computer programming to undergraduates since 2006.
1'900 ₴
Купити
Monobank
до 10 платежей
от 213 ₴ / міс.
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Python Data Cleaning Cookbook: Prepare your data for analysis with pandas, NumPy, Matplotlib, scikit-learn, and OpenAI 2nd ed. Edition - фото 1
Інші книги Packt Publishing
Expert C++: Become a proficient programmer by learning coding best practices with C++17 and C++20's latest features, 2nd Edition
264116
Marcelo Guerra HahnAraks TigranyanJohn AsatryanVardan GrigoryanShunguang Wu
1'300 ₴

Характеристики

  • Бренд
  • Автор
  • Категорія
    Програмування
  • Номер видання
    2-ге вид.
  • Рік
    2024
  • Сторінок
    486
  • Формат
    190х235 мм
  • Обкладинка
    М'яка
  • Тип паперу
    Офсетний
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі

Від видавця

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 Description
Jumping into data analysis without proper data cleaning will certainly lead to incorrect results. The Python Data Cleaning Cookbook - Second Edition 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. he current edition focuses on advanced techniques like machine learning and AI-specific approaches and tools for 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
  • Producing summaries of the attributes of datasets, columns, and rows
  • Anticipating data-cleaning issues when importing tabular data into pandas
  • Applying validation techniques for imported tabular data
  • Improving your productivity in pandas by using method chaining
  • Recognizing and resolving common issues like dates and IDs
  • Setting up indexes to streamline data issue identification
  • Using data cleaning to prepare your data for ML and AI models
Who this book is for
This 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.

About the Author
Michael Walker has worked as a data analyst for over 30 years at a variety of educational institutions. He is currently the CIO at College Unbound in Providence, Rhode Island, in the United States. He has also taught data science, research methods, statistics, and computer programming to undergraduates since 2006.

Зміст

Table of Contents
  1. Anticipating Data Cleaning Issues When Importing Tabular Data with pandas
  2. Anticipating Data Cleaning Issues When Working with HTML, JSON, and Spark Data
  3. Taking the Measure of Your Data
  4. Identifying Outliers in Subsets of Data
  5. Using Visualizations for the Identification of Unexpected Values
  6. Cleaning and Exploring Data with Series Operations
  7. Identifying and Fixing Missing Values
  8. Encoding, Transforming, and Scaling Features
  9. Fixing Messy Data When Aggregating
  10. Addressing Data Issues When Combining DataFrames
  11. Tidying and Reshaping Data
  12. Automate Data Cleaning with User-Defined Functions, Classes, and Pipelines

Відгуки про Python Data Cleaning Cookbook: Prepare your data for analysis with pandas, NumPy, Matplotlib, scikit-learn, and OpenAI 2nd ed. Edition

Python Data Cleaning Cookbook: Prepare your data for analysis with pandas, NumPy, Matplotlib, scikit-learn, and OpenAI 2nd ed. Edition
Python Data Cleaning Cookbook: Prepare your data for analysis with pandas, NumPy, Matplotlib, scikit-learn, and OpenAI 2nd ed. Edition
1'900 ₴
Купити
Персонально для вас
Scaling Python with Dask
255740
Mika KimminsHolden Karau
1'900 ₴
Machine Learning with Python Cookbook
255743
Kyle GallatinChris Albon
1'900 ₴
Python in a Nutshell: A Desktop Quick Reference 4th Edition
259128
Anna MartelliSteve HoldenPaul McGuireAlex Martelli
1'900 ₴1'520 ₴
Python for Excel Users: Boost Productivity Without Becoming a Programmer
303259
Tracy Stephens
1'200 ₴
Rust Web Programming - Second Edition: A hands-on guide to developing, packaging, and deploying fully functional Rust web applications
302705
Maxwell Flitton
1'600 ₴
Python Programming for Mathematics
295070
Guillod Julien
1'300 ₴
Bayesian Analysis with Python - Third Edition: A practical guide to probabilistic modeling 3rd ed. Edition
281120
Osvaldo Martin
1'800 ₴
JavaScript Design Patterns: Deliver fast and efficient production-grade JavaScript applications at scale
289719
Hugo Di Francesco
1'600 ₴
React 18 Design Patterns and Best Practices: Design, build, and deploy production-ready web applications with React by leveraging industry-best practices 4th ed. Edition
263515
Carlos Santana Roldan
1'600 ₴