Pandas .edu

Pandas

Thomas Schwarz, SJ

Basics

?

Tool for data sets:

?

?

?

?

?

Analysis

Aggregation

Cleaning

Merging

Pivoting

Basics

?

Where to get Pandas

?

?

Install via pip or homebrew

Use a distribution like Anaconda

?

Comes with Jupyter (aka iPython) Notebooks which

are popular among data scientists

Pandas Overview

?

Build on top of NumPy

?

Uses DataFrame (and Series) as fundamental data

structure

?

Supports

?

?

?

?

attaching labels to data

working with missing data

grouping

pivoting

Pandas Overview

?

Usually imported as pd

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download