Skip to content

vb690/data_viz_python

Repository files navigation

Introductory Data Visualization with Matplotlib and Seaborn

License: MIT Binder

Motivation

This repository will serve the workshop on data visualization for the IGGI conforence 2018. The aim of the workshop is to provide some basic information and guidance on data visualization, as well as brief introductory knowledge on the python libraries Pandas, Matplotlib and Seaborn.

Though it is intentionally designed to be delivered in person at our workshop, we have opted to make this repository public in the hopes that somebody might potentially find this useful regardless.

Data

dataframe.csv - PoE data extracted from kaggle user gagazet

dataframe_ml.csv - PoE data refactored to be ML friendly

nba.csv - NBA player aggregate statistics of the season 2017-2018 from basketball reference

toolbox.py - Some tools that may be useful for working with the data in this repository

Workshop Structure

  1. The Need for Data Visualization
  2. Introduction to Pandas, Matplotlib, and Seaborn
  3. Exploratory Data Analysis & Visualization
  4. Data Visualization for Hypothesis Testing
  5. Data Visualization for Model Evaluation

Usage

Launch a virtual environment using the Binder badge at the top of this README.

About

Workshop on data visualization in Python - presented at IGGI conference 2018

Resources

License

Stars

Watchers

Forks