datto.FrontEnd
- class datto.FrontEnd[source]
Automatically generate HTML
- __init__()
Methods
__init__()dataframe_to_html(df[, title])Write an entire dataframe to an HTML file with nice formatting.
dropdown_from_dataframe(name, df, chosen_col)Create text to use for rendering an HTML dropdown from a DataFrame.
fig_to_html(fig)Create HTML file from a matplotlib fig with workarounds for using inside a Flask app.