Book Image

Learning pandas - Second Edition

By : Michael Heydt
Book Image

Learning pandas - Second Edition

By: Michael Heydt

Overview of this book

You will learn how to use pandas to perform data analysis in Python. You will start with an overview of data analysis and iteratively progress from modeling data, to accessing data from remote sources, performing numeric and statistical analysis, through indexing and performing aggregate analysis, and finally to visualizing statistical data and applying pandas to finance. With the knowledge you gain from this book, you will quickly learn pandas and how it can empower you in the exciting world of data manipulation, analysis and science.
Table of Contents (16 chapters)

Installation of Anaconda

This book will utilize Anaconda Python version 3, specifically 3.6.1. At the time of writing, pandas is at version 0.20.2. The Anaconda installer by default will install Python, IPython, Jupyter Notebook, and pandas.

Anaconda Python can be downloaded from the Continuum Analytics website at http://continuum.io/downloads. The web server will identify your browser's operating system and present you with an appropriate software download file for that platform.

When opening this URL in your browser you will see a page similar to the following:

Click on the link for the installer for your platform. This will present you with a download page similar to the following:

Download the 3.x installer. The current version of Anaconda and which will be used in this book is 4.3.1, with Python 3.6.1:

This changes frequently and by the time you read this it has probably...