DownTR » English eBooks » Hands-On Data Analysis with Pandas, 2nd Edition

Hands-On Data Analysis with Pandas, 2nd Edition

Posted by JayJay on 9-07-2021, 00:12 @ English eBooks
Hands-On Data Analysis with Pandas, 2nd Edition


Data analysis has become an essential skill in a variety of domains where knowing how to work with data and extract insights can generate significant value. Hands-On Data Analysis with Pandas will show you how to analyze your data, get started with machine learning, and work effectively with the Python libraries often used for data science, such as pandas, NumPy, matplotlib, seaborn, and scikit-learn.

Using real-world datasets, you will learn how to use the pandas library to perform data wrangling to reshape, clean, and aggregate your data. Then, you will learn how to conduct exploratory data analysis by calculating summary statistics and visualizing the data to find patterns. In the concluding chapters, you will explore some applications of anomaly detection, regression, clustering, and classification using scikit-learn to make predictions based on past data.

This updated edition will equip you with the skills you need to use pandas 1.x to efficiently perform various data manipulation tasks, reliably reproduce analyses, and visualize your data for effective decision making—valuable knowledge that can be applied across multiple domains.

What you will learn
Understand how data analysts and scientists gather and analyze data
Perform data analysis and data wrangling using Python
Combine, group, and aggregate data from multiple sources
Create data visualizations with pandas, matplotlib, and seaborn
Apply machine learning algorithms to identify patterns and make predictions
Use Python data science libraries to analyze real-world datasets
Solve common data representation and analysis problems using pandas
Build Python scripts, modules, and packages for reusable analysis code