Skip to content

Instantly share code, notes, and snippets.

@minjejeon
Created November 30, 2016 17:25
Show Gist options
  • Select an option

  • Save minjejeon/4c726118e2538e262b07efe508ee3b8f to your computer and use it in GitHub Desktop.

Select an option

Save minjejeon/4c726118e2538e262b07efe508ee3b8f to your computer and use it in GitHub Desktop.
snippets for data analysis
import pandas as pd
import numpy as np
from pandas import DataFrame, Series
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