Display URLs in dataframe column as a clickable hyperlink

You can do df.to_html(escape=False) and then your dataframe should render that column containing HTML href= code.