Tampilkan beberapa DataFrame sebagai Table Jupyter Notebook

from IPython.display import display

for i in df_list:
    display(i)
Talented Tiger