Created
July 12, 2020 10:05
-
-
Save rightx2/5ce80a189eacdf2367e764f773339c60 to your computer and use it in GitHub Desktop.
수업 진행 시, 가장 먼저 실행해야 하는 코드
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 numpy as np | |
import pandas as pd | |
from IPython.core.interactiveshell import InteractiveShell | |
InteractiveShell.ast_node_interactivity = "all" | |
pd.set_option('display.float_format', lambda x: '%.3f' % x) | |
pd.set_option('max_columns', None) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment