Created
November 30, 2016 17:25
-
-
Save minjejeon/4c726118e2538e262b07efe508ee3b8f to your computer and use it in GitHub Desktop.
snippets for data analysis
This file contains hidden or 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 pandas as pd | |
| import numpy as np | |
| from pandas import DataFrame, Series |
This file contains hidden or 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 matplotlib | |
| import matplotlib.pyplot as plt | |
| import seaborn as sns | |
| matplotlib.rc('font', family=['NanumBarunGothic','Malgun Gothic']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment