Displaying geopandas dataframe

Is there way to display geopandas dataset?
When I am using st.table and st.dataframe. I got this error

Hi @manisekhar, welcome to the community !

Unfortunately this is an ongoing issue that we have tried to tackle here.

Does one of the two solutions there help ?

Fanilo

If your goal is just to display the data, you could also convert the geometry type to wkt, since Streamlit can display string data.