qobjects = [ { question: "The name 'Pandas' is short for one of the following:", options: [ "Panel Data", "Python Dates", "Python Algorithms" ], correct: 0 }, { question: "Pandas can be used to remove rows or cells that contains wrong or empty values, this is called:", options: [ "Cohencing", "Cleaning", "Casting" ], correct: 1 }, { question: "True or false. Pandas can be used to find out if there is a correlation between two or more columns.", options: [ "True", "False" ], correct: 0 } ]