diff --git "a/csv_datasets/test_set.csv" "b/csv_datasets/test_set.csv" new file mode 100644--- /dev/null +++ "b/csv_datasets/test_set.csv" @@ -0,0 +1,379 @@ +nl,nl type,chart,table name,database,label,column,filter,aggregate,mark,encoding,sort +Give me a visual representation of the faculty members by their professional status.,abstract,Bar,Faculty,activity_1,mark bar data faculty encoding x rank y aggregate count rank transform group x ,Rank,none,count Rank,bar,"x=Rank,y=count Rank,color=none",none +What does the allergy breakdown look like?,abstract,Bar,Has_allergy,allergy_1,mark bar data has_allergy encoding x allergy y aggregate count allergy transform group x,Allergy,none,count Allergy,bar,"x=Allergy,y=count Allergy,color=none",none +Can you generate a chart that outlines the amount of students impacted by allergies?,abstract,Bar,Has_allergy,allergy_1,mark bar data has_allergy encoding x allergy y aggregate count allergy transform group x ,Allergy,none,count Allergy,bar,"x=Allergy,y=count Allergy,color=none",none +Can you make a graph of apartment numbers and room counts?,abstract,Bar,Apartments,apartment_rentals,mark bar data apartments encoding x apt_number y aggregate none room_count transform ,"apt_number,room_count",none,none,bar,"x=apt_number,y=room_count,color=none",none +Visualize the number of bookings over time.,abstract,Line,Apartment_Bookings,apartment_rentals,mark line data apartment_bookings encoding x booking_end_date y aggregate count booking_end_date transform group x ,booking_end_date,none,count booking_end_date,line,"x=booking_end_date,y=count booking_end_date,color=none",none +How does the number of bookings change with the end date?,abstract,Line,Apartment_Bookings,apartment_rentals,mark line data apartment_bookings encoding x booking_end_date y aggregate count booking_end_date transform group x ,booking_end_date,none,count booking_end_date,line,"x=booking_end_date,y=count booking_end_date,color=none",none +What does the guests' gender look like?,abstract,Pie,Guests,apartment_rentals,mark arc data guests encoding x gender_code y aggregate count gender_code transform group x ,gender_code,none,count gender_code,arc,"x=gender_code,y=count gender_code,color=none",none +battles by date in a bar chart.,abstract,Bar,battle,battle_death,mark bar data battle encoding x date y aggregate count date transform group x ,date,none,count date,bar,"x=date,y=count date,color=none",none +I'd like to see a visual representation of the frequency of different battle dates.,abstract,Bar,battle,battle_death,mark bar data battle encoding x date y aggregate count date transform group x,date,none,count date,bar,"x=date,y=count date,color=none",none +How many battles happened on each different date?,abstract,Bar,battle,battle_death,mark bar data battle encoding x date y aggregate count date transform group x,date,none,count date,bar,"x=date,y=count date,color=none",none +displays the ratio of males to females.,abstract,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate count sex transform group x,Sex,none,count Sex,bar,"x=Sex,y=count Sex,color=none",none +compare males and females.,abstract,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate count sex transform group x,Sex,none,count Sex,bar,"x=Sex,y=count Sex,color=none",none +Can you show me the distribution of genders in the people table?,abstract,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate count sex transform group x,Sex,none,count Sex,bar,"x=Sex,y=count Sex,color=none",none +"Can you show me the relationship between ID and weight, grouped by gender?",abstract,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight transform group sex,"People_ID,Weight,Sex",none,none,point,"x=People_ID,y=Weight,color=Sex",none +"I'm curious about how ID and weight are related, can you show me that?",abstract,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight transform group sex,"People_ID,Weight,Sex",none,none,point,"x=People_ID,y=Weight,color=Sex",none +"ID and weight correlation, separated by gender.",abstract,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight transform group sex,"People_ID,Weight,Sex",none,none,point,"x=People_ID,y=Weight,color=Sex",none +"I'm interested in how ID and weight compare, could you show me that in a chart, separated by gender? ",abstract,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight transform group sex,"People_ID,Weight,Sex",none,none,point,"x=People_ID,y=Weight,color=Sex",none +Can you show me a graph of how height and weight relate to each other in the people table?,abstract,Scatter,people,body_builder,mark point data people encoding x height y aggregate none weight,"Height,Weight",none,none,point,"x=Height,y=Weight,color=none",none +Correlation between height and weight.,abstract,Scatter,people,body_builder,mark point data people encoding x height y aggregate none weight,"Height,Weight",none,none,point,"x=Height,y=Weight,color=none",none +I want to see a scatter chart of height and weight.,abstract,Scatter,people,body_builder,mark point data people encoding x height y aggregate none weight,"Height,Weight",none,none,point,"x=Height,y=Weight,color=none",none +illustrate the connection between height and weight.,abstract,Scatter,people,body_builder,mark point data people encoding x height y aggregate none weight,"Height,Weight",none,none,point,"x=Height,y=Weight,color=none",none +"Show me a scatter chart of the height and weight of people in the table, with height on the x-axis and weight on the y-axis.",abstract,Scatter,people,body_builder,mark point data people encoding x height y aggregate none weight,"Height,Weight",none,none,point,"x=Height,y=Weight,color=none",none +What's the distribution of publisher's publications? Show in a pie chart.,abstract,Pie,publication,book_2,mark arc data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,arc,"x=Publisher,y=count Publisher,color=none",none +Can you show me how many books each publisher has published?,abstract,Pie,publication,book_2,mark arc data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,arc,"x=Publisher,y=count Publisher,color=none",none +Pie chart of publisher's publication counts.,abstract,Pie,publication,book_2,mark arc data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,arc,"x=Publisher,y=count Publisher,color=none",none +Publishers and their number of books in a graph.,abstract,Pie,publication,book_2,mark arc data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,arc,"x=Publisher,y=count Publisher,color=none",none +Visual representation of publisher's publication numbers.,abstract,Pie,publication,book_2,mark arc data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,arc,"x=Publisher,y=count Publisher,color=none",none +Can you show me how many cinemas are located in each place?,abstract,Bar,cinema,cinema,mark bar data cinema encoding x location y aggregate count location transform group x ,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +"I want to see a visualization of the number of cinemas in different locations, please.",abstract,Bar,cinema,cinema,mark bar data cinema encoding x location y aggregate count location transform group x ,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +Can you give me a graphical representation of the cinema distribution by location?,abstract,Bar,cinema,cinema,mark bar data cinema encoding x location y aggregate count location transform group x ,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +How many cinemas are there in each location? Can you show it to me in a graph?,abstract,Bar,cinema,cinema,mark bar data cinema encoding x location y aggregate count location transform group x ,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +"Can you create a chart that displays the number of cinemas per location, ordered by the number?",abstract,Bar,cinema,cinema,mark bar data cinema encoding x location y aggregate count location transform group x sort y asc,Location,none,count Location,bar,"x=Location,y=count Location,color=none",y asc +"Give me a chart with a count of cinemas for each location, ordered from the least to the greatest. ",abstract,Bar,cinema,cinema,mark bar data cinema encoding x location y aggregate count location transform group x sort y asc,Location,none,count Location,bar,"x=Location,y=count Location,color=none",y asc +I want to see where the mountains taller than 5000 meters are from.,abstract,Pie,mountain,climbing,mark arc data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,arc,"x=Country,y=count Country,color=none",none +I'd like to see a graph of the distribution of countries with peaks over 5000 meters. ,abstract,Pie,mountain,climbing,mark arc data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,arc,"x=Country,y=count Country,color=none",none +How many countries have mountains taller than 5000 meters in a pie chart?,abstract,Pie,mountain,climbing,mark arc data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,arc,"x=Country,y=count Country,color=none",none +Can you give me a visual representation of the proportion of countries with mountains above 5000 meters? ,abstract,Pie,mountain,climbing,mark arc data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,arc,"x=Country,y=count Country,color=none",none +"Show me a chart of the number of countries with mountains taller than 5000 meters, please.",abstract,Pie,mountain,climbing,mark arc data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,arc,"x=Country,y=count Country,color=none",none +How does the height of mountains not in the Aberdare Range compare to their prominence?,abstract,Scatter,mountain,mountain_photos,mark point data mountain encoding x height y aggregate none prominence transform filter range != 'aberdare range',"Height,Prominence",Range != 'Aberdare Range',none,point,"x=Height,y=Prominence,color=none",none +Can you give me a graph of the correlation between a mountain's height and prominence if it's not part of the Aberdare Range?,abstract,Scatter,mountain,mountain_photos,mark point data mountain encoding x height y aggregate none prominence transform filter range != 'aberdare range',"Height,Prominence",Range != 'Aberdare Range',none,point,"x=Height,y=Prominence,color=none",none +Show me a scatter chart of mountains not in the Aberdare Range and their height versus prominence.,abstract,Scatter,mountain,mountain_photos,mark point data mountain encoding x height y aggregate none prominence transform filter range != 'aberdare range',"Height,Prominence",Range != 'Aberdare Range',none,point,"x=Height,y=Prominence,color=none",none +What's the relationship between the height and prominence of mountains that aren't in the Aberdare Range?,abstract,Scatter,mountain,mountain_photos,mark point data mountain encoding x height y aggregate none prominence transform filter range != 'aberdare range',"Height,Prominence",Range != 'Aberdare Range',none,point,"x=Height,y=Prominence,color=none",none +Plot the correlation between the height and prominence of mountains that aren't in the Aberdare Range.,abstract,Scatter,mountain,mountain_photos,mark point data mountain encoding x height y aggregate none prominence transform filter range != 'aberdare range',"Height,Prominence",Range != 'Aberdare Range',none,point,"x=Height,y=Prominence,color=none",none +How does the purchase frequency for members at the coffee shop relate to their age?,abstract,Scatter,member,coffee_shop,mark point data member encoding x time_of_purchase y aggregate none age,"Time_of_purchase,Age",none,none,point,"x=Time_of_purchase,y=Age,color=none",none +What kind of people purchase more?,abstract,Scatter,member,coffee_shop,mark point data member encoding x time_of_purchase y aggregate none age,"Time_of_purchase,Age",none,none,point,"x=Time_of_purchase,y=Age,color=none",none +Can you give me a visual representation of how age affects the time of purchase at the coffee shop? ,abstract,Scatter,member,coffee_shop,mark point data member encoding x time_of_purchase y aggregate none age,"Time_of_purchase,Age",none,none,point,"x=Time_of_purchase,y=Age,color=none",none +Can you give me a breakdown of employees by city? ,abstract,Pie,employee,employee_hire_evaluation,mark arc data employee encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +Most people are located in,abstract,Pie,employee,employee_hire_evaluation,mark arc data employee encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +Can you show me where the majority of employees are located? ,abstract,Pie,employee,employee_hire_evaluation,mark arc data employee encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +How do the numbers of employees in different cities compare? ,abstract,Pie,employee,employee_hire_evaluation,mark arc data employee encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +"I'm curious about employee distribution by city, can you show me a graph?",abstract,Pie,employee,employee_hire_evaluation,mark arc data employee encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +"Show me the number of courses by year grouped by semester, and sort the years in a descending order.",abstract,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x sort x desc,"year,semester",none,count year,line,"x=year,y=count year,color=semester",x desc +"Give me a chart of course trends over the years by semester, with the latest year first.",abstract,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x sort x desc,"year,semester",none,count year,line,"x=year,y=count year,color=semester",x desc +"trend in course numbers per year in a descending order, grouped by semester.",abstract,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x sort x desc,"year,semester",none,count year,line,"x=year,y=count year,color=semester",x desc +"Compare yearly course offerings between the semesters, in a descending order.",abstract,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x sort x desc,"year,semester",none,count year,line,"x=year,y=count year,color=semester",x desc +How has the number of courses offered year over year been affected by semester? Sort in a reverse order. ,abstract,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x sort x desc,"year,semester",none,count year,line,"x=year,y=count year,color=semester",x desc +Can you display the relationship between Credits and DNO? ,abstract,Scatter,COURSE,college_3,mark point data course encoding x credits y aggregate none dno transform ,"Credits,DNO",none,none,point,"x=Credits,y=DNO,color=none",none +I want to see the correlation between Credits and DNO in a scatter chart. ,abstract,Scatter,COURSE,college_3,mark point data course encoding x credits y aggregate none dno transform ,"Credits,DNO",none,none,point,"x=Credits,y=DNO,color=none",none +How are Credits and DNO related? ,abstract,Scatter,COURSE,college_3,mark point data course encoding x credits y aggregate none dno transform ,"Credits,DNO",none,none,point,"x=Credits,y=DNO,color=none",none +Give me insight into the connection between Credits and DNO. ,abstract,Scatter,COURSE,college_3,mark point data course encoding x credits y aggregate none dno transform ,"Credits,DNO",none,none,point,"x=Credits,y=DNO,color=none",none +Chart the correlation between Credits and DNO for me. ,abstract,Scatter,COURSE,college_3,mark point data course encoding x credits y aggregate none dno transform ,"Credits,DNO",none,none,point,"x=Credits,y=DNO,color=none",none +Could you show me the link between Credits and DNO in a scatter chart? ,abstract,Scatter,COURSE,college_3,mark point data course encoding x credits y aggregate none dno transform ,"Credits,DNO",none,none,point,"x=Credits,y=DNO,color=none",none +Can you show me a chart of industries and their total market value?,abstract,Bar,company,gas_company,mark bar data company encoding x main_industry y aggregate sum market_value transform group x ,"Main_Industry,Market_Value",none,sum Market_Value,bar,"x=Main_Industry,y=sum Market_Value,color=none",none +What are the industries and their market value in total?,abstract,Bar,company,gas_company,mark bar data company encoding x main_industry y aggregate sum market_value transform group x ,"Main_Industry,Market_Value",none,sum Market_Value,bar,"x=Main_Industry,y=sum Market_Value,color=none",none +Can you make a graph of market value across different industries?,abstract,Bar,company,gas_company,mark bar data company encoding x main_industry y aggregate sum market_value transform group x ,"Main_Industry,Market_Value",none,sum Market_Value,bar,"x=Main_Industry,y=sum Market_Value,color=none",none +Can you give me an overview of how industry market value compares?,abstract,Bar,company,gas_company,mark bar data company encoding x main_industry y aggregate sum market_value transform group x ,"Main_Industry,Market_Value",none,sum Market_Value,bar,"x=Main_Industry,y=sum Market_Value,color=none",none +Can you show me which industries have the highest market value?,abstract,Bar,company,gas_company,mark bar data company encoding x main_industry y aggregate sum market_value transform group x sort y asc,"Main_Industry,Market_Value",none,sum Market_Value,bar,"x=Main_Industry,y=sum Market_Value,color=none",y asc +Is there a way to see how much the different industries are worth in total?,abstract,Bar,company,gas_company,mark bar data company encoding x main_industry y aggregate sum market_value transform group x ,"Main_Industry,Market_Value",none,sum Market_Value,bar,"x=Main_Industry,y=sum Market_Value,color=none",none +Will rank affect the market in the banking industry?,abstract,Grouping Scatter,company,gas_company,mark point data company encoding x rank y aggregate none market_value transform filter main_industry = 'banking' group company,"Rank,Market_Value,Company",Main_Industry = 'Banking',none,point,"x=Rank,y=Market_Value,color=Company",none +What do the template IDs and the number of documents they were used for look like?,abstract,Scatter,Documents,cre_Doc_Template_Mgt,mark point data documents encoding x template_id y aggregate count template_id transform group x,Template_ID,none,count Template_ID,point,"x=Template_ID,y=count Template_ID,color=none",none +"For each template ID, how many documents are used?",abstract,Scatter,Documents,cre_Doc_Template_Mgt,mark point data documents encoding x template_id y aggregate count template_id transform group x,Template_ID,none,count Template_ID,point,"x=Template_ID,y=count Template_ID,color=none",none +Let's see how many documents are associated with each template ID. ,abstract,Scatter,Documents,cre_Doc_Template_Mgt,mark point data documents encoding x template_id y aggregate count template_id transform group x,Template_ID,none,count Template_ID,point,"x=Template_ID,y=count Template_ID,color=none",none +What's the relationship between the template IDs and the documents? ,abstract,Scatter,Documents,cre_Doc_Template_Mgt,mark point data documents encoding x template_id y aggregate count template_id transform group x,Template_ID,none,count Template_ID,point,"x=Template_ID,y=count Template_ID,color=none",none +Show me a chart of the template IDs and the documents associated with them. ,abstract,Scatter,Documents,cre_Doc_Template_Mgt,mark point data documents encoding x template_id y aggregate count template_id transform group x,Template_ID,none,count Template_ID,point,"x=Template_ID,y=count Template_ID,color=none",none +Give me a graph of the number of documents for each template ID.,abstract,Scatter,Documents,cre_Doc_Template_Mgt,mark point data documents encoding x template_id y aggregate count template_id transform group x,Template_ID,none,count Template_ID,point,"x=Template_ID,y=count Template_ID,color=none",none +"What's the count of templates with a version number greater than 5 for each template type code, from smallest to largest?",abstract,Bar,Templates,cre_Doc_Template_Mgt,mark bar data templates encoding x template_type_code y aggregate count template_type_code transform filter version_number > 5 group x sort y asc,Template_Type_Code,Version_Number gt 5,count Template_Type_Code,bar,"x=Template_Type_Code,y=count Template_Type_Code,color=none",y asc +"How many templates with a version number higher than 5 for each type code, ordered by magnitude?",abstract,Bar,Templates,cre_Doc_Template_Mgt,mark bar data templates encoding x template_type_code y aggregate count template_type_code transform filter version_number > 5 group x sort y asc,Template_Type_Code,Version_Number gt 5,count Template_Type_Code,bar,"x=Template_Type_Code,y=count Template_Type_Code,color=none",y asc +"Show me a bar chart of the templates with version numbers greater than 5 for each type of code, in an ascending order.",abstract,Bar,Templates,cre_Doc_Template_Mgt,mark bar data templates encoding x template_type_code y aggregate count template_type_code transform filter version_number > 5 group x sort y asc,Template_Type_Code,Version_Number gt 5,count Template_Type_Code,bar,"x=Template_Type_Code,y=count Template_Type_Code,color=none",y asc +Show a bar chart of the template types and how many templates each type has. Sort it by the highest count at the top.,abstract,Bar,Templates,cre_Doc_Template_Mgt,mark bar data templates encoding x template_type_code y aggregate count template_type_code transform group x sort y desc,Template_Type_Code,none,count Template_Type_Code,bar,"x=Template_Type_Code,y=count Template_Type_Code,color=none",y desc +Visualize template types and how many templates of each type. Order by highest.,abstract,Bar,Templates,cre_Doc_Template_Mgt,mark bar data templates encoding x template_type_code y aggregate count template_type_code transform group x sort y desc,Template_Type_Code,none,count Template_Type_Code,bar,"x=Template_Type_Code,y=count Template_Type_Code,color=none",y desc +Can you give me a bar chart showing the different template types along with their respective quantities? Please sort by the highest count.,abstract,Bar,Templates,cre_Doc_Template_Mgt,mark bar data templates encoding x template_type_code y aggregate count template_type_code transform group x sort y desc,Template_Type_Code,none,count Template_Type_Code,bar,"x=Template_Type_Code,y=count Template_Type_Code,color=none",y desc +Graph the correlation between template ID and version number.,abstract,Scatter,Templates,cre_Doc_Template_Mgt,mark point data templates encoding x template_id y aggregate none version_number,"Template_ID,Version_Number",none,none,point,"x=Template_ID,y=Version_Number,color=none",none +How many documents are at each location? ,abstract,Pie,Document_locations,cre_Doc_Tracking_DB,mark arc data document_locations encoding x location_code y aggregate count location_code transform group x,Location_Code,none,count Location_Code,arc,"x=Location_Code,y=count Location_Code,color=none",none +Could you show me a pie chart of the document counts per location? ,abstract,Pie,Document_locations,cre_Doc_Tracking_DB,mark arc data document_locations encoding x location_code y aggregate count location_code transform group x,Location_Code,none,count Location_Code,arc,"x=Location_Code,y=count Location_Code,color=none",none +What is the number of documents in each location? ,abstract,Pie,Document_locations,cre_Doc_Tracking_DB,mark arc data document_locations encoding x location_code y aggregate count location_code transform group x,Location_Code,none,count Location_Code,arc,"x=Location_Code,y=count Location_Code,color=none",none +What is the breakdown of documents in different locations? ,abstract,Pie,Document_locations,cre_Doc_Tracking_DB,mark arc data document_locations encoding x location_code y aggregate count location_code transform group x,Location_Code,none,count Location_Code,arc,"x=Location_Code,y=count Location_Code,color=none",none +Please present a graph of the documents by location. ,abstract,Pie,Document_locations,cre_Doc_Tracking_DB,mark arc data document_locations encoding x location_code y aggregate count location_code transform group x,Location_Code,none,count Location_Code,arc,"x=Location_Code,y=count Location_Code,color=none",none +Display a chart of the data across locations.,abstract,Pie,Document_locations,cre_Doc_Tracking_DB,mark arc data document_locations encoding x location_code y aggregate count location_code transform group x,Location_Code,none,count Location_Code,arc,"x=Location_Code,y=count Location_Code,color=none",none +Can you create a chart that displays the progression of day numbers over time?,abstract,Line,Ref_calendar,cre_Doc_Tracking_DB,mark line data ref_calendar encoding x calendar_date y aggregate none day_number transform ,"Calendar_Date,Day_Number",none,none,line,"x=Calendar_Date,y=Day_Number,color=none",none +Show me a graph of the different ways to get to attractions.,abstract,Pie,Tourist_Attractions,cre_Theme_park,mark arc data tourist_attractions encoding x how_to_get_there y aggregate count how_to_get_there transform group x,How_to_Get_There,none,count How_to_Get_There,arc,"x=How_to_Get_There,y=count How_to_Get_There,color=none",none +Generate a chart of the minimal product prices by product type.,abstract,Pie,products,department_store,mark arc data products encoding x product_type_code y aggregate min product_price transform group x,"product_type_code,product_price",none,min product_price,arc,"x=product_type_code,y=min product_price,color=none",none +I need a visualization of the different customer details categories.,abstract,Bar,Customers,local_govt_and_lot,mark bar data customers encoding x customer_details y aggregate count customer_details transform group x ,customer_details,none,count customer_details,bar,"x=customer_details,y=count customer_details,color=none",none +Visualize mailshots by product category.,abstract,Bar,mailshot_campaigns,customers_campaigns_ecommerce,mark bar data mailshot_campaigns encoding x product_category y aggregate count product_category transform group x ,product_category,none,count product_category,bar,"x=product_category,y=count product_category,color=none",none +Show me the proportion of mailshots by product category.,abstract,Pie,mailshot_campaigns,customers_campaigns_ecommerce,mark arc data mailshot_campaigns encoding x product_category y aggregate count product_category transform group x,product_category,none,count product_category,arc,"x=product_category,y=count product_category,color=none",none +Demonstrate outcome code.,abstract,Bar,mailshot_customers,customers_campaigns_ecommerce,mark bar data mailshot_customers encoding x outcome_code y aggregate count outcome_code transform group x ,outcome_code,none,count outcome_code,bar,"x=outcome_code,y=count outcome_code,color=none",none +How are mailshots divided up by outcome code?,abstract,Pie,mailshot_customers,customers_campaigns_ecommerce,mark arc data mailshot_customers encoding x outcome_code y aggregate count outcome_code transform group x,outcome_code,none,count outcome_code,arc,"x=outcome_code,y=count outcome_code,color=none",none +Chart the debates by venue.,abstract,Pie,debate,debate,mark arc data debate encoding x venue y aggregate count venue transform group x,Venue,none,count Venue,arc,"x=Venue,y=count Venue,color=none",none +Show me the departed dogs by date.,abstract,Line,Dogs,dog_kennels,mark line data dogs encoding x date_arrived y aggregate count date_arrived transform group x ,date_arrived,none,count date_arrived,line,"x=date_arrived,y=count date_arrived,color=none",none +Chart the pattern of dogs leaving.,abstract,Line,Dogs,dog_kennels,mark line data dogs encoding x date_arrived y aggregate count date_arrived transform group x ,date_arrived,none,count date_arrived,line,"x=date_arrived,y=count date_arrived,color=none",none +Could you graph the age/weight distribution of dogs that were abandoned?,abstract,Grouping Scatter,Dogs,dog_kennels,mark point data dogs encoding x age y aggregate none weight transform filter abandoned_yn = 1 group name,"age,weight,name",abandoned_yn = 1,none,point,"x=age,y=weight,color=name",none +Illustrate the costs of each charge type.,abstract,Pie,Charges,dog_kennels,mark arc data charges encoding x charge_type y aggregate none charge_amount,"charge_type,charge_amount",none,none,arc,"x=charge_type,y=charge_amount,color=none",none +Breakdown of the county population. ,abstract,Pie,county,election,mark arc data county encoding x county_name y aggregate none population,"County_name,Population",none,none,arc,"x=County_name,y=Population,color=none",none +Chart the party representatives. ,abstract,Pie,representative,election_representative,mark arc data representative encoding x party y aggregate count party transform group x,Party,none,count Party,arc,"x=Party,y=count Party,color=none",none +Show something about the origin.,abstract,Bar,Flight,flight_1,mark bar data flight encoding x origin y aggregate count origin transform group x,origin,none,count origin,bar,"x=origin,y=count origin,color=none",none +Show me the number of students for each sport.,abstract,Bar,Sportsinfo,game_1,mark bar data sportsinfo encoding x sportname y aggregate count sportname transform group x ,SportName,none,count SportName,bar,"x=SportName,y=count SportName,color=none",none +Give me the distribution of students playing different sports.,abstract,Bar,Sportsinfo,game_1,mark bar data sportsinfo encoding x sportname y aggregate count sportname transform group x,SportName,none,count SportName,bar,"x=SportName,y=count SportName,color=none",none +Draw a chart of the amount of players hurt not from knee issues.,abstract,Bar,injury_accident,game_injury,mark bar data injury_accident encoding x number_of_matches y aggregate count number_of_matches transform filter injury != 'knee problem' group x,Number_of_matches,Injury != 'Knee problem',count Number_of_matches,bar,"x=Number_of_matches,y=count Number_of_matches,color=none",none +How many players are not in the knee for each match?,abstract,Bar,injury_accident,game_injury,mark bar data injury_accident encoding x number_of_matches y aggregate count number_of_matches transform filter injury != 'knee problem' group x ,Number_of_matches,Injury != 'Knee problem',count Number_of_matches,bar,"x=Number_of_matches,y=count Number_of_matches,color=none",none +Can I see the correlation between commission_pct and department_id for employees with wages between 8000 and 12000 and with non-null commission?,abstract,Scatter,employees,hr_1,"mark point data employees encoding x commission_pct y aggregate none department_id transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","COMMISSION_PCT,DEPARTMENT_ID","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,point,"x=COMMISSION_PCT,y=DEPARTMENT_ID,color=none",none +Show me the cities sorted by the number of departments.,abstract,Bar,locations,hr_1,mark bar data locations encoding x city y aggregate count city transform group x sort y desc,CITY,none,count CITY,bar,"x=CITY,y=count CITY,color=none",y desc +Plot the number of rooms with king beds sorted by decor.,abstract,Bar,Rooms,inn_1,"mark bar data rooms encoding x decor y aggregate count decor transform filter bedtype = ""king"" group x sort x asc",decor,"bedType = ""King""",count decor,bar,"x=decor,y=count decor,color=none",x asc +Give a chart with type numbers and participants sorted by size,abstract,Bar,Participants,local_govt_in_alabama,mark bar data participants encoding x participant_type_code y aggregate count participant_type_code transform group x sort y asc,Participant_Type_Code,none,count Participant_Type_Code,bar,"x=Participant_Type_Code,y=count Participant_Type_Code,color=none",y asc +What's the ratio of the participants? ,abstract,Pie,Participants,local_govt_in_alabama,mark arc data participants encoding x participant_type_code y aggregate count participant_type_code transform group x,Participant_Type_Code,none,count Participant_Type_Code,arc,"x=Participant_Type_Code,y=count Participant_Type_Code,color=none",none +Give me a visualization of tax id and the cmi cross id. ,abstract,Scatter,parking_fines,local_govt_mdm,mark point data parking_fines encoding x council_tax_id y aggregate none cmi_cross_ref_id,"council_tax_id,cmi_cross_ref_id",none,none,point,"x=council_tax_id,y=cmi_cross_ref_id,color=none",none +Visualize the number of songs by format.,abstract,Bar,files,music_1,mark bar data files encoding x formats y aggregate count formats transform group x,formats,none,count formats,bar,"x=formats,y=count formats,color=none",none +Show me the rating of each genre in an alphabetical order.,abstract,Bar,genre,music_1,mark bar data genre encoding x g_name y aggregate none rating transform sort x,"g_name,rating",none,none,bar,"x=g_name,y=rating,color=none",x asc +"Grap the result of music festivals, from high to low.",abstract,Bar,music_festival,music_4,mark bar data music_festival encoding x result y aggregate count result transform group x sort y desc,Result,none,count Result,bar,"x=Result,y=count Result,color=none",y desc +Visualize the age of each artist from low to high.,abstract,Bar,artist,theme_gallery,mark bar data artist encoding x name y aggregate none age transform sort y asc,"Name,Age",none,none,bar,"x=Name,y=Age,color=none",y asc +What is the average age for different jobs?,abstract,Bar,Person,network_2,mark bar data person encoding x job y aggregate mean age transform group x,"job,age",none,mean age,bar,"x=job,y=mean age,color=none",none +Show the ratio of those under 40 for male and female.,abstract,Pie,Person,network_2,mark arc data person encoding x gender y aggregate count gender transform filter age < 40 group x,gender,age lt 40,count gender,arc,"x=gender,y=count gender,color=none",none +Give me the total ages of journalists by nationality in percentage.,abstract,Pie,journalist,news_report,mark arc data journalist encoding x nationality y aggregate sum age transform group x,"Nationality,Age",none,sum Age,arc,"x=Nationality,y=sum Age,color=none",none +Plot the orchestras of each record company with the least at the top.,abstract,Bar,orchestra,orchestra,mark bar data orchestra encoding x record_company y aggregate count record_company transform group x sort y asc,Record_Company,none,count Record_Company,bar,"x=Record_Company,y=count Record_Company,color=none",y asc +Chart the number of orchestras each record company owns.,abstract,Bar,orchestra,orchestra,mark bar data orchestra encoding x record_company y aggregate count record_company transform group x,Record_Company,none,count Record_Company,bar,"x=Record_Company,y=count Record_Company,color=none",none +"Chart name and capacity of products with prices over 700, from high to low. ",abstract,Bar,Catalog_Contents,product_catalog,mark bar data catalog_contents encoding x catalog_entry_name y aggregate none capacity transform filter price_in_dollars > 700 sort y desc,"catalog_entry_name,capacity",price_in_dollars gt 700,none,bar,"x=catalog_entry_name,y=capacity,color=none",y desc +Graph trend of payments over 300 and Check by reverse date.,abstract,Line,payments,products_for_hire,mark line data payments encoding x payment_date y aggregate count payment_date transform filter amount_paid > 300 or payment_type_code = 'check' group x ,payment_date,amount_paid gt 300 or payment_type_code = 'Check',count payment_date,line,"x=payment_date,y=count payment_date,color=none",none +Graph payments 'Check' or amounts over 300 for each date.,abstract,Line,payments,products_for_hire,mark line data payments encoding x payment_date y aggregate count payment_date transform filter amount_paid > 300 or payment_type_code = 'check' group x,payment_date,amount_paid gt 300 or payment_type_code = 'Check',count payment_date,line,"x=payment_date,y=count payment_date,color=none",none +What is the percentage of programs for each time of day?,abstract,Pie,broadcast,program_share,mark arc data broadcast encoding x time_of_day y aggregate count time_of_day transform group x,Time_of_day,none,count Time_of_day,arc,"x=Time_of_day,y=count Time_of_day,color=none",none +How many railways have been built by each builder?,abstract,Bar,railway,railway,mark bar data railway encoding x builder y aggregate count builder transform group x ,Builder,none,count Builder,bar,"x=Builder,y=count Builder,color=none",none +What is the number of railways for each builder?,abstract,Bar,railway,railway,mark bar data railway encoding x builder y aggregate count builder transform group x ,Builder,none,count Builder,bar,"x=Builder,y=count Builder,color=none",none +What is the amount of railways by each builder?,abstract,Bar,railway,railway,mark bar data railway encoding x builder y aggregate count builder transform group x ,Builder,none,count Builder,bar,"x=Builder,y=count Builder,color=none",none +How many railways have been built by SECR?,abstract,Bar,railway,railway,mark bar data railway encoding x builder y aggregate count builder transform group x,Builder,none,count Builder,bar,"x=Builder,y=count Builder,color=none",none +What is the number of railways built by MR? ,abstract,Bar,railway,railway,mark bar data railway encoding x builder y aggregate count builder transform group x,Builder,none,count Builder,bar,"x=Builder,y=count Builder,color=none",none +How many GNR Doncaster railways are there? ,abstract,Bar,railway,railway,mark bar data railway encoding x builder y aggregate count builder transform group x,Builder,none,count Builder,bar,"x=Builder,y=count Builder,color=none",none +Can I get a chart showing the total number of railways by builder? ,abstract,Bar,railway,railway,mark bar data railway encoding x builder y aggregate count builder transform group x,Builder,none,count Builder,bar,"x=Builder,y=count Builder,color=none",none +Show me the number of railways built by each builder. ,abstract,Bar,railway,railway,mark bar data railway encoding x builder y aggregate count builder transform group x,Builder,none,count Builder,bar,"x=Builder,y=count Builder,color=none",none +I want to see a bar graph showing the number of railways built by each builder.,abstract,Bar,railway,railway,mark bar data railway encoding x builder y aggregate count builder transform group x,Builder,none,count Builder,bar,"x=Builder,y=count Builder,color=none",none +How many trains arrive at each time? ,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x ,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +Show me the distribution of train arrivals.,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x ,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +What is the frequency of trains arriving?,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x ,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +Give me a breakdown of the train arrivals.,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x ,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +Can you show me the total count of trains arriving at different times? ,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x ,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +Can you tell me the amount of trains arriving at different times? ,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x ,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +Can you graph the number of trains arriving at different times?,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x ,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +How many trains arrive at what times? ,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +Show me a graph of the number of trains for each arrival time. ,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +What's the distribution of trains by arrival time? ,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +Visualize the trains according to arrival time. ,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +How many trains are there for each arrival time? ,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +Can I see a graph of the train arrivals? ,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +What does the number of trains look like for each arrival time?,abstract,Bar,train,railway,mark bar data train encoding x arrival y aggregate count arrival transform group x,Arrival,none,count Arrival,bar,"x=Arrival,y=count Arrival,color=none",none +What's the average age of drivers from Hartford?,abstract,Bar,driver,school_bus,mark bar data driver encoding x home_city y aggregate mean age transform group x,"Home_city,Age",none,mean Age,bar,"x=Home_city,y=mean Age,color=none",none +What's the average age of drivers living in Bethel?,abstract,Bar,driver,school_bus,mark bar data driver encoding x home_city y aggregate mean age transform group x,"Home_city,Age",none,mean Age,bar,"x=Home_city,y=mean Age,color=none",none +What's the average age of drivers from the same city?,abstract,Bar,driver,school_bus,mark bar data driver encoding x home_city y aggregate mean age transform group x,"Home_city,Age",none,mean Age,bar,"x=Home_city,y=mean Age,color=none",none +How old are the drivers from Hartford?,abstract,Bar,driver,school_bus,mark bar data driver encoding x home_city y aggregate mean age transform group x,"Home_city,Age",none,mean Age,bar,"x=Home_city,y=mean Age,color=none",none +What's the mean age of drivers from the same city?,abstract,Bar,driver,school_bus,mark bar data driver encoding x home_city y aggregate mean age transform group x,"Home_city,Age",none,mean Age,bar,"x=Home_city,y=mean Age,color=none",none +What's the average age of drivers from the same city?,abstract,Bar,driver,school_bus,mark bar data driver encoding x home_city y aggregate mean age transform group x,"Home_city,Age",none,mean Age,bar,"x=Home_city,y=mean Age,color=none",none +Show me the breakdown of denominations in a pie chart.,abstract,Pie,school,school_player,mark arc data school encoding x denomination y aggregate count denomination transform group x,Denomination,none,count Denomination,arc,"x=Denomination,y=count Denomination,color=none",none +How many schools are associated with each denomination in a pie?,abstract,Pie,school,school_player,mark arc data school encoding x denomination y aggregate count denomination transform group x,Denomination,none,count Denomination,arc,"x=Denomination,y=count Denomination,color=none",none +What's the distribution of the denominations represented by the schools?,abstract,Pie,school,school_player,mark arc data school encoding x denomination y aggregate count denomination transform group x,Denomination,none,count Denomination,arc,"x=Denomination,y=count Denomination,color=none",none +What does the denominational breakdown look like?,abstract,Pie,school,school_player,mark arc data school encoding x denomination y aggregate count denomination transform group x,Denomination,none,count Denomination,arc,"x=Denomination,y=count Denomination,color=none",none +Visualize the different denominations in a pie chart.,abstract,Pie,school,school_player,mark arc data school encoding x denomination y aggregate count denomination transform group x,Denomination,none,count Denomination,arc,"x=Denomination,y=count Denomination,color=none",none +Show me the distribution of captains by rank and class.,abstract,Stacked Bar,captain,ship_1,mark bar data captain encoding x class y aggregate count class color rank transform group x,"Class,Rank",none,count Class,bar,"x=Class,y=count Class,color=Rank",none +What's the breakdown of captains by class and rank?,abstract,Stacked Bar,captain,ship_1,mark bar data captain encoding x class y aggregate count class color rank transform group x,"Class,Rank",none,count Class,bar,"x=Class,y=count Class,color=Rank",none +How many captains are there in each class and what's their rank?,abstract,Stacked Bar,captain,ship_1,mark bar data captain encoding x class y aggregate count class color rank transform group x,"Class,Rank",none,count Class,bar,"x=Class,y=count Class,color=Rank",none +Features about class and rank.,abstract,Stacked Bar,captain,ship_1,mark bar data captain encoding x class y aggregate count class color rank transform group x,"Class,Rank",none,count Class,bar,"x=Class,y=count Class,color=Rank",none +"Visualize the total number of ships with different nationalities, split by ship type, and sort by name in descending order.",abstract,Stacked Bar,ship,ship_mission,mark bar data ship encoding x nationality y aggregate count nationality color type transform group x sort x desc,"Nationality,Type",none,count Nationality,bar,"x=Nationality,y=count Nationality,color=Type",x desc +Can you show me a chart of ship types and nationalities sorted by name in descending order?,abstract,Stacked Bar,ship,ship_mission,mark bar data ship encoding x nationality y aggregate count nationality color type transform group x sort x desc,"Nationality,Type",none,count Nationality,bar,"x=Nationality,y=count Nationality,color=Type",x desc +"Show me a graph of ships from different countries broken down by type, descending by name.",abstract,Stacked Bar,ship,ship_mission,mark bar data ship encoding x nationality y aggregate count nationality color type transform group x sort x desc,"Nationality,Type",none,count Nationality,bar,"x=Nationality,y=count Nationality,color=Type",x desc +"What is the count of ships from various nations and types, ordered by name in descending order?",abstract,Stacked Bar,ship,ship_mission,mark bar data ship encoding x nationality y aggregate count nationality color type transform group x sort x desc,"Nationality,Type",none,count Nationality,bar,"x=Nationality,y=count Nationality,color=Type",x desc +"Graph the number of ships from different countries grouped by type, and list them in descending order by name.",abstract,Stacked Bar,ship,ship_mission,mark bar data ship encoding x nationality y aggregate count nationality color type transform group x sort x desc,"Nationality,Type",none,count Nationality,bar,"x=Nationality,y=count Nationality,color=Type",x desc +"What's the breakdown of tryout participants for each college, arranged in descending order? Show a pie chart.",abstract,Pie,tryout,soccer_2,mark arc data tryout encoding x cname y aggregate count cname transform group x sort y desc,cName,none,count cName,arc,"x=cName,y=count cName,color=none",y desc +"Can I get an overview of the tryout participation for each college, in descending order? Represent it in a pie chart.",abstract,Pie,tryout,soccer_2,mark arc data tryout encoding x cname y aggregate count cname transform group x sort y desc,cName,none,count cName,arc,"x=cName,y=count cName,color=none",y desc +"Give me a chart of students participating in tryouts by college, from highest to lowest. Show me a pie chart.",abstract,Pie,tryout,soccer_2,mark arc data tryout encoding x cname y aggregate count cname transform group x sort y desc,cName,none,count cName,arc,"x=cName,y=count cName,color=none",y desc +"What's the distribution of participants in the tryout, sorted by college in descending order? Show a pie chart.",abstract,Pie,tryout,soccer_2,mark arc data tryout encoding x cname y aggregate count cname transform group x sort y desc,cName,none,count cName,arc,"x=cName,y=count cName,color=none",y desc +Show me the number of competitions by country and type in an ascending order.,abstract,Stacked Bar,competition,sports_competition,mark bar data competition encoding x country y aggregate count country color competition_type transform group x sort y asc,"Country,Competition_type",none,count Country,bar,"x=Country,y=count Country,color=Competition_type",y asc +Can you make a graph that illustrates the number of competitions by country and type in an ascending order? ,abstract,Stacked Bar,competition,sports_competition,mark bar data competition encoding x country y aggregate count country color competition_type transform group x sort y asc,"Country,Competition_type",none,count Country,bar,"x=Country,y=count Country,color=Competition_type",y asc +What does the distribution of competitions by country and type look like in an ascending order?,abstract,Stacked Bar,competition,sports_competition,mark bar data competition encoding x country y aggregate count country color competition_type transform group x sort y asc,"Country,Competition_type",none,count Country,bar,"x=Country,y=count Country,color=Competition_type",y asc +Can I see the count of competitions by type and country arranged in ascending order?,abstract,Stacked Bar,competition,sports_competition,mark bar data competition encoding x country y aggregate count country color competition_type transform group x sort y asc,"Country,Competition_type",none,count Country,bar,"x=Country,y=count Country,color=Competition_type",y asc +I need to visualize the distribution of competitions in each country and type with the Y-axis in ascending order.,abstract,Stacked Bar,competition,sports_competition,mark bar data competition encoding x country y aggregate count country color competition_type transform group x sort y asc,"Country,Competition_type",none,count Country,bar,"x=Country,y=count Country,color=Competition_type",y asc +Can you show me the number of deaths per storm?,abstract,Bar,storm,storm_record,mark bar data storm encoding x name y aggregate none number_deaths,"Name,Number_Deaths",none,none,bar,"x=Name,y=Number_Deaths,color=none",none +"Show me the death count for each storm, please.",abstract,Bar,storm,storm_record,mark bar data storm encoding x name y aggregate none number_deaths,"Name,Number_Deaths",none,none,bar,"x=Name,y=Number_Deaths,color=none",none +Can you give me a graph of the deaths per storm?,abstract,Bar,storm,storm_record,mark bar data storm encoding x name y aggregate none number_deaths,"Name,Number_Deaths",none,none,bar,"x=Name,y=Number_Deaths,color=none",none +Show me a chart of the number of deaths for each storm.,abstract,Bar,storm,storm_record,mark bar data storm encoding x name y aggregate none number_deaths,"Name,Number_Deaths",none,none,bar,"x=Name,y=Number_Deaths,color=none",none +Compare the number of deaths for each storm.,abstract,Bar,storm,storm_record,mark bar data storm encoding x name y aggregate none number_deaths,"Name,Number_Deaths",none,none,bar,"x=Name,y=Number_Deaths,color=none",none +Show me how many students are in each classroom.,abstract,Bar,list,student_1,mark bar data list encoding x classroom y aggregate count classroom transform group x,Classroom,none,count Classroom,bar,"x=Classroom,y=count Classroom,color=none",none +What's the student count in each classroom?,abstract,Bar,list,student_1,mark bar data list encoding x classroom y aggregate count classroom transform group x,Classroom,none,count Classroom,bar,"x=Classroom,y=count Classroom,color=none",none +Plot the number of students in each classroom.,abstract,Bar,list,student_1,mark bar data list encoding x classroom y aggregate count classroom transform group x,Classroom,none,count Classroom,bar,"x=Classroom,y=count Classroom,color=none",none +How many sections have the same description?,abstract,Bar,Sections,student_transcripts_tracking,mark bar data sections encoding x section_description y aggregate count section_description transform group x,section_description,none,count section_description,bar,"x=section_description,y=count section_description,color=none",none +What is the frequency of each section description?,abstract,Bar,Sections,student_transcripts_tracking,mark bar data sections encoding x section_description y aggregate count section_description transform group x,section_description,none,count section_description,bar,"x=section_description,y=count section_description,color=none",none +How many sections have the same description type?,abstract,Bar,Sections,student_transcripts_tracking,mark bar data sections encoding x section_description y aggregate count section_description transform group x,section_description,none,count section_description,bar,"x=section_description,y=count section_description,color=none",none +Chart me the number of sections from each description.,abstract,Bar,Sections,student_transcripts_tracking,mark bar data sections encoding x section_description y aggregate count section_description transform group x,section_description,none,count section_description,bar,"x=section_description,y=count section_description,color=none",none +Show me the breakdown of section descriptions in a graph.,abstract,Bar,Sections,student_transcripts_tracking,mark bar data sections encoding x section_description y aggregate count section_description transform group x,section_description,none,count section_description,bar,"x=section_description,y=count section_description,color=none",none +What is the breakdown of section descriptions?,abstract,Bar,Sections,student_transcripts_tracking,mark bar data sections encoding x section_description y aggregate count section_description transform group x,section_description,none,count section_description,bar,"x=section_description,y=count section_description,color=none",none +Can you give me a visual representation of the different section descriptions?,abstract,Bar,Sections,student_transcripts_tracking,mark bar data sections encoding x section_description y aggregate count section_description transform group x,section_description,none,count section_description,bar,"x=section_description,y=count section_description,color=none",none +Show me the users with the highest number of followers.,abstract,Bar,user_profiles,twitter_1,mark bar data user_profiles encoding x name y aggregate none followers transform sort y desc,"name,followers",none,none,bar,"x=name,y=followers,color=none",y desc +Which user has the most followers?,abstract,Bar,user_profiles,twitter_1,mark bar data user_profiles encoding x name y aggregate none followers transform sort y desc,"name,followers",none,none,bar,"x=name,y=followers,color=none",y desc +Who has the most followers?,abstract,Bar,user_profiles,twitter_1,mark bar data user_profiles encoding x name y aggregate none followers transform sort y desc,"name,followers",none,none,bar,"x=name,y=followers,color=none",y desc +What's the follower count for each user?,abstract,Bar,user_profiles,twitter_1,mark bar data user_profiles encoding x name y aggregate none followers transform ,"name,followers",none,none,bar,"x=name,y=followers,color=none",none +How many followers does each user have?,abstract,Bar,user_profiles,twitter_1,mark bar data user_profiles encoding x name y aggregate none followers transform ,"name,followers",none,none,bar,"x=name,y=followers,color=none",none +Give me a chart of the followers of each user sorted from highest to lowest.,abstract,Bar,user_profiles,twitter_1,mark bar data user_profiles encoding x name y aggregate none followers transform sort y desc,"name,followers",none,none,bar,"x=name,y=followers,color=none",y desc +Show me the states of all the votes in a bar chart with the count on the y-axis in descending order.,abstract,Bar,votes,voter_1,mark bar data votes encoding x state y aggregate count state transform group x sort y desc,state,none,count state,bar,"x=state,y=count state,color=none",y desc +"Chart the number of votes from each state, highest to lowest.",abstract,Bar,votes,voter_1,mark bar data votes encoding x state y aggregate count state transform group x sort y desc,state,none,count state,bar,"x=state,y=count state,color=none",y desc +Show me the states of the votes in a graph,abstract,Bar,votes,voter_1,mark bar data votes encoding x state y aggregate count state transform group x,state,none,count state,bar,"x=state,y=count state,color=none",none +How many votes were made in each state?,abstract,Bar,votes,voter_1,mark bar data votes encoding x state y aggregate count state transform group x,state,none,count state,bar,"x=state,y=count state,color=none",none +Show me how the votes are distributed by state.,abstract,Bar,votes,voter_1,mark bar data votes encoding x state y aggregate count state transform group x,state,none,count state,bar,"x=state,y=count state,color=none",none +What's the relationship between price and score for each year?,abstract,Scatter,WINE,wine_1,mark point data wine encoding x max(price) y aggregate max score transform group x,"Price,Score",none,"max Price,max Score",point,"x=max Price,y=max Score,color=None",none +Plot the correlation between max price and score for wines annually.,abstract,Scatter,WINE,wine_1,mark point data wine encoding x max(price) y aggregate max score transform group x,"Price,Score",none,"max Price,max Score",point,"x=max Price,y=max Score,color=None",none +Chart the connection between the cost of wine and its rating per year.,abstract,Scatter,WINE,wine_1,mark point data wine encoding x max(price) y aggregate max score transform group x,"Price,Score",none,"max Price,max Score",point,"x=max Price,y=max Score,color=None",none +Show the link between wine cost and score over the years.,abstract,Scatter,WINE,wine_1,mark point data wine encoding x max(price) y aggregate max score transform group x,"Price,Score",none,"max Price,max Score",point,"x=max Price,y=max Score,color=None",none +"Show me wines with a price greater than 100, sorted by year.",abstract,Bar,WINE,wine_1,mark bar data wine encoding x year y aggregate count year transform filter price > 100 group x sort x,Year,Price gt 100,count Year,bar,"x=Year,y=count Year,color=None",x asc +"how many wines had a price higher than 100, sorted by year?",abstract,Bar,WINE,wine_1,mark bar data wine encoding x year y aggregate count year transform filter price > 100 group x sort x,Year,Price gt 100,count Year,bar,"x=Year,y=count Year,color=None",x asc +"Give me a chart of wines with prices higher than 100, sorted by year.",abstract,Bar,WINE,wine_1,mark bar data wine encoding x year y aggregate count year transform filter price > 100 group x sort x,Year,Price gt 100,count Year,bar,"x=Year,y=count Year,color=None",x asc +"Create a graph of wines with prices of more than 100, organized by year.",abstract,Bar,WINE,wine_1,mark bar data wine encoding x year y aggregate count year transform filter price > 100 group x ,Year,Price gt 100,count Year,bar,"x=Year,y=count Year,color=None",none +Show me the distribution of workshops by venue.,abstract,Pie,workshop,workshop_paper,mark arc data workshop encoding x venue y aggregate count venue transform group x,Venue,none,count Venue,arc,"x=Venue,y=count Venue,color=none",none +What is the breakdown of workshops according to venue? ,abstract,Pie,workshop,workshop_paper,mark arc data workshop encoding x venue y aggregate count venue transform group x,Venue,none,count Venue,arc,"x=Venue,y=count Venue,color=none",none +How are the workshops distributed across venues? ,abstract,Pie,workshop,workshop_paper,mark arc data workshop encoding x venue y aggregate count venue transform group x,Venue,none,count Venue,arc,"x=Venue,y=count Venue,color=none",none +Can I see a chart of venues for the workshops?,abstract,Pie,workshop,workshop_paper,mark arc data workshop encoding x venue y aggregate count venue transform group x,Venue,none,count Venue,arc,"x=Venue,y=count Venue,color=none",none +"Show me eliminations by the team in a bar chart, descending.",abstract,Bar,elimination,wrestler,mark bar data elimination encoding x team y aggregate count team transform group x sort y desc,Team,none,count Team,bar,"x=Team,y=count Team,color=none",y desc +"Can I get a graphical display of eliminations by team, sorted in descending order?",abstract,Bar,elimination,wrestler,mark bar data elimination encoding x team y aggregate count team transform group x sort y desc,Team,none,count Team,bar,"x=Team,y=count Team,color=none",y desc +"How many eliminations does each team have, in descending order? Let me see in a bar chart.",abstract,Bar,elimination,wrestler,mark bar data elimination encoding x team y aggregate count team transform group x sort y desc,Team,none,count Team,bar,"x=Team,y=count Team,color=none",y desc +Can I view eliminations by the team from most to least in a bar graph?,abstract,Bar,elimination,wrestler,mark bar data elimination encoding x team y aggregate count team transform group x sort y desc,Team,none,count Team,bar,"x=Team,y=count Team,color=none",y desc +Show me a pie chart of the wrestlers' locations.,abstract,Pie,wrestler,wrestler,mark arc data wrestler encoding x location y aggregate count location transform group x,Location,none,count Location,arc,"x=Location,y=count Location,color=none",none +What's the ratio of the locations of all wrestlers?,abstract,Pie,wrestler,wrestler,mark arc data wrestler encoding x location y aggregate count location transform group x,Location,none,count Location,arc,"x=Location,y=count Location,color=none",none +What proportion of the different locations have the wrestlers been?,abstract,Pie,wrestler,wrestler,mark arc data wrestler encoding x location y aggregate count location transform group x,Location,none,count Location,arc,"x=Location,y=count Location,color=none",none +Can I see a chart of the locations of all wrestlers?,abstract,Pie,wrestler,wrestler,mark arc data wrestler encoding x location y aggregate count location transform group x,Location,none,count Location,arc,"x=Location,y=count Location,color=none",none +Create a pie chart of the wrestler locations.,abstract,Pie,wrestler,wrestler,mark arc data wrestler encoding x location y aggregate count location transform group x,Location,none,count Location,arc,"x=Location,y=count Location,color=none",none +"Number of bookings by end date, sort x asc.",abstract,Line,Apartment_Bookings,apartment_rentals,mark line data apartment_bookings encoding x booking_end_date y aggregate count booking_end_date transform group x sort x asc,booking_end_date,none,count booking_end_date,line,"x=booking_end_date,y=count booking_end_date,color=none",x asc +How many apartments are booked each day? Chart.,abstract,Line,Apartment_Bookings,apartment_rentals,mark line data apartment_bookings encoding x booking_end_date y aggregate count booking_end_date transform group x,booking_end_date,none,count booking_end_date,line,"x=booking_end_date,y=count booking_end_date,color=none",none +Query: number of notes by date.,abstract,Line,Assessment_Notes,behavior_monitoring,mark line data assessment_notes encoding x date_of_notes y aggregate count date_of_notes transform bin x by year,date_of_notes,none,count date_of_notes,line,"x=date_of_notes,y=count date_of_notes,color=none",none +Show me the cars' weight distribution by year.,abstract,Line,CARS_DATA,car_1,mark line data cars_data encoding x year y aggregate mean weight transform group x,"Year,Weight",none,mean Weight,line,"x=Year,y=mean Weight,color=none",none +capacity over time,abstract,Line,cinema,cinema,mark line data cinema encoding x openning_year y aggregate sum capacity transform bin x by year,"Openning_year,Capacity",none,sum Capacity,line,"x=Openning_year,y=sum Capacity,color=none",none +Show budget in billions by creation date.,abstract,Line,department,department_management,mark line data department encoding x creation y aggregate mean budget_in_billions transform bin x by year,"Creation,Budget_in_Billions",none,mean Budget_in_Billions,line,"x=Creation,y=mean Budget_in_Billions,color=none",none +Budget trend by creation,abstract,Line,department,department_management,mark line data department encoding x creation y aggregate sum budget_in_billions transform group x,"Creation,Budget_in_Billions",none,sum Budget_in_Billions,line,"x=Creation,y=sum Budget_in_Billions,color=none",none +Show me the trend of when departments were created.,abstract,Line,department,department_management,mark line data department encoding x creation y aggregate count creation transform group x,Creation,none,count Creation,line,"x=Creation,y=count Creation,color=none",none +Can you give me a graph depicting departments created in each year with x asc?,abstract,Line,department,department_management,mark line data department encoding x creation y aggregate count creation transform sort x asc bin x by year,Creation,none,count Creation,line,"x=Creation,y=count Creation,color=none",x asc +When create the most departments?,abstract,Line,department,department_management,mark line data department encoding x creation y aggregate count creation transform bin x by year,Creation,none,count Creation,line,"x=Creation,y=count Creation,color=none",none +Show the number of courses by year and semester.,abstract,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x,"year,semester",none,count year,line,"x=year,y=count year,color=semester",none +Can you show me a graph based on the SECTION table that displays the increasing year of each semester?,abstract,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x sort x asc,"year,semester",none,count year,line,"x=year,y=count year,color=semester",x asc +Calendar dates and day numbers trend.,abstract,Line,Ref_calendar,cre_Doc_Tracking_DB,mark line data ref_calendar encoding x calendar_date y aggregate none day_number,"Calendar_Date,Day_Number",none,none,line,"x=Calendar_Date,y=Day_Number,color=none",none +"Number of accounts by year, group by type, x in asc order?",abstract,Grouping Line,Accounts,customers_and_invoices,mark line data accounts encoding x date_account_opened y aggregate count date_account_opened color other_account_details transform sort x asc bin x by year,"date_account_opened,other_account_details",none,count date_account_opened,line,"x=date_account_opened,y=count date_account_opened,color=other_account_details",x asc +Plot the trend accounts opened grouped by something.,abstract,Grouping Line,Accounts,customers_and_invoices,mark line data accounts encoding x date_account_opened y aggregate count date_account_opened color other_account_details transform bin x by year,"date_account_opened,other_account_details",none,count date_account_opened,line,"x=date_account_opened,y=count date_account_opened,color=other_account_details",none +Plot the relationship between the year and the planned delivery dates.,abstract,Line,BOOKINGS,cre_Drama_Workshop_Groups,mark line data bookings encoding x planned_delivery_date y aggregate count planned_delivery_date transform bin x by year,Planned_Delivery_Date,none,count Planned_Delivery_Date,line,"x=Planned_Delivery_Date,y=count Planned_Delivery_Date,color=none",none +Can we see a graph of the number of departed dogs per day?,abstract,Line,Dogs,dog_kennels,mark line data dogs encoding x date_arrived y aggregate count date_arrived transform group x,date_arrived,none,count date_arrived,line,"x=date_arrived,y=count date_arrived,color=none",none +"Show the sum of employee IDs by starting from, sorted x by Ascending.",abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum employee_id transform sort x asc bin x by year,"Start_from,Employee_ID",none,sum Employee_ID,line,"x=Start_from,y=sum Employee_ID,color=none",x asc +Can you show me the trend of the total number of employees over time in a line chart?,abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum employee_id transform bin x by year,"Start_from,Employee_ID",none,sum Employee_ID,line,"x=Start_from,y=sum Employee_ID,color=none",none +How many games each team played as a home team over time?,abstract,Grouping Line,game,game_injury,mark line data game encoding x season y aggregate count season color home_team transform group x,"Season,Home_team",none,count Season,line,"x=Season,y=count Season,color=Home_team",none +"Plot a line chart of department ID changes against hire date, for employees with salary between 8000 and 12000 and nonzero commission or department not being 40.",abstract,Line,employees,hr_1,"mark line data employees encoding x hire_date y aggregate none department_id transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","HIRE_DATE,DEPARTMENT_ID","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,line,"x=HIRE_DATE,y=DEPARTMENT_ID,color=none",none +Show me the relationship between manager_id and hire_date of employees hired before 2002-06-21 in a line chart.,abstract,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none manager_id transform filter hire_date < '2002-06-21',"HIRE_DATE,MANAGER_ID",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=MANAGER_ID,color=none",none +"Draw me a line graph to compare the payments for each payment method based on their dates, in x asc.",abstract,Grouping Line,Payments,insurance_policies,mark line data payments encoding x date_payment_made y aggregate none amount_payment color payment_method_code transform group x sort x asc,"Date_Payment_Made,Amount_Payment,Payment_Method_Code",none,none,line,"x=Date_Payment_Made,y=Amount_Payment,color=Payment_Method_Code",x asc +"Show a line chart of payment dates with an amount paid higher than 300 or payment type with 'Check', and count them.",abstract,Line,payments,products_for_hire,mark line data payments encoding x payment_date y aggregate count payment_date transform filter amount_paid > 300 or payment_type_code = 'check' group x,payment_date,amount_paid gt 300 or payment_type_code = 'Check',count payment_date,line,"x=payment_date,y=count payment_date,color=none",none +Show a graph of the trend of date to.,abstract,Line,Project_Staff,tracking_grants_for_research,mark line data project_staff encoding x date_to y aggregate count date_to transform bin x by year,date_to,none,count date_to,line,"x=date_to,y=count date_to,color=none",none +Please draw a graph showing the count of churches by year of founding.,abstract,Line,church,wedding,mark line data church encoding x open_date y aggregate count open_date transform bin x by year,Open_Date,none,count Open_Date,line,"x=Open_Date,y=count Open_Date,color=none",none +"What is the number of faculty members for each rank? Visualize in a bar chart, and order in desc by x.",original,Bar,Faculty,activity_1,mark bar data faculty encoding x rank y aggregate count rank transform group x sort x desc,Rank,none,count Rank,bar,"x=Rank,y=count Rank,color=none",x desc +Show all allergies with the number of students affected with a bar chart.,original,Bar,Has_allergy,allergy_1,mark bar data has_allergy encoding x allergy y aggregate count allergy transform group x,Allergy,none,count Allergy,bar,"x=Allergy,y=count Allergy,color=none",none +Show all allergies with the number of students affected. Show a bar chart.,original,Bar,Has_allergy,allergy_1,mark bar data has_allergy encoding x allergy y aggregate count allergy transform group x,Allergy,none,count Allergy,bar,"x=Allergy,y=count Allergy,color=none",none +Return a bar chart on what are the apartment number and the room count of each apartment. List in ascending by the bars.,original,Bar,Apartments,apartment_rentals,mark bar data apartments encoding x apt_number y aggregate none room_count transform sort x asc,"apt_number,room_count",none,none,bar,"x=apt_number,y=room_count,color=none",x asc +"Show the number of apartment bookings each day and group by booking end date with a line chart, and I want to sort by the x-axis in asc.",original,Line,Apartment_Bookings,apartment_rentals,mark line data apartment_bookings encoding x booking_end_date y aggregate count booking_end_date transform group x sort x asc,booking_end_date,none,count booking_end_date,line,"x=booking_end_date,y=count booking_end_date,color=none",x asc +Show each gender code and the corresponding count of guests sorted by the count in a descending order on a pie chart.,original,Pie,Guests,apartment_rentals,mark arc data guests encoding x gender_code y aggregate count gender_code transform group x sort y desc,gender_code,none,count gender_code,arc,"x=gender_code,y=count gender_code,color=none",y desc +"A bar chart listing the number of battle dates, and sorting the total number from low to high.",original,Bar,battle,battle_death,mark bar data battle encoding x date y aggregate count date transform group x sort y asc,date,none,count date,bar,"x=date,y=count date,color=none",y asc +A bar chart listing the number of battle dates.,original,Bar,battle,battle_death,mark bar data battle encoding x date y aggregate count date transform group x,date,none,count date,bar,"x=date,y=count date,color=none",none +A bar chart shows the distribution of Sex. Group by attribute Sex.,original,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate count sex transform group x,Sex,none,count Sex,bar,"x=Sex,y=count Sex,color=none",none +Find the amount of each sex and visualize them by a bar chart.,original,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate count sex transform group x,Sex,none,count Sex,bar,"x=Sex,y=count Sex,color=none",none +Bar chart x axis sex y axis how many sex,original,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate count sex transform group x,Sex,none,count Sex,bar,"x=Sex,y=count Sex,color=none",none +What is the relationship between People_ID and Weight? Group by attribute Sex. ,original,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight transform group sex,"People_ID,Weight,Sex",none,none,point,"x=People_ID,y=Weight,color=Sex",none +"Show me about the correlation between People_ID and Weight, and group by attribute Sex in a scatter chart.",original,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight transform group sex,"People_ID,Weight,Sex",none,none,point,"x=People_ID,y=Weight,color=Sex",none +"A scatter chart shows the correlation between People_ID and Weight, and group by attribute Sex.",original,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight transform group sex,"People_ID,Weight,Sex",none,none,point,"x=People_ID,y=Weight,color=Sex",none +"Visualize the relationship between People_ID and Weight, and group by attribute Sex.",original,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight transform group sex,"People_ID,Weight,Sex",none,none,point,"x=People_ID,y=Weight,color=Sex",none +"Visualize a scatter chart about the correlation between People_ID and Weight, and group by attribute Sex.",original,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight transform group sex,"People_ID,Weight,Sex",none,none,point,"x=People_ID,y=Weight,color=Sex",none +Scatterplot of weight vs people id by Sex.,original,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight transform group sex,"People_ID,Weight,Sex",none,none,point,"x=People_ID,y=Weight,color=Sex",none +"Plot a scatter chart, height by weight.",original,Scatter,people,body_builder,mark point data people encoding x height y aggregate none weight,"Height,Weight",none,none,point,"x=Height,y=Weight,color=none",none +Show different publishers together with the number of publications they have in a pie chart.,original,Pie,publication,book_2,mark arc data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,arc,"x=Publisher,y=count Publisher,color=none",none +Show different publishers together with the number of publications they have.,original,Pie,publication,book_2,mark arc data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,arc,"x=Publisher,y=count Publisher,color=none",none +Compute the total number across publishers as a pie chart.,original,Pie,publication,book_2,mark arc data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,arc,"x=Publisher,y=count Publisher,color=none",none +"Create a bar chart showing the total number across locations, list the y-axis in ascending order, please.",original,Bar,cinema,cinema,mark bar data cinema encoding x location y aggregate count location transform group x sort y asc,Location,none,count Location,bar,"x=Location,y=count Location,color=none",y asc +Show each location and the number of cinemas there in a bar chart. Could you order it in an ascending order by the Y-axis?,original,Bar,cinema,cinema,mark bar data cinema encoding x location y aggregate count location transform group x sort y asc,Location,none,count Location,bar,"x=Location,y=count Location,color=none",y asc +"Show each location and the number of cinemas there by a bar chart, sort from low to high by the y-axis.",original,Bar,cinema,cinema,mark bar data cinema encoding x location y aggregate count location transform group x sort y asc,Location,none,count Location,bar,"x=Location,y=count Location,color=none",y asc +A pie chart for returning the number of the countries of the mountains that have a height larger than 5000.,original,Pie,mountain,climbing,mark arc data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,arc,"x=Country,y=count Country,color=none",none +A pie chart for what are the number of countries of mountains with height bigger than 5000.,original,Pie,mountain,climbing,mark arc data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,arc,"x=Country,y=count Country,color=none",none +"Return the countries of the mountains that have a height larger than 5000, and count them by a pie chart.",original,Pie,mountain,climbing,mark arc data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,arc,"x=Country,y=count Country,color=none",none +What is the correlation between the height and prominence of mountains that do not belong to the range 'Aberdare Range'? Plot the result with a scatter chart.,original,Scatter,mountain,mountain_photos,mark point data mountain encoding x height y aggregate none prominence transform filter range != 'aberdare range',"Height,Prominence",Range != 'Aberdare Range',none,point,"x=Height,y=Prominence,color=none",none +A scatter chart showing the correlation between age and purchase time.,original,Scatter,member,coffee_shop,mark point data member encoding x time_of_purchase y aggregate none age,"Time_of_purchase,Age",none,none,point,"x=Time_of_purchase,y=Age,color=none",none +Show me a scatter plot of the time of purchase and age.,original,Scatter,member,coffee_shop,mark point data member encoding x time_of_purchase y aggregate none age,"Time_of_purchase,Age",none,none,point,"x=Time_of_purchase,y=Age,color=none",none +Show me a pie chart for what is the number of employees from each city.,original,Pie,employee,employee_hire_evaluation,mark arc data employee encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +A pie chart about what is the number of employees from each city.,original,Pie,employee,employee_hire_evaluation,mark arc data employee encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +What is the number of employees from each city? Visualize as a pie chart.,original,Pie,employee,employee_hire_evaluation,mark arc data employee encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +Count the number of employees for each city with a pie chart.,original,Pie,employee,employee_hire_evaluation,mark arc data employee encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +Count the number of employees for each city. Visualize as a pie chart.,original,Pie,employee,employee_hire_evaluation,mark arc data employee encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +Compute the total the total number across the city as a pie chart.,original,Pie,employee,employee_hire_evaluation,mark arc data employee encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +How many courses are provided in each year? Visualize as a group line chart grouping by semester. Could you list the x-axis in a descending order?,original,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x sort x desc,"year,semester",none,count year,line,"x=year,y=count year,color=semester",x desc +I want to see the trends of the total number of courses over year by semester and show from high to low by the X-axis.,original,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x sort x desc,"year,semester",none,count year,line,"x=year,y=count year,color=semester",x desc +"Find the number of courses provided in each year with a group line chart that groups by semester, and order from high to low by the X-axis.",original,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x sort x desc,"year,semester",none,count year,line,"x=year,y=count year,color=semester",x desc +Visualize a scatter chart about the correlation between Credits and DNO.,original,Scatter,COURSE,college_3,mark point data course encoding x credits y aggregate none dno,"Credits,DNO",none,none,point,"x=Credits,y=DNO,color=none",none +Return a scatter chart about the correlation between Credits and DNO.,original,Scatter,COURSE,college_3,mark point data course encoding x credits y aggregate none dno,"Credits,DNO",none,none,point,"x=Credits,y=DNO,color=none",none +What is the relationship between Credits and DNO?,original,Scatter,COURSE,college_3,mark point data course encoding x credits y aggregate none dno,"Credits,DNO",none,none,point,"x=Credits,y=DNO,color=none",none +A bar chart about what are the main industries and the total market value for each industry. I want to order the sum market value in ASC order.,original,Bar,company,gas_company,mark bar data company encoding x main_industry y aggregate sum market_value transform group x sort y asc,"Main_Industry,Market_Value",none,sum Market_Value,bar,"x=Main_Industry,y=sum Market_Value,color=none",y asc +"Draw a bar chart of the main industry versus the total number of market values, and order in ascending by the y axis.",original,Bar,company,gas_company,mark bar data company encoding x main_industry y aggregate sum market_value transform group x sort y asc,"Main_Industry,Market_Value",none,sum Market_Value,bar,"x=Main_Industry,y=sum Market_Value,color=none",y asc +"Show all main industries and the total market value in each industry, and order in ascending by the y-axis.",original,Bar,company,gas_company,mark bar data company encoding x main_industry y aggregate sum market_value transform group x sort y asc,"Main_Industry,Market_Value",none,sum Market_Value,bar,"x=Main_Industry,y=sum Market_Value,color=none",y asc +Show the relationship between the rank and market values of the companies in the banking industry and group by company with a group scatter chart.,original,Grouping Scatter,company,gas_company,mark point data company encoding x rank y aggregate none market_value transform filter main_industry = 'banking' group company,"Rank,Market_Value,Company",Main_Industry = 'Banking',none,point,"x=Rank,y=Market_Value,color=Company",none +Show all template IDs and the number of documents using each template with a scatter chart.,original,Scatter,Documents,cre_Doc_Template_Mgt,mark point data documents encoding x template_id y aggregate count template_id transform group x,Template_ID,none,count Template_ID,point,"x=Template_ID,y=count Template_ID,color=none",none +Show all template IDs and the number of documents using each template. Show the correlation.,original,Scatter,Documents,cre_Doc_Template_Mgt,mark point data documents encoding x template_id y aggregate count template_id transform group x,Template_ID,none,count Template_ID,point,"x=Template_ID,y=count Template_ID,color=none",none +"Visualize a scatter chart on what are all the different template IDs used for documents, and how many times were each of them used.",original,Scatter,Documents,cre_Doc_Template_Mgt,mark point data documents encoding x template_id y aggregate count template_id transform group x,Template_ID,none,count Template_ID,point,"x=Template_ID,y=count Template_ID,color=none",none +"Return a bar chart showing the number of templates with a version number greater than 5 for each template type code, and order the y-axis in an ascending order.",original,Bar,Templates,cre_Doc_Template_Mgt,mark bar data templates encoding x template_type_code y aggregate count template_type_code transform filter version_number > 5 group x sort y asc,Template_Type_Code,Version_Number gt 5,count Template_Type_Code,bar,"x=Template_Type_Code,y=count Template_Type_Code,color=none",y asc +"How many templates with version numbers later than 5 for each template type code? Show me a bar chart, I want to rank in ascending by the Y.",original,Bar,Templates,cre_Doc_Template_Mgt,mark bar data templates encoding x template_type_code y aggregate count template_type_code transform filter version_number > 5 group x sort y asc,Template_Type_Code,Version_Number gt 5,count Template_Type_Code,bar,"x=Template_Type_Code,y=count Template_Type_Code,color=none",y asc +"Show all template type codes and the number of templates for each with a bar chart, could you list the Y-axis in descending order, please?",original,Bar,Templates,cre_Doc_Template_Mgt,mark bar data templates encoding x template_type_code y aggregate count template_type_code transform group x sort y desc,Template_Type_Code,none,count Template_Type_Code,bar,"x=Template_Type_Code,y=count Template_Type_Code,color=none",y desc +"Visualize a bar chart for what are the different template type codes, and how many templates correspond to each, and I want to show by the y-axis in desc.",original,Bar,Templates,cre_Doc_Template_Mgt,mark bar data templates encoding x template_type_code y aggregate count template_type_code transform group x sort y desc,Template_Type_Code,none,count Template_Type_Code,bar,"x=Template_Type_Code,y=count Template_Type_Code,color=none",y desc +Scatter plot to show template id on the x-axis and version_number on the y-axis.,original,Scatter,Templates,cre_Doc_Template_Mgt,mark point data templates encoding x template_id y aggregate none version_number,"Template_ID,Version_Number",none,none,point,"x=Template_ID,y=Version_Number,color=none",none +Show the number of documents for each location code in a pie chart.,original,Pie,Document_locations,cre_Doc_Tracking_DB,mark arc data document_locations encoding x location_code y aggregate count location_code transform group x,Location_Code,none,count Location_Code,arc,"x=Location_Code,y=count Location_Code,color=none",none +How many documents are for different location codes? Plot a pie chart to show the proportion.,original,Pie,Document_locations,cre_Doc_Tracking_DB,mark arc data document_locations encoding x location_code y aggregate count location_code transform group x,Location_Code,none,count Location_Code,arc,"x=Location_Code,y=count Location_Code,color=none",none +Compute the total number of location codes across location codes as a pie chart.,original,Pie,Document_locations,cre_Doc_Tracking_DB,mark arc data document_locations encoding x location_code y aggregate count location_code transform group x,Location_Code,none,count Location_Code,arc,"x=Location_Code,y=count Location_Code,color=none",none +Return a line on what are all the calendar dates and day Numbers. and order from low to high by the x-axis.,original,Line,Ref_calendar,cre_Doc_Tracking_DB,mark line data ref_calendar encoding x calendar_date y aggregate none day_number transform sort x asc,"Calendar_Date,Day_Number",none,none,line,"x=Calendar_Date,y=Day_Number,color=none",x asc +Show different ways to get to attractions and the number of attractions that can be accessed correspondingly in a pie chart.,original,Pie,Tourist_Attractions,cre_Theme_park,mark arc data tourist_attractions encoding x how_to_get_there y aggregate count how_to_get_there transform group x,How_to_Get_There,none,count How_to_Get_There,arc,"x=How_to_Get_There,y=count How_to_Get_There,color=none",none +Give the minimum product price for each product type in a pie chart.,original,Pie,products,department_store,mark arc data products encoding x product_type_code y aggregate min product_price transform group x,"product_type_code,product_price",none,min product_price,arc,"x=product_type_code,y=min product_price,color=none",none +Can you draw a bar chart to show the number of items in each customer details category? I want to order in asc by the total number.,original,Bar,Customers,local_govt_and_lot,mark bar data customers encoding x customer_details y aggregate count customer_details transform group x sort y asc,customer_details,none,count customer_details,bar,"x=customer_details,y=count customer_details,color=none",y asc +"Show all distinct product categories along with the number of mailshots in each category. Visualize by bar chart, and rank the x-axis from high to low order, please.",original,Bar,mailshot_campaigns,customers_campaigns_ecommerce,mark bar data mailshot_campaigns encoding x product_category y aggregate count product_category transform group x sort x desc,product_category,none,count product_category,bar,"x=product_category,y=count product_category,color=none",x desc +Show all distinct product categories along with the number of mailshots in each category in a pie chart.,original,Pie,mailshot_campaigns,customers_campaigns_ecommerce,mark arc data mailshot_campaigns encoding x product_category y aggregate count product_category transform group x,product_category,none,count product_category,arc,"x=product_category,y=count product_category,color=none",none +"Show me the total number by outcome code in a histogram, sort by the X in ascending.",original,Bar,mailshot_customers,customers_campaigns_ecommerce,mark bar data mailshot_customers encoding x outcome_code y aggregate count outcome_code transform group x sort x asc,outcome_code,none,count outcome_code,bar,"x=outcome_code,y=count outcome_code,color=none",x asc +Show the outcome code of mailshots along with the number of mailshots in each outcome code with a pie chart.,original,Pie,mailshot_customers,customers_campaigns_ecommerce,mark arc data mailshot_customers encoding x outcome_code y aggregate count outcome_code transform group x,outcome_code,none,count outcome_code,arc,"x=outcome_code,y=count outcome_code,color=none",none +How many debates are held for each venue? Show a pie chart.,original,Pie,debate,debate,mark arc data debate encoding x venue y aggregate count venue transform group x,Venue,none,count Venue,arc,"x=Venue,y=count Venue,color=none",none +"How many dogs departed each day? Visualize with a line chart that groups by departed date, display in asc by the X-axis.",original,Line,Dogs,dog_kennels,mark line data dogs encoding x date_arrived y aggregate count date_arrived transform group x sort x asc,date_arrived,none,count date_arrived,line,"x=date_arrived,y=count date_arrived,color=none",x asc +Show the relationship between the age and weight of the dogs who have been abandoned in a group scatter chart that groups by dog's name.,original,Grouping Scatter,Dogs,dog_kennels,mark point data dogs encoding x age y aggregate none weight transform filter abandoned_yn = 1 group name,"age,weight,name",abandoned_yn = 1,none,point,"x=age,y=weight,color=name",none +Visualize a pie chart with how much each charge type costs. List both charge type and amount.,original,Pie,Charges,dog_kennels,mark arc data charges encoding x charge_type y aggregate none charge_amount,"charge_type,charge_amount",none,none,arc,"x=charge_type,y=charge_amount,color=none",none +Show the county name and population of all counties with a pie chart.,original,Pie,county,election,mark arc data county encoding x county_name y aggregate none population,"County_name,Population",none,none,arc,"x=County_name,y=Population,color=none",none +How many representatives are in each party? Visualize with a pie chart.,original,Pie,representative,election_representative,mark arc data representative encoding x party y aggregate count party transform group x,Party,none,count Party,arc,"x=Party,y=count Party,color=none",none +Show all origins and the number of flights from each origin by a bar chart.,original,Bar,Flight,flight_1,mark bar data flight encoding x origin y aggregate count origin transform group x,origin,none,count origin,bar,"x=origin,y=count origin,color=none",none +Visualize a bar chart for how many students play each sport. and show a total number from low to high order.,original,Bar,Sportsinfo,game_1,mark bar data sportsinfo encoding x sportname y aggregate count sportname transform group x sort y asc,SportName,none,count SportName,bar,"x=SportName,y=count SportName,color=none",y asc +Show all sports names and the number of students on a bar chart.,original,Bar,Sportsinfo,game_1,mark bar data sportsinfo encoding x sportname y aggregate count sportname transform group x,SportName,none,count SportName,bar,"x=SportName,y=count SportName,color=none",none +How many injured players not suffering from injury of 'Knee problem' in each match? Show me a bar chart grouping by number of matches.,original,Bar,injury_accident,game_injury,mark bar data injury_accident encoding x number_of_matches y aggregate count number_of_matches transform filter injury != 'knee problem' group x,Number_of_matches,Injury != 'Knee problem',count Number_of_matches,bar,"x=Number_of_matches,y=count Number_of_matches,color=none",none +"How many injured players not suffering from injury of 'Knee problem' in each match? Show me a bar chart grouping by the number of matches, I want to display from high to low by the bar, please.",original,Bar,injury_accident,game_injury,mark bar data injury_accident encoding x number_of_matches y aggregate count number_of_matches transform filter injury != 'knee problem' group x sort x desc,Number_of_matches,Injury != 'Knee problem',count Number_of_matches,bar,"x=Number_of_matches,y=count Number_of_matches,color=none",x desc +"For those employees whose salary is in the range of 8000 and 12000 and commission is not null or department number is not equal to 40, visualize the relationship between commission_pct and department_id.",original,Scatter,employees,hr_1,"mark point data employees encoding x commission_pct y aggregate none department_id transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","COMMISSION_PCT,DEPARTMENT_ID","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,point,"x=COMMISSION_PCT,y=DEPARTMENT_ID,color=none",none +"Just show the employee's last name and their department's ID using a bar chart, and could you rank the bar in ASC order, please?",original,Bar,employees,hr_1,mark bar data employees encoding x last_name y aggregate none department_id transform sort x asc,"LAST_NAME,DEPARTMENT_ID",none,none,bar,"x=LAST_NAME,y=DEPARTMENT_ID,color=none",x asc +"Group and count the city attribute of the location table to visualize a bar chart, rank by how many cities in desc.",original,Bar,locations,hr_1,mark bar data locations encoding x city y aggregate count city transform group x sort y desc,CITY,none,count CITY,bar,"x=CITY,y=count CITY,color=none",y desc +Return a bar chart on how many rooms have king beds. Report the number for each decor type and order by the X-axis in ascending please.,original,Bar,Rooms,inn_1,"mark bar data rooms encoding x decor y aggregate count decor transform filter bedtype = ""king"" group x sort x asc",decor,"bedType = ""King""",count decor,bar,"x=decor,y=count decor,color=none",x asc +"Give me a line chart to show the trend of the amount of each payment of different payment methods, ordered by the payment date in an ascending order.",original,Grouping Line,Payments,insurance_policies,mark line data payments encoding x date_payment_made y aggregate none amount_payment color payment_method_code transform group x sort x asc,"Date_Payment_Made,Amount_Payment,Payment_Method_Code",none,none,line,"x=Date_Payment_Made,y=Amount_Payment,color=Payment_Method_Code",x asc +"Compare the number of participants in each participant type code using a bar chart, and could you rank from low to high by the Y-axis, please?",original,Bar,Participants,local_govt_in_alabama,mark bar data participants encoding x participant_type_code y aggregate count participant_type_code transform group x sort y asc,Participant_Type_Code,none,count Participant_Type_Code,bar,"x=Participant_Type_Code,y=count Participant_Type_Code,color=none",y asc +Return a pie chart to show the proportion of participant-type code.,original,Pie,Participants,local_govt_in_alabama,mark arc data participants encoding x participant_type_code y aggregate count participant_type_code transform group x,Participant_Type_Code,none,count Participant_Type_Code,arc,"x=Participant_Type_Code,y=count Participant_Type_Code,color=none",none +"List all information about the customer master index, and sort them by details in descending order in a bar chart.",original,Bar,customer_master_index,local_govt_mdm,mark bar data customer_master_index encoding x cmi_details y aggregate none master_customer_id transform sort x desc,"cmi_details,master_customer_id",none,none,bar,"x=cmi_details,y=master_customer_id,color=none",x desc +List the council tax IDs and their related CMI cross references of all the parking fines by a scatter chart.,original,Scatter,parking_fines,local_govt_mdm,mark point data parking_fines encoding x council_tax_id y aggregate none cmi_cross_ref_id,"council_tax_id,cmi_cross_ref_id",none,none,point,"x=council_tax_id,y=cmi_cross_ref_id,color=none",none +"For each file format, return the number of songs in that format. Show the bar chart, and order bar from high to low order.",original,Bar,files,music_1,mark bar data files encoding x formats y aggregate count formats transform group x sort x desc,formats,none,count formats,bar,"x=formats,y=count formats,color=none",x desc +"For each file format, return the number of released songs in that format. Show bar chart.",original,Bar,files,music_1,mark bar data files encoding x formats y aggregate count formats transform group x,formats,none,count formats,bar,"x=formats,y=count formats,color=none",none +"List the names of all genres in alphabetical order, together with their ratings in a bar chart.",original,Bar,genre,music_1,mark bar data genre encoding x g_name y aggregate none rating transform sort x,"g_name,rating",none,none,bar,"x=g_name,y=rating,color=none",x asc +"A bar chart about how many music festivals have had each kind of result, ordered descending by count.",original,Bar,music_festival,music_4,mark bar data music_festival encoding x result y aggregate count result transform group x sort y desc,Result,none,count Result,bar,"x=Result,y=count Result,color=none",y desc +"Bar chart x axis name y axis age, and rank Y in an asc order.",original,Bar,artist,theme_gallery,mark bar data artist encoding x name y aggregate none age transform sort y asc,"Name,Age",none,none,bar,"x=Name,y=Age,color=none",y asc +Visualize a bar chart for what is the average age for different job titles.,original,Bar,Person,network_2,mark bar data person encoding x job y aggregate mean age transform group x,"job,age",none,mean age,bar,"x=job,y=mean age,color=none",none +Give the proportion of how many people are under 40 for each gender.,original,Pie,Person,network_2,mark arc data person encoding x gender y aggregate count gender transform filter age < 40 group x,gender,age lt 40,count gender,arc,"x=gender,y=count gender,color=none",none +Show me a pie chart for what are the nationalities and the total ages of journalists.,original,Pie,journalist,news_report,mark arc data journalist encoding x nationality y aggregate sum age transform group x,"Nationality,Age",none,sum Age,arc,"x=Nationality,y=sum Age,color=none",none +Display a bar chart for how many orchestras each record company manages and display by the Y in ascending.,original,Bar,orchestra,orchestra,mark bar data orchestra encoding x record_company y aggregate count record_company transform group x sort y asc,Record_Company,none,count Record_Company,bar,"x=Record_Company,y=count Record_Company,color=none",y asc +Display a bar chart for how many orchestras each record company manages.,original,Bar,orchestra,orchestra,mark bar data orchestra encoding x record_company y aggregate count record_company transform group x,Record_Company,none,count Record_Company,bar,"x=Record_Company,y=count Record_Company,color=none",none +"Display a bar chart for which catalog contents have a price above 700 dollars. Show their catalog entry names and capacities, I want to show them in desc by the y-axis.",original,Bar,Catalog_Contents,product_catalog,mark bar data catalog_contents encoding x catalog_entry_name y aggregate none capacity transform filter price_in_dollars > 700 sort y desc,"catalog_entry_name,capacity",price_in_dollars gt 700,none,bar,"x=catalog_entry_name,y=capacity,color=none",y desc +"What is the payment date of the payment with an amount paid higher than 300 or with payment type 'Check', count them by a line chart, and show X from high to low order.",original,Line,payments,products_for_hire,mark line data payments encoding x payment_date y aggregate count payment_date transform filter amount_paid > 300 or payment_type_code = 'check' group x sort x desc,payment_date,amount_paid gt 300 or payment_type_code = 'Check',count payment_date,line,"x=payment_date,y=count payment_date,color=none",x desc +"What is the payment date of the payment with the amount paid higher than 300 or with the payment type 'Check', count them by a line chart.",original,Line,payments,products_for_hire,mark line data payments encoding x payment_date y aggregate count payment_date transform filter amount_paid > 300 or payment_type_code = 'check' group x,payment_date,amount_paid gt 300 or payment_type_code = 'Check',count payment_date,line,"x=payment_date,y=count payment_date,color=none",none +Count the number of programs broadcast for each time section of a day by a pie chart.,original,Pie,broadcast,program_share,mark arc data broadcast encoding x time_of_day y aggregate count time_of_day transform group x,Time_of_day,none,count Time_of_day,arc,"x=Time_of_day,y=count Time_of_day,color=none",none +"Plot the total number by grouped by time of day as a bar graph, and list from high to low by the names.",original,Bar,broadcast,program_share,mark bar data broadcast encoding x time_of_day y aggregate count time_of_day transform group x sort x desc,Time_of_day,none,count Time_of_day,bar,"x=Time_of_day,y=count Time_of_day,color=none",x desc +"How many apartment bookings are in each day? Show me a line chart grouping by booking end date, and I want to sort by the x-axis in asc.",original,Line,Apartment_Bookings,apartment_rentals,mark line data apartment_bookings encoding x booking_end_date y aggregate count booking_end_date transform group x sort x asc,booking_end_date,none,count booking_end_date,line,"x=booking_end_date,y=count booking_end_date,color=none",x asc +Show the number of apartment bookings each day and group by booking end date with a line chart.,original,Line,Apartment_Bookings,apartment_rentals,mark line data apartment_bookings encoding x booking_end_date y aggregate count booking_end_date transform group x,booking_end_date,none,count booking_end_date,line,"x=booking_end_date,y=count booking_end_date,color=none",none +I want to see the trend of the number of date of notes by date of notes,original,Line,Assessment_Notes,behavior_monitoring,mark line data assessment_notes encoding x date_of_notes y aggregate count date_of_notes transform bin x by year,date_of_notes,none,count date_of_notes,line,"x=date_of_notes,y=count date_of_notes,color=none",none +Show me a line chart for what is the average weight and year for each year.,original,Line,CARS_DATA,car_1,mark line data cars_data encoding x year y aggregate mean weight transform group x,"Year,Weight",none,mean Weight,line,"x=Year,y=mean Weight,color=none",none +What is the sum of the capacity of cinemas open for each year? Return a line chart.,original,Line,cinema,cinema,mark line data cinema encoding x openning_year y aggregate sum capacity transform bin x by year,"Openning_year,Capacity",none,sum Capacity,line,"x=Openning_year,y=sum Capacity,color=none",none +Show the average budget for each year and bin creation time by year in a line chart.,original,Line,department,department_management,mark line data department encoding x creation y aggregate mean budget_in_billions transform bin x by year,"Creation,Budget_in_Billions",none,mean Budget_in_Billions,line,"x=Creation,y=mean Budget_in_Billions,color=none",none +Show the sum of the budget in different years and group by department creation time with a line chart.,original,Line,department,department_management,mark line data department encoding x creation y aggregate sum budget_in_billions transform group x,"Creation,Budget_in_Billions",none,sum Budget_in_Billions,line,"x=Creation,y=sum Budget_in_Billions,color=none",none +I want to see the trend of the number of creations.,original,Line,department,department_management,mark line data department encoding x creation y aggregate count creation transform group x,Creation,none,count Creation,line,"x=Creation,y=count Creation,color=none",none +"Show me a line chart of how the number of creations changes over the creation, and display the X-axis in asc order.",original,Line,department,department_management,mark line data department encoding x creation y aggregate count creation transform sort x asc bin x by year,Creation,none,count Creation,line,"x=Creation,y=count Creation,color=none",x asc +Show me a line chart of how the number of creations changes over the creation.,original,Line,department,department_management,mark line data department encoding x creation y aggregate count creation transform bin x by year,Creation,none,count Creation,line,"x=Creation,y=count Creation,color=none",none +How many courses are provided in each year? Visualize with a group line chart grouping by semester.,original,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x,"year,semester",none,count year,line,"x=year,y=count year,color=semester",none +"I want to see the trend of the total number over year by semester, sorted in an ascending order by the X.",original,Grouping Line,SECTION,college_2,mark line data section encoding x year y aggregate count year color semester transform group x sort x asc,"year,semester",none,count year,line,"x=year,y=count year,color=semester",x asc +Show all calendar dates and day Numbers. Plot them as a line chart.,original,Line,Ref_calendar,cre_Doc_Tracking_DB,mark line data ref_calendar encoding x calendar_date y aggregate none day_number,"Calendar_Date,Day_Number",none,none,line,"x=Calendar_Date,y=Day_Number,color=none",none +"How many accounts are opened in each year? Show a group line chart that groups by other account details, and could you display the X-axis in ascending order?",original,Grouping Line,Accounts,customers_and_invoices,mark line data accounts encoding x date_account_opened y aggregate count date_account_opened color other_account_details transform sort x asc bin x by year,"date_account_opened,other_account_details",none,count date_account_opened,line,"x=date_account_opened,y=count date_account_opened,color=other_account_details",x asc +Show the number of accounts opened in each year for all accounts and group by other account details in a group line chart.,original,Grouping Line,Accounts,customers_and_invoices,mark line data accounts encoding x date_account_opened y aggregate count date_account_opened color other_account_details transform bin x by year,"date_account_opened,other_account_details",none,count date_account_opened,line,"x=date_account_opened,y=count date_account_opened,color=other_account_details",none +Visualize the general trend of the number of planned delivery dates over the planned delivery date.,original,Line,BOOKINGS,cre_Drama_Workshop_Groups,mark line data bookings encoding x planned_delivery_date y aggregate count planned_delivery_date transform bin x by year,Planned_Delivery_Date,none,count Planned_Delivery_Date,line,"x=Planned_Delivery_Date,y=count Planned_Delivery_Date,color=none",none +How many dogs departed each day? Visualize with a line chart that groups by departed date.,original,Line,Dogs,dog_kennels,mark line data dogs encoding x date_arrived y aggregate count date_arrived transform group x,date_arrived,none,count date_arrived,line,"x=date_arrived,y=count date_arrived,color=none",none +"Show me the change of the sum of Employee_ID over Start_from bin Start_from by time in a line chart, and sort Start_from in ascending order.",original,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum employee_id transform sort x asc bin x by year,"Start_from,Employee_ID",none,sum Employee_ID,line,"x=Start_from,y=sum Employee_ID,color=none",x asc +Draw a line chart about the change of the sum of Employee_ID over Start_from bin Start_from by time.,original,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum employee_id transform bin x by year,"Start_from,Employee_ID",none,sum Employee_ID,line,"x=Start_from,y=sum Employee_ID,color=none",none +I want to see the trend of the number of the season over the season by Home_team,original,Grouping Line,game,game_injury,mark line data game encoding x season y aggregate count season color home_team transform group x,"Season,Home_team",none,count Season,line,"x=Season,y=count Season,color=Home_team",none +"For those employees whose salary is in the range of 8000 and 12000 and whose commission is not null or whose department number does not equal 40, show me the trend about department_id over hire_date with a line chart.",original,Line,employees,hr_1,"mark line data employees encoding x hire_date y aggregate none department_id transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","HIRE_DATE,DEPARTMENT_ID","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,line,"x=HIRE_DATE,y=DEPARTMENT_ID,color=none",none +"For those employees who were hired before 2002-06-21, draw a line chart about the change of manager_id over hire_date.",original,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none manager_id transform filter hire_date < '2002-06-21',"HIRE_DATE,MANAGER_ID",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=MANAGER_ID,color=none",none +"Give me a line chart to show the trend of the amount of each payment of different payment methods, ordered by the payment date in ascending order.",original,Grouping Line,Payments,insurance_policies,mark line data payments encoding x date_payment_made y aggregate none amount_payment color payment_method_code transform group x sort x asc,"Date_Payment_Made,Amount_Payment,Payment_Method_Code",none,none,line,"x=Date_Payment_Made,y=Amount_Payment,color=Payment_Method_Code",x asc +"What is the payment date of the payment with the amount paid higher than 300 or with the payment type 'Check', count them by a line chart.",original,Line,payments,products_for_hire,mark line data payments encoding x payment_date y aggregate count payment_date transform filter amount_paid > 300 or payment_type_code = 'check' group x,payment_date,amount_paid gt 300 or payment_type_code = 'Check',count payment_date,line,"x=payment_date,y=count payment_date,color=none",none +When do all the researcher role staff stop working? Bin the time into YEAR intervals and count them with a line chart.,original,Line,Project_Staff,tracking_grants_for_research,mark line data project_staff encoding x date_to y aggregate count date_to transform bin x by year,date_to,none,count date_to,line,"x=date_to,y=count date_to,color=none",none +Please show the trend of the number of churches by open date (bin into the year) using a line chart.,original,Line,church,wedding,mark line data church encoding x open_date y aggregate count open_date transform bin x by year,Open_Date,none,count Open_Date,line,"x=Open_Date,y=count Open_Date,color=none",none