pandas to html
#pandas
pandasのDataFrameを元に、画像入りの表をつくる - Qiita
to_html(escape=False)
python - Pandas to_html() truncates string contents - Stack Overflow
pd.set_option('display.max_colwidth', -1)
文字の(html)出力がtruncateされるのを防ぐ
#html