Created
September 26, 2018 15:41
-
-
Save FGtatsuro/9600ca89438db8c401b7460caa314331 to your computer and use it in GitHub Desktop.
First cell of my notebook
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 numpy as np | |
import pandas as pd | |
# Ref: https://pandas.pydata.org/pandas-docs/stable/options.html#available-options | |
pd.options.display.max_rows = 1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment