Displaying Pandas Dataframe

sdaza
New Contributor III

I had this issue when displaying pandas data frames. Any ideas on how to display a pandas dataframe?

display(mydataframe)
Exception: Cannot call display(<class 'pandas.core.frame.DataFrame'>)