import pandas as pd
pd.set_option('display.max_rows', 999)
pd.set_option('precision', 5)
pd.set_option('expand_frame_repr', True)
import pandas as pd
pd.set_option('display.max_rows', 999)
pd.set_option('precision', 5)
pd.set_option('expand_frame_repr', True)