Pandas .edu

Pandas

Thomas Schwarz SJ

Pandas

?

Overview

?

Pandas is built on top of Numpy and Scipy

?

?

What you learned about Numpy is still directly

applicable

Automatizes many actions for data science typical

tasks

Basics

?

Tool for data sets:

?

?

?

?

?

Analysis

Aggregation

Cleaning

Merging

Pivoting

Basics

?

Where to get Pandas

?

?

Install via pip3

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

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

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

Google Online Preview   Download