Python Data Cleaning Cookbook. Detect and remove dirty data and extract key insights with pandas, machine learning and ChatGPT, Spark, and more - Second Edition - Helion
Tytuł oryginału: Python Data Cleaning Cookbook. Detect and remove dirty data and extract key insights with pandas, machine learning and ChatGPT, Spark, and more - Second Edition
ISBN: 9781803246291
Format: ebook
Data wydania: 2023-12-01
Księgarnia: Helion
Cena książki: 125,10 zł (poprzednio: 139,00 zł)
Oszczędzasz: 10% (-13,90 zł)
Jumping 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. You will begin by getting familiar with the shape of data by using practices that can be deployed routinely with most data sources.
Fully updated to the latest version of Python and all relevant tools, this book will teach you how to manipulate data to get it into a useful form. The current edition emphasizes advanced techniques like machine learning and AI-specific approaches to data cleaning along with the conventional ones. 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.
Osoby które kupowały "Python Data Cleaning Cookbook. Detect and remove dirty data and extract key insights with pandas, machine learning and ChatGPT, Spark, and more - Second Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Python Data Cleaning Cookbook. Prepare your data for analysis with pandas, NumPy, Matplotlib, scikit-learn, and OpenAI - Second Edition eBook -- spis treści
- 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