data mining pandas. python data analysis library a library for data analysis of (mostly) tabular...

3
DATA MINING Pandas

Upload: hector-hart

Post on 18-Jan-2016

221 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: DATA MINING Pandas. Python Data Analysis Library A library for data analysis of (mostly) tabular data Gives capabilities similar to Excel and SQL but

DATA MININGPandas

Page 2: DATA MINING Pandas. Python Data Analysis Library A library for data analysis of (mostly) tabular data Gives capabilities similar to Excel and SQL but

Pandas

• Python Data Analysis Library• A library for data analysis of (mostly) tabular data• Gives capabilities similar to Excel and SQL but also with

some of the Matlab and R capabilities for data matrix manipulation.

• In this class we will cover:• Data structures• Basic operations• Plotting

• The full documentation here. The short version here.

Page 3: DATA MINING Pandas. Python Data Analysis Library A library for data analysis of (mostly) tabular data Gives capabilities similar to Excel and SQL but

Installing Seaborn

• Seaborn is a package for Statistical Data Visualization.

• You can install it from the Anaconda terminal using the command:conda install seaborn