# Data analysis kickstarter ## Python Pandas 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. * [Official pandas website](http://pandas.pydata.org) * [Video tutorial Series](http://www.dataschool.io/easier-data-analysis-with-pandas/) * [8 ressources for data analysis with Pandas](http://www.dataschool.io/best-python-pandas-resources/) ## Seaborn Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics. * [official seaborn website](http://seaborn.pydata.org)