cara melihat seluruh dataset di jupyternotebook

from IPython.display import display
pd.set_option('display.max_columns', None)
Tender Tapir