Skip to content

Instantly share code, notes, and snippets.

@kennethzfeng
Last active May 15, 2018 17:40
Show Gist options
  • Save kennethzfeng/7777340 to your computer and use it in GitHub Desktop.
Save kennethzfeng/7777340 to your computer and use it in GitHub Desktop.
IPython Notebook Data Analysis Boilerplate
import numpy as np
import pandas as pd
from pandas import DataFrame, Series
pd.set_option("display.max_rows", 100)
pd.set_option("display.max_columns", 400)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment