I am attempting to take multipolygon data from a geojson, read it into a dataframe, and then create a table in mysql containing the data. What’s weird to me is that checking the dtype at the end of the script will show the geometry column correctly as geometry. However, checking the mysql db this column is showing as text. Trying