Closed JorgeMiguelGomes closed 6 months ago
Hi @JorgeMiguelGomes, What the error is implying is that "platforms" variable is a string (actually it is a dictionary) : This only happens if your query to the database did not return a pandas dataframe but returned an error (which is a string). In other words, because that line of code depends on a successful setup of the MySQL database, the issue is coming from your local setup of the database (vost_db) with all its tables and the appropriate user (vost_user with password vost)
Closing issue because it's a matter of setting up the MySQL database locally.
When trying to run locally @supernyv's branch I get the following error: