Last active
April 22, 2019 23:42
-
-
Save khaerulumam42/b1e4f7d633f12141fecf84e89b7bdff1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import pandas as pd | |
import matplotlib | |
#matplotlib.use('TkAgg') | |
import matplotlib.pyplot as plt | |
%matplotlib inline | |
import seaborn as sns | |
sns.set() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment