We are using pymysql to import data from our Windows Network Desktops to our Ubuntu Server database for Superset. For intern reasons we need to drop the table and create it as a new one every time when we import our dataset.
Everything is working fine, except this error in the first tablecolumn. So the Tablecolumnname Gesellschaft will be changed to ?Gesellschaft in superset. It doesn't matter which word we use, it is always the first tablecolumnname.
I am pretty sure everything is in utf-8
This is how it looks in superset:
.
And this how it looks via ssh mysql access: