Python Forum

Full Version: MYSQL quiz results
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

We are working on a website and collecting quiz results. We are using Wordpress and ISpring Quizmaker. The results of the quiz are being pushed into the MYSql. We are trying to extract this is for analytical purposes such a graph.
The format looks a bit like the dictionary format of Python but I am not able to import it into Pandas.

Please, could you help me?

Thanks,

Naveen
You should provide a sample of what "looks a bit like the dictionary", and potentially explain "import it into Pandas" (I'm aware of the library, but not familiar with it).