SyntaxFix
Write A Post
Hire A Developer
Questions
Maybe because I have an older version of pandas but on Jupyter notebook this work for me
import pandas as pd from IPython.core.display import HTML df=pd.read_pickle('Data1') display(HTML(df.to_html()))