Mastering Exploratory Analysis with Pandas

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

The pandas is a Python library that lets you manipulate, transform, and analyze data. It is a popular framework for exploratory data visualization and analyzing datasets and data pipelines based on their properties. This book will be your practical guide to exploring datasets using pandas. You will start by setting up Python, pandas, and Jupyter Notebooks. You will learn how to use Jupyter Notebooks to run Python code. We then show you how to get data into pandas and do some exploratory analysis, before learning how to manipulate and reshape data using pandas methods. You will also learn how to deal with missing data from your datasets, how to draw charts and plots using pandas and Matplotlib, and how to create some effective visualizations for your audience. Finally, you will wrapup your newly gained pandas knowledge by learning how to import data out of pandas into some popular file formats. By the end of this book, you will have a better understanding of exploratory analysis and how to build exploratory data pipelines with Python.

Author(s): Harish Garg
Publisher: Packt Publishing
Year: 2018

Language: English
Pages: 0
Tags: Statistics, Data Analysis, Exploratory Data Analysis, Python, Pandas

1: WORKING WITH DIFFERENT KINDS OF DATASETS
2: DATA SELECTION
3: MANIPULATING, TRANSFORMING, AND RESHAPING DATA
4: VISUALIZING DATA LIKE A PRO