Project

General

Profile

Dataanalysiskickstarter » History » Version 1

Nicolas Aunai, 24/12/2016 02:38 PM

1 1 Nicolas Aunai
# Data analysis kickstarter
2
3
4
## Python Pandas
5
6
Pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
7
8
* [Official pandas website](http://pandas.pydata.org)
9
* [Video tutorial Series](http://www.dataschool.io/easier-data-analysis-with-pandas/)
10
* [8 ressources for data analysis with Pandas](http://www.dataschool.io/best-python-pandas-resources/)
11
12
13
## Seaborn
14
15
Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics.
16
17
* [official seaborn website](http://seaborn.pydata.org)