I have a dataframe like below:
c1 | c2 | c3 |
---|---|---|
success | ||
in progress | ||
failure |
I need it to be transformed using st.dataframe or aggrid to soemthing like this:
c1 | c2 | c3 |
---|---|---|
success | ||
in progress | ||
failure |
screenshot attached
Please help any suggestions.
Thanks
Sai