Skip to content

Instantly share code, notes, and snippets.

@spepechen
Created January 5, 2016 22:23
Show Gist options
  • Save spepechen/66a2a3b2a8300dcbaf55 to your computer and use it in GitHub Desktop.
Save spepechen/66a2a3b2a8300dcbaf55 to your computer and use it in GitHub Desktop.
first step of data analysis
%matplotlib inline
import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
df = pd.read_csv("sample.csv")
plt.style.use('spe')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment