Set max row for dataframe output

# max row to display dataframe set to 7
import pandas as pd
pd.set_option('display.max_rows', 7)

 


Revision #1
Created 1 January 2024 07:18:46 by aki
Updated 1 January 2024 07:19:32 by aki