# Show all items in a Pandas DataFrame ```python # Set Pandas display options to show all rows pd.set_option('display.max_rows', None) ```