@robmarkcole after some reasearch I see that it currently not possible to show links in st.dataframe, here is a link to github issue: Display clickable links in st.dataframe or st.table · Issue #983 · streamlit/streamlit · GitHub it is in open status.
As for workarounds it seems that there three options:
- Use static table
- Use plotly
- Use AgGrid
all of above discussed here: How to display a clickable link pandas dataframe - #2 by mathcatsand