show more rows pandas

43

show more rows pandas -

import pandas as pd
pd.set_option('display.max_rows', 500)
pd.set_option('display.max_columns', 500)
pd.set_option('display.width', 1000)

pandas dataframe show one row -

df.iloc[0,:]

Comments

Submit
0 Comments