python -m pip install git+https://github.com/wilianzilv/pandas-excel-view
import pandas_excel_view as pdv
pdv.show(df)
pdv.show(df1, "lorem")
pdv.show(df2, "ipsum")
from pandas_excel_view import PandasExcelView
pdv0 = PandasExcelView()
pdv1 = PandasExcelView()