To specify the number of rows to be displayed in each pandas dataframe in a notebook, use the code below:
import pandas as pd
pd.set_option('display.max_rows', 250)
To specify the number of rows to be displayed in each pandas dataframe in a notebook, use the code below:
import pandas as pd
pd.set_option('display.max_rows', 250)
Comments
0 comments
Article is closed for comments.