The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code: ClientConnectionError
Subsets and Splits
Topic Counts by Grade
Provides a breakdown of the number of questions by topic (physics, chemistry, biology, geography) for each grade level, revealing the distribution of question types.
Train Data with Numeric Choices
This query identifies distinct rows in the dataset where one of the elements in the choices column contains a number and the image column is null, providing insight into data completeness and specific patterns in the choices.
Select Test Rows With Images
The query retrieves all records from the 'test' table where the 'image' column is not null, providing basic filtering without deep analytical value.
Test Images Query
This query retrieves a limited sample of rows where the image column is not null, providing basic filtering but minimal analytical value.
Test Data with Images
The query filters out rows where the image column is not null, providing a basic subset of the data but without much analytical insight.
Select Test Entries With Images
The query retrieves all records from the 'test' table where the 'image' column is not null, providing basic filtering but no deeper analytical insight.