display_dataframe_with_html

Documentation for eth_defi.research.notebook.display_dataframe_with_html function.

display_dataframe_with_html(df)

Display a DataFrame in a notebook with clickable HTML links.

Use instead of display(df) when the DataFrame contains HTML content such as <a> links that should be rendered.

Example:

from eth_defi.research.notebook import display_dataframe_with_html

display_dataframe_with_html(stats)
Parameters

df (pandas.DataFrame) –