diff --git "a/csv_datasets/train_set.csv" "b/csv_datasets/train_set.csv" new file mode 100644--- /dev/null +++ "b/csv_datasets/train_set.csv" @@ -0,0 +1,1539 @@ +nl,nl type,chart,table name,database,label,column,filter,aggregate,mark,encoding,sort +What does the composition of faculty members look like based on their roles?,abstract,Pie,Faculty,activity_1,mark arc data faculty encoding x rank y aggregate count rank transform group x,Rank,none,count Rank,arc,"x=Rank,y=count Rank,color=none",none +Can you give me a chart for the assistant professors based on their gender?,abstract,Bar,Faculty,activity_1,"mark bar data faculty encoding x sex y aggregate count sex transform filter rank = ""asstprof"" group x ",Sex,"Rank = ""AsstProf""",count Sex,bar,"x=Sex,y=count Sex,color=none",none +I need a chart that gives an overview of the gender and rank composition of the faculty.,abstract,Stacked Bar,Faculty,activity_1,mark bar data faculty encoding x rank y aggregate count rank color sex transform group x,"Rank,Sex",none,count Rank,bar,"x=Rank,y=count Rank,color=Sex",none +What's the variety of aircraft descriptions?,abstract,Pie,aircraft,aircraft,mark arc data aircraft encoding x description y aggregate count description transform group x,Description,none,count Description,arc,"x=Description,y=count Description,color=none",none +What are the descriptions of the aircraft and how many of each type are there?,abstract,Bar,aircraft,aircraft,mark bar data aircraft encoding x description y aggregate count description transform group x sort x asc,Description,none,count Description,bar,"x=Description,y=count Description,color=none",x asc +Show me how many female students are not majoring in 600 and are older than 18 based on their first names.,abstract,Bar,Student,restaurant_1,mark bar data student encoding x fname y aggregate count fname transform filter age > 18 and major != 600 and sex = 'f' group x ,Fname,Age gt 18 and Major != 600 and Sex = 'F',count Fname,bar,"x=Fname,y=count Fname,color=none",none +What's the distribution of female students based on last name?,abstract,Bar,Student,allergy_1,mark bar data student encoding x lname y aggregate count lname transform filter sex = 'f' group x,LName,Sex = 'F',count LName,bar,"x=LName,y=count LName,color=none",none +Show me the distribution of first names of female students who are older than 18 and not majoring in 600.,abstract,Pie,Student,restaurant_1,mark arc data student encoding x fname y aggregate count fname transform filter age > 18 and major != 600 and sex = 'f' group x,Fname,Age gt 18 and Major != 600 and Sex = 'F',count Fname,arc,"x=Fname,y=count Fname,color=none",none +"Give me a picture of how many allergies are in each category, with the most popular types at the top. ",abstract,Bar,Allergy_type,allergy_1,mark bar data allergy_type encoding x allergytype y aggregate count allergytype transform group x sort y desc,AllergyType,none,count AllergyType,bar,"x=AllergyType,y=count AllergyType,color=none",y desc +Chart the types of allergies and how many there are.,abstract,Bar,Allergy_type,allergy_1,mark bar data allergy_type encoding x allergytype y aggregate count allergytype transform group x,AllergyType,none,count AllergyType,bar,"x=AllergyType,y=count AllergyType,color=none",none +Give me an idea of how different types of allergies are distributed.,abstract,Pie,Allergy_type,allergy_1,mark arc data allergy_type encoding x allergytype y aggregate count allergytype transform group x,AllergyType,none,count AllergyType,arc,"x=AllergyType,y=count AllergyType,color=none",none +Group aprtments by type,abstract,Pie,Apartments,apartment_rentals,mark arc data apartments encoding x apt_type_code y aggregate count apt_type_code transform group x ,apt_type_code,none,count apt_type_code,arc,"x=apt_type_code,y=count apt_type_code,color=none",none +How are apartments grouped?,abstract,Pie,Apartments,apartment_rentals,mark arc data apartments encoding x apt_type_code y aggregate count apt_type_code transform group x ,apt_type_code,none,count apt_type_code,arc,"x=apt_type_code,y=count apt_type_code,color=none",none +Chart the number of bookings by status.,abstract,Bar,Apartment_Bookings,apartment_rentals,mark bar data apartment_bookings encoding x booking_status_code y aggregate count booking_status_code transform group x ,booking_status_code,none,count booking_status_code,bar,"x=booking_status_code,y=count booking_status_code,color=none",none +"How about a bar chart of the booking status codes, ordered by the number of bookings",abstract,Bar,Apartment_Bookings,apartment_rentals,mark bar data apartment_bookings encoding x booking_status_code y aggregate count booking_status_code transform group x sort y desc,booking_status_code,none,count booking_status_code,bar,"x=booking_status_code,y=count booking_status_code,color=none",y desc +How are bookings distributed across different status codes?,abstract,Pie,Apartment_Bookings,apartment_rentals,mark arc data apartment_bookings encoding x booking_status_code y aggregate count booking_status_code transform group x,booking_status_code,none,count booking_status_code,arc,"x=booking_status_code,y=count booking_status_code,color=none",none +How can I see the quantity of assets grouped by make in a chart?,abstract,Bar,Assets,assets_maintenance,mark bar data assets encoding x asset_make y aggregate count asset_make transform group x ,asset_make,none,count asset_make,bar,"x=asset_make,y=count asset_make,color=none",none +Show me a graph of asset statistics with different groupings.,abstract,Bar,Assets,assets_maintenance,mark bar data assets encoding x asset_make y aggregate count asset_make transform group x ,asset_make,none,count asset_make,bar,"x=asset_make,y=count asset_make,color=none",none +Can you visualize the distribution of assets based on the make?,abstract,Bar,Assets,assets_maintenance,mark bar data assets encoding x asset_make y aggregate count asset_make transform group x,asset_make,none,count asset_make,bar,"x=asset_make,y=count asset_make,color=none",none +Show me how players entering the Hall of Fame have changed over time.,abstract,Line,hall_of_fame,baseball_1,mark line data hall_of_fame encoding x yearid y aggregate count yearid transform group x,yearid,none,count yearid,line,"x=yearid,y=count yearid,color=none",none +Could you show me the results of past battles except the bulgarian commander Boril? ,abstract,Bar,battle,battle_death,mark bar data battle encoding x result y aggregate count result transform filter bulgarian_commander != 'boril' group x ,result,bulgarian_commander != 'Boril',count result,bar,"x=result,y=count result,color=none",none +I'm curious about how the Bulgarian commanders have fared historically except Boril.,abstract,Bar,battle,battle_death,mark bar data battle encoding x result y aggregate count result transform filter bulgarian_commander != 'boril' group x ,result,bulgarian_commander != 'Boril',count result,bar,"x=result,y=count result,color=none",none +Display the battle results of commanders who are not named Boril.,abstract,Bar,battle,battle_death,mark bar data battle encoding x result y aggregate count result transform filter bulgarian_commander != 'boril' group x ,result,bulgarian_commander != 'Boril',count result,bar,"x=result,y=count result,color=none",none +Results of battles where the Bulgarian commander wasn't 'Boril.',abstract,Pie,battle,battle_death,mark arc data battle encoding x result y aggregate count result transform filter bulgarian_commander != 'boril' group x,result,bulgarian_commander != 'Boril',count result,arc,"x=result,y=count result,color=none",none +I'm wondering how many teachers have the same last name.,abstract,Bar,Teachers,behavior_monitoring,mark bar data teachers encoding x last_name y aggregate count last_name transform group x ,last_name,none,count last_name,bar,"x=last_name,y=count last_name,color=none",none +"Summarize the incident type ""NOISE"" with end dates.",abstract,Bar,Behavior_Incident,behavior_monitoring,"mark bar data behavior_incident encoding x date_incident_end y aggregate count date_incident_end transform filter incident_type_code = ""noise"" group x",date_incident_end,"incident_type_code = ""NOISE""",count date_incident_end,bar,"x=date_incident_end,y=count date_incident_end,color=none",none +Passenger distribution among stations located outside of London.,abstract,Pie,station,train_station,mark arc data station encoding x name y aggregate none total_passengers transform filter location != 'london',"Name,Total_Passengers",Location != 'London',none,arc,"x=Name,y=Total_Passengers,color=none",none +Which location has the highest passenger traffic?,abstract,Bar,station,train_station,mark bar data station encoding x location y aggregate sum total_passengers transform group x sort y desc,"Location,Total_Passengers",none,sum Total_Passengers,bar,"x=Location,y=sum Total_Passengers,color=none",y desc +Display the changes in the number of stations in the station table over time.,abstract,Line,station,bike_1,mark line data station encoding x installation_date y aggregate count installation_date transform group x,installation_date,none,count installation_date,line,"x=installation_date,y=count installation_date,color=none",none +Show me a chart that demonstrates the pattern of the stations' installation dates in the station table.,abstract,Line,station,bike_1,mark line data station encoding x installation_date y aggregate count installation_date transform group x,installation_date,none,count installation_date,line,"x=installation_date,y=count installation_date,color=none",none +How do passenger numbers relate to the number of platforms at various locations? ,abstract,Grouping Scatter,station,train_station,mark point data station encoding x sum(number_of_platforms) y aggregate sum total_passengers transform group location,"Number_of_Platforms,Total_Passengers,Location",none,"sum Number_of_Platforms,sum Total_Passengers",point,"x=sum Number_of_Platforms,y=sum Total_Passengers,color=Location",none +"Can you generate a chart that highlights how passenger traffic and platform usage are related, with location as a distinguishing factor?",abstract,Grouping Scatter,station,train_station,mark point data station encoding x sum(number_of_platforms) y aggregate sum total_passengers transform group location,"Number_of_Platforms,Total_Passengers,Location",none,"sum Number_of_Platforms,sum Total_Passengers",point,"x=sum Number_of_Platforms,y=sum Total_Passengers,color=Location",none +I'm interested in seeing the distribution of services offered by stations across different local authorities.,abstract,Stacked Bar,station,station_weather,mark bar data station encoding x services y aggregate count services color local_authority transform group x,"services,local_authority",none,count services,bar,"x=services,y=count services,color=local_authority",none +What is the breakdown of services by local authorities for the stations in the network?,abstract,Stacked Bar,station,station_weather,mark bar data station encoding x services y aggregate count services color local_authority transform group x,"services,local_authority",none,count services,bar,"x=services,y=count services,color=local_authority",none +Show me a chart that compares the different services offered by each station.,abstract,Stacked Bar,station,station_weather,mark bar data station encoding x services y aggregate count services color local_authority transform group x,"services,local_authority",none,count services,bar,"x=services,y=count services,color=local_authority",none +I want to see a graph of the start stations for a significant amount of trips.,abstract,Bar,trip,bike_1,mark bar data trip encoding x start_station_name y aggregate none start_station_id transform ,"start_station_name,start_station_id",none,none,bar,"x=start_station_name,y=start_station_id,color=none",none +The start stations for a large number of trips.,abstract,Bar,trip,bike_1,mark bar data trip encoding x start_station_name y aggregate none start_station_id transform ,"start_station_name,start_station_id",none,none,bar,"x=start_station_name,y=start_station_id,color=none",none +Can you show me a graph of average weights for each gender?,abstract,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate mean weight transform group x ,"Sex,Weight",none,mean Weight,bar,"x=Sex,y=mean Weight,color=none",none +Weight averages by gender.,abstract,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate mean weight transform group x ,"Sex,Weight",none,mean Weight,bar,"x=Sex,y=mean Weight,color=none",none +"Give me a bar graph of how many individuals in the table are over 85, separated by gender.",abstract,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate count sex transform filter weight > 85 group x ,Sex,Weight gt 85,count Sex,bar,"x=Sex,y=count Sex,color=none",none +Can you make a chart of the distribution of heavier people among men and women? ,abstract,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate count sex transform filter weight > 85 group x ,Sex,Weight gt 85,count Sex,bar,"x=Sex,y=count Sex,color=none",none +How much do men and women weigh on average?,abstract,Pie,people,candidate_poll,mark arc data people encoding x sex y aggregate mean weight transform group x,"Sex,Weight",none,mean Weight,arc,"x=Sex,y=mean Weight,color=none",none + I want to see a chart of men's and women's weight.,abstract,Pie,people,candidate_poll,mark arc data people encoding x sex y aggregate mean weight transform group x,"Sex,Weight",none,mean Weight,arc,"x=Sex,y=mean Weight,color=none",none +How do snatch scores compare to clean and jerk scores?,abstract,Scatter,body_builder,body_builder,mark point data body_builder encoding x snatch y aggregate none clean_jerk,"Snatch,Clean_Jerk",none,none,point,"x=Snatch,y=Clean_Jerk,color=none",none +Can I see a visual representation of the relationship between snatch and clean and jerk,abstract,Scatter,body_builder,body_builder,mark point data body_builder encoding x snatch y aggregate none clean_jerk,"Snatch,Clean_Jerk",none,none,point,"x=Snatch,y=Clean_Jerk,color=none",none +I want to see a comparison of snatch and clean and jerk scores in a graph.,abstract,Scatter,body_builder,body_builder,mark point data body_builder encoding x snatch y aggregate none clean_jerk,"Snatch,Clean_Jerk",none,none,point,"x=Snatch,y=Clean_Jerk,color=none",none +show the snatch and clean_jerk scores.,abstract,Scatter,body_builder,body_builder,mark point data body_builder encoding x snatch y aggregate none clean_jerk,"Snatch,Clean_Jerk",none,none,point,"x=Snatch,y=Clean_Jerk,color=none",none +Display the data on snatch and clean jerk.,abstract,Scatter,body_builder,body_builder,mark point data body_builder encoding x snatch y aggregate none clean_jerk,"Snatch,Clean_Jerk",none,none,point,"x=Snatch,y=Clean_Jerk,color=none",none +How many books different publishers have published?,abstract,Bar,publication,book_2,mark bar data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,bar,"x=Publisher,y=count Publisher,color=none",none +Number of publications by publisher.,abstract,Bar,publication,book_2,mark bar data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,bar,"x=Publisher,y=count Publisher,color=none",none +Can you display the publisher and number of publications relationship in a graph?,abstract,Bar,publication,book_2,mark bar data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,bar,"x=Publisher,y=count Publisher,color=none",none +Can you show me the difference in number of publications among publishers?,abstract,Bar,publication,book_2,mark bar data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,bar,"x=Publisher,y=count Publisher,color=none",none +How many books have different publishers put out? Show me a chart.,abstract,Bar,publication,book_2,mark bar data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,bar,"x=Publisher,y=count Publisher,color=none",none +"The number of publications by publisher, and publisher name in ascending order.",abstract,Bar,publication,book_2,mark bar data publication encoding x publisher y aggregate count publisher transform group x sort x asc,Publisher,none,count Publisher,bar,"x=Publisher,y=count Publisher,color=none",x asc +"Show me a graph of publisher and publication count, sorted by publisher name.",abstract,Bar,publication,book_2,mark bar data publication encoding x publisher y aggregate count publisher transform group x sort x asc,Publisher,none,count Publisher,bar,"x=Publisher,y=count Publisher,color=none",x asc +Can you show me a chart of book publishers and their publication numbers?,abstract,Bar,book,book_2,mark bar data book encoding x writer y aggregate count writer transform group x ,Writer,none,count Writer,bar,"x=Writer,y=count Writer,color=none",none +What's the distribution of publications among different publishers?,abstract,Bar,book,book_2,mark bar data book encoding x writer y aggregate count writer transform group x ,Writer,none,count Writer,bar,"x=Writer,y=count Writer,color=none",none +Can you give me a visual representation of publisher information for books?,abstract,Bar,book,book_2,mark bar data book encoding x writer y aggregate count writer transform group x ,Writer,none,count Writer,bar,"x=Writer,y=count Writer,color=none",none +How are the writers of the books sorted?,abstract,Bar,book,book_2,mark bar data book encoding x writer y aggregate count writer transform group x sort x asc,Writer,none,count Writer,bar,"x=Writer,y=count Writer,color=none",x asc +Can you give me an overview of book writer data?,abstract,Bar,book,book_2,mark bar data book encoding x writer y aggregate count writer transform group x ,Writer,none,count Writer,bar,"x=Writer,y=count Writer,color=none",none +Can you show me the book writers in a chart?,abstract,Bar,book,book_2,mark bar data book encoding x writer y aggregate count writer transform group x ,Writer,none,count Writer,bar,"x=Writer,y=count Writer,color=none",none +Can you give me an idea of how many different bookwriters there are?,abstract,Bar,book,book_2,mark bar data book encoding x writer y aggregate count writer transform group x ,Writer,none,count Writer,bar,"x=Writer,y=count Writer,color=none",none +How many web accelerators are there for each operating system?,abstract,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",none +Show me a graph of web accelerator usage by the operating system.,abstract,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",none +Can you give me a breakdown of web accelerator usage by OS?,abstract,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",none +"I'm interested in seeing the distribution of web accelerators by operating system, can you show me that?",abstract,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",none +Can you provide a visual representation of web accelerator usage by the operating system?,abstract,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",none +Show me a graph of the different operating systems used for the web accelerators.,abstract,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x ,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",none +How many web accelerators are there for each operating system?,abstract,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x ,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",none +Display a graph of the operating systems and how many web accelerators use that system.,abstract,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x ,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",none +Show me how the candidates' consideration and opposition rates compare.,abstract,Scatter,candidate,candidate_poll,mark point data candidate encoding x consider_rate y aggregate none oppose_rate,"Consider_rate,Oppose_rate",none,none,point,"x=Consider_rate,y=Oppose_rate,color=none",none +Is there a correlation between a candidate's consideration and opposition rates?,abstract,Scatter,candidate,candidate_poll,mark point data candidate encoding x consider_rate y aggregate none oppose_rate,"Consider_rate,Oppose_rate",none,none,point,"x=Consider_rate,y=Oppose_rate,color=none",none +Visualize the relationship between candidates' consideration and opposition rates.,abstract,Scatter,candidate,candidate_poll,mark point data candidate encoding x consider_rate y aggregate none oppose_rate,"Consider_rate,Oppose_rate",none,none,point,"x=Consider_rate,y=Oppose_rate,color=none",none +Can you give me a graph of the consider and oppose rates for each candidate?,abstract,Scatter,candidate,candidate_poll,mark point data candidate encoding x consider_rate y aggregate none oppose_rate,"Consider_rate,Oppose_rate",none,none,point,"x=Consider_rate,y=Oppose_rate,color=none",none +Show me the candidates' consideration and opposition rates on a chart.,abstract,Scatter,candidate,candidate_poll,mark point data candidate encoding x consider_rate y aggregate none oppose_rate,"Consider_rate,Oppose_rate",none,none,point,"x=Consider_rate,y=Oppose_rate,color=none",none +How do the highest accelerations compare for different cylinder quantities?,abstract,Scatter,CARS_DATA,car_1,mark point data cars_data encoding x max(accelerate) y aggregate none cylinders,"Accelerate,Cylinders",none,max Accelerate,point,"x=max Accelerate,y=Cylinders,color=none",none +Are there any patterns in employee phone numbers? ,abstract,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x ,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +Can we see a breakdown of employee phone numbers? ,abstract,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x ,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +What do the employee phone numbers look like? ,abstract,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x ,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +Plot employee phone numbers for me.,abstract,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +Can I see a breakdown of employee phone numbers in a graph form? ,abstract,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +"Represent employee phone number counts in a chart, would you?",abstract,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +Can you graph how many films each director has made?,abstract,Bar,film,cinema,mark bar data film encoding x directed_by y aggregate count directed_by transform group x ,Directed_by,none,count Directed_by,bar,"x=Directed_by,y=count Directed_by,color=none",none +Make me a chart of the number of films per director in descending order.,abstract,Bar,film,cinema,mark bar data film encoding x directed_by y aggregate count directed_by transform group x sort y desc,Directed_by,none,count Directed_by,bar,"x=Directed_by,y=count Directed_by,color=none",y desc +I want to see a breakdown of how many movies each director has directed.,abstract,Bar,film,cinema,mark bar data film encoding x directed_by y aggregate count directed_by transform group x ,Directed_by,none,count Directed_by,bar,"x=Directed_by,y=count Directed_by,color=none",none +Can you display the number of films per director in a graph?,abstract,Bar,film,cinema,mark bar data film encoding x directed_by y aggregate count directed_by transform group x ,Directed_by,none,count Directed_by,bar,"x=Directed_by,y=count Directed_by,color=none",none +"I'd like a graph showing which directors have directed the most films, listed in descending order.",abstract,Bar,film,cinema,mark bar data film encoding x directed_by y aggregate count directed_by transform group x sort y desc,Directed_by,none,count Directed_by,bar,"x=Directed_by,y=count Directed_by,color=none",y desc +Can you give me a graph of studio production statistics?,abstract,Bar,film,film_rank,mark bar data film encoding x studio y aggregate count studio transform group x,Studio,none,count Studio,bar,"x=Studio,y=count Studio,color=none",none +How many films have been made by each studio? ,abstract,Bar,film,film_rank,mark bar data film encoding x studio y aggregate count studio transform group x,Studio,none,count Studio,bar,"x=Studio,y=count Studio,color=none",none +Show me the film studio breakdown in chart form.,abstract,Bar,film,film_rank,mark bar data film encoding x studio y aggregate count studio transform group x,Studio,none,count Studio,bar,"x=Studio,y=count Studio,color=none",none +How are films distributed among studios?,abstract,Bar,film,film_rank,mark bar data film encoding x studio y aggregate count studio transform group x,Studio,none,count Studio,bar,"x=Studio,y=count Studio,color=none",none +What does the distribution of films among studios look like?,abstract,Bar,film,film_rank,mark bar data film encoding x studio y aggregate count studio transform group x,Studio,none,count Studio,bar,"x=Studio,y=count Studio,color=none",none +Can you give me a visual representation of how many movies different directors have made?,abstract,Pie,film,cinema,mark arc data film encoding x directed_by y aggregate count directed_by transform group x,Directed_by,none,count Directed_by,arc,"x=Directed_by,y=count Directed_by,color=none",none +Show me the number of films each director has directed in a pie chart.,abstract,Pie,film,cinema,mark arc data film encoding x directed_by y aggregate count directed_by transform group x,Directed_by,none,count Directed_by,arc,"x=Directed_by,y=count Directed_by,color=none",none +I want to see a breakdown of how many movies different directors have directed.,abstract,Pie,film,cinema,mark arc data film encoding x directed_by y aggregate count directed_by transform group x,Directed_by,none,count Directed_by,arc,"x=Directed_by,y=count Directed_by,color=none",none +Can you show me a chart of the director's film counts?,abstract,Pie,film,cinema,mark arc data film encoding x directed_by y aggregate count directed_by transform group x,Directed_by,none,count Directed_by,arc,"x=Directed_by,y=count Directed_by,color=none",none +I'm interested in seeing a pie chart of the number of films directed by each director.,abstract,Pie,film,cinema,mark arc data film encoding x directed_by y aggregate count directed_by transform group x,Directed_by,none,count Directed_by,arc,"x=Directed_by,y=count Directed_by,color=none",none +How many matches were played in each competition? Display it in a graph.,abstract,Bar,MATCH,city_record,mark bar data match encoding x competition y aggregate count competition transform group x ,Competition,none,count Competition,bar,"x=Competition,y=count Competition,color=none",none +Can you show me the amount of matches for each competition on a graph?,abstract,Bar,MATCH,city_record,mark bar data match encoding x competition y aggregate count competition transform group x ,Competition,none,count Competition,bar,"x=Competition,y=count Competition,color=none",none +"Make a chart with the competitions on the x-axis and the number of matches on the y-axis, and sort x in descending order.",abstract,Bar,MATCH,city_record,mark bar data match encoding x competition y aggregate count competition transform group x sort x desc,Competition,none,count Competition,bar,"x=Competition,y=count Competition,color=none",x desc +How many matches were there in different competitions? Show me in a pie chart.,abstract,Pie,MATCH,city_record,mark arc data match encoding x competition y aggregate count competition transform group x,Competition,none,count Competition,arc,"x=Competition,y=count Competition,color=none",none +Visualize the number of matches for each competition with a pie chart.,abstract,Pie,MATCH,city_record,mark arc data match encoding x competition y aggregate count competition transform group x,Competition,none,count Competition,arc,"x=Competition,y=count Competition,color=none",none +Draw a pie chart to show the total number of matches across competitions.,abstract,Pie,MATCH,city_record,mark arc data match encoding x competition y aggregate count competition transform group x,Competition,none,count Competition,arc,"x=Competition,y=count Competition,color=none",none +Show me the proportion of matches in each competition graphically.,abstract,Pie,MATCH,city_record,mark arc data match encoding x competition y aggregate count competition transform group x,Competition,none,count Competition,arc,"x=Competition,y=count Competition,color=none",none +Show me a pie chart of climbers by country.,abstract,Pie,climber,climbing,mark arc data climber encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +Create a pie chart of climbers by country.,abstract,Pie,climber,climbing,mark arc data climber encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +Draw a chart of the climbers by their country of origin.,abstract,Pie,climber,climbing,mark arc data climber encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +What is the breakdown of climbers by country?,abstract,Pie,climber,climbing,mark arc data climber encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +What percentage of climbers are from each country?,abstract,Pie,climber,climbing,mark arc data climber encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +How many climbers are from each country? ,abstract,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Show me the climbers' nationalities. ,abstract,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Make a graph of climber countries. ,abstract,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Where are the climbers from? ,abstract,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +What countries do the climbers come from? ,abstract,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Chart the climber countries. ,abstract,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Visualize the climber nationalities. ,abstract,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Break down the climbers by country. ,abstract,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Draw a bar chart of climber nationalities. ,abstract,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Display the number of climbers from each country.,abstract,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Can you show me a breakdown of climbers by country? Put climber on x in ascending order.,abstract,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x sort x asc,Country,none,count Country,bar,"x=Country,y=count Country,color=none",x asc +Can you show me a graph of the number of mountains taller than 5000 meters by country? ,abstract,Bar,mountain,climbing,mark bar data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,bar,"x=Country,y=count Country,color=none",none +Give me a breakdown of how many high peaks there are in different countries. ,abstract,Bar,mountain,climbing,mark bar data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,bar,"x=Country,y=count Country,color=none",none +Which countries have mountains with a height of over 5000? ,abstract,Bar,mountain,climbing,mark bar data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,bar,"x=Country,y=count Country,color=none",none +Can you tell me which countries have the most mountains over 5000 meters high? ,abstract,Bar,mountain,climbing,mark bar data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,bar,"x=Country,y=count Country,color=none",none +How many tall mountains are there in different countries? ,abstract,Bar,mountain,climbing,mark bar data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,bar,"x=Country,y=count Country,color=none",none +Can you make a graph that shows where most of our members are located? ,abstract,Bar,member,coffee_shop,mark bar data member encoding x address y aggregate count address transform group x sort y desc,Address,none,count Address,bar,"x=Address,y=count Address,color=none",y desc +"I want to see how many members are from each city, in a bar chart form. ",abstract,Bar,member,coffee_shop,mark bar data member encoding x address y aggregate count address transform group x ,Address,none,count Address,bar,"x=Address,y=count Address,color=none",none +Can you give me a visual representation of the membership distribution by address? ,abstract,Bar,member,coffee_shop,mark bar data member encoding x address y aggregate count address transform group x ,Address,none,count Address,bar,"x=Address,y=count Address,color=none",none +"Show me a chart of where our members are based, in descending order. ",abstract,Bar,member,coffee_shop,mark bar data member encoding x address y aggregate count address transform group x sort y desc,Address,none,count Address,bar,"x=Address,y=count Address,color=none",y desc +"Can you create a graph displaying the number of members by location, with the most popular areas on the left?",abstract,Bar,member,coffee_shop,mark bar data member encoding x address y aggregate count address transform group x sort y desc,Address,none,count Address,bar,"x=Address,y=count Address,color=none",y desc +Can you show me where most members live?,abstract,Pie,member,coffee_shop,mark arc data member encoding x address y aggregate count address transform group x,Address,none,count Address,arc,"x=Address,y=count Address,color=none",none +"I'm curious about member addresses, can you give me a visual representation?",abstract,Pie,member,coffee_shop,mark arc data member encoding x address y aggregate count address transform group x,Address,none,count Address,arc,"x=Address,y=count Address,color=none",none +What's the breakdown of member addresses?,abstract,Pie,member,coffee_shop,mark arc data member encoding x address y aggregate count address transform group x,Address,none,count Address,arc,"x=Address,y=count Address,color=none",none +Can you show me a chart of member locations?,abstract,Pie,member,coffee_shop,mark arc data member encoding x address y aggregate count address transform group x,Address,none,count Address,arc,"x=Address,y=count Address,color=none",none +I'm interested in seeing the distribution of members across different addresses.,abstract,Pie,member,coffee_shop,mark arc data member encoding x address y aggregate count address transform group x,Address,none,count Address,arc,"x=Address,y=count Address,color=none",none +Can you show me a graph of the number of departments in each building?,abstract,Bar,department,college_2,mark bar data department encoding x building y aggregate count building transform group x,building,none,count building,bar,"x=building,y=count building,color=none",none +"I'm curious, what does the distribution of departments look like across different buildings?",abstract,Bar,department,college_2,mark bar data department encoding x building y aggregate count building transform group x,building,none,count building,bar,"x=building,y=count building,color=none",none +Can you give me a visual representation of how many departments are in each building?,abstract,Bar,department,college_2,mark bar data department encoding x building y aggregate count building transform group x,building,none,count building,bar,"x=building,y=count building,color=none",none +I'd like to see a breakdown of the number of departments in different buildings.,abstract,Bar,department,college_2,mark bar data department encoding x building y aggregate count building transform group x,building,none,count building,bar,"x=building,y=count building,color=none",none +Can you show me a chart that illustrates the number of departments in different buildings?,abstract,Bar,department,college_2,mark bar data department encoding x building y aggregate count building transform group x,building,none,count building,bar,"x=building,y=count building,color=none",none +"I'm curious about the breakdown of school locations, can you display that for me?",abstract,Pie,department,college_1,mark arc data department encoding x school_code y aggregate count distinct dept_address,"SCHOOL_CODE,distinct",none,count distinct DEPT_ADDRESS,arc,"x=SCHOOL_CODE,y=count distinct DEPT_ADDRESS,color=none",none +Could you give me a visual representation of how many different addresses each school has?,abstract,Pie,department,college_1,mark arc data department encoding x school_code y aggregate count distinct dept_address,"SCHOOL_CODE,distinct",none,count distinct DEPT_ADDRESS,arc,"x=SCHOOL_CODE,y=count distinct DEPT_ADDRESS,color=none",none +How do the locations of schools vary? Can you show me?,abstract,Pie,department,college_1,mark arc data department encoding x school_code y aggregate count distinct dept_address,"SCHOOL_CODE,distinct",none,count distinct DEPT_ADDRESS,arc,"x=SCHOOL_CODE,y=count distinct DEPT_ADDRESS,color=none",none +"Visualize the difference in pay by gender for those earning less than $50,000.",abstract,Bar,employee,company_1,mark bar data employee encoding x sex y aggregate count sex transform filter salary < 50000 group x ,Sex,Salary lt 50000,count Sex,bar,"x=Sex,y=count Sex,color=none",none +"Plot the number of employees by gender, who make money under $50,000, arranged by gender.",abstract,Bar,employee,company_1,mark bar data employee encoding x sex y aggregate count sex transform filter salary < 50000 group x ,Sex,Salary lt 50000,count Sex,bar,"x=Sex,y=count Sex,color=none",none +Show me the employee count in each city on a bar chart.,abstract,Bar,employee,employee_hire_evaluation,mark bar data employee encoding x city y aggregate count city transform group x ,City,none,count City,bar,"x=City,y=count City,color=none",none +Can you give me a visual representation of how many employees are from?,abstract,Bar,employee,employee_hire_evaluation,mark bar data employee encoding x city y aggregate count city transform group x ,City,none,count City,bar,"x=City,y=count City,color=none",none +I want to see a graph of employee distribution by city.,abstract,Bar,employee,employee_hire_evaluation,mark bar data employee encoding x city y aggregate count city transform group x ,City,none,count City,bar,"x=City,y=count City,color=none",none +Can you make a chart of employee counts by city?,abstract,Bar,employee,employee_hire_evaluation,mark bar data employee encoding x city y aggregate count city transform group x ,City,none,count City,bar,"x=City,y=count City,color=none",none +"Give me a graph of employee city distribution, arranged in order by city name.",abstract,Bar,employee,employee_hire_evaluation,mark bar data employee encoding x city y aggregate count city transform group x sort x desc,City,none,count City,bar,"x=City,y=count City,color=none",x desc +Show me the distribution of professors with a Ph.D. by department.,abstract,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x ,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +How many Ph.D.-holding professors are there in each department? (Graph it please),abstract,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x ,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +"Can you give me a visual representation of the number of Ph.D.-holding professors per department, ordered by the y-axis?",abstract,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x sort y asc,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",y asc +I want to see how many professors have a Ph.D. degree split up by department. Can you display it in a chart for me?,abstract,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x ,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +"Graph the number of professors with a PhD in each department, with the departments ordered by the number of PhD-holding professors.",abstract,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x sort y asc,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",y asc +Can you show me the distribution of professors with Ph.D. among different departments? ,abstract,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +"I'm curious, could you give me an idea of which departments have the most Ph.D. professors?",abstract,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +How many PhDs are there in each department? ,abstract,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +Give me a visual representation of Ph. D.s in various departmental groups. ,abstract,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +"A graph of Ph.D.s in different departments, please.",abstract,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +"I'm interested in seeing a graph that compares the minimum and average GPAs of students in each department, can you make that happen?",abstract,Scatter,student,college_1,mark point data student encoding x avg(stu_gpa) y aggregate min stu_gpa transform group dept_code,STU_GPA,none,"avg STU_GPA,min STU_GPA",point,"x=avg STU_GPA,y=min STU_GPA,color=none",none +"Show me a chart of average ages in cities, city code in desc.",abstract,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform group x sort x desc,"city_code,Age",none,mean Age,bar,"x=city_code,y=mean Age,color=none",x desc +"Interested in seeing a visual representation of age averages in cities, city code arranged in descending order.",abstract,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform group x sort x desc,"city_code,Age",none,mean Age,bar,"x=city_code,y=mean Age,color=none",x desc +Can you create a graph for me that compares average ages in various cities?,abstract,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform group x ,"city_code,Age",none,mean Age,bar,"x=city_code,y=mean Age,color=none",none +Make a chart for me that illustrates the average age of students in each city.,abstract,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform group x ,"city_code,Age",none,mean Age,bar,"x=city_code,y=mean Age,color=none",none +Can you show me a graph of the highest and lowest GPAs in every department? ,abstract,Grouping Scatter,student,college_1,mark point data student encoding x max(stu_gpa) y aggregate min stu_gpa transform group dept_code,"STU_GPA,DEPT_CODE",none,"max STU_GPA,min STU_GPA",point,"x=max STU_GPA,y=min STU_GPA,color=DEPT_CODE",none +Can you show me a comparison of male student ages across different cities?,abstract,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform filter sex = 'm' group x ,"city_code,Age",Sex = 'M',mean Age,bar,"x=city_code,y=mean Age,color=none",none +What's the distribution of male student ages by city?,abstract,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform filter sex = 'm' group x ,"city_code,Age",Sex = 'M',mean Age,bar,"x=city_code,y=mean Age,color=none",none +Can you display the average age of males in each city?,abstract,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform filter sex = 'm' group x ,"city_code,Age",Sex = 'M',mean Age,bar,"x=city_code,y=mean Age,color=none",none +I want to see a breakdown of male student ages by city.,abstract,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform filter sex = 'm' group x ,"city_code,Age",Sex = 'M',mean Age,bar,"x=city_code,y=mean Age,color=none",none +Can you give me a visual representation of the number of classes held in each classroom?,abstract,Bar,CLASS,college_1,mark bar data class encoding x class_room y aggregate count class_room transform group x ,CLASS_ROOM,none,count CLASS_ROOM,bar,"x=CLASS_ROOM,y=count CLASS_ROOM,color=none",none +Give me a breakdown of classes by room.,abstract,Bar,CLASS,college_1,mark bar data class encoding x class_room y aggregate count class_room transform group x ,CLASS_ROOM,none,count CLASS_ROOM,bar,"x=CLASS_ROOM,y=count CLASS_ROOM,color=none",none +Can you show me a chart of class distribution by room?,abstract,Bar,CLASS,college_1,mark bar data class encoding x class_room y aggregate count class_room transform group x ,CLASS_ROOM,none,count CLASS_ROOM,bar,"x=CLASS_ROOM,y=count CLASS_ROOM,color=none",none +I want to see the number of classes held in each classroom.,abstract,Bar,CLASS,college_1,mark bar data class encoding x class_room y aggregate count class_room transform group x ,CLASS_ROOM,none,count CLASS_ROOM,bar,"x=CLASS_ROOM,y=count CLASS_ROOM,color=none",none +Can you display a graph of the number of classes per room?,abstract,Bar,CLASS,college_1,mark bar data class encoding x class_room y aggregate count class_room transform group x ,CLASS_ROOM,none,count CLASS_ROOM,bar,"x=CLASS_ROOM,y=count CLASS_ROOM,color=none",none +Can you show me a breakdown of total credits by department?,abstract,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x ,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",none +"Plotting credits offered by each department, sorted by name.",abstract,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x sort x asc,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",x asc +I want to see department credits in graphical form.,abstract,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x ,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",none +Department credit comparison chart organized alphabetically.,abstract,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x ,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",none +"Give me a visual representation of credit distribution by department, sorted by name. I'm curious about the distribution of credits across departments, can you show me a chart?",abstract,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x sort x asc,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",x asc +"I'd like to see a graphical representation of credit offerings by department, any way to do that?",abstract,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x ,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",none +Can you help me compare credits offered by each department in a chart?,abstract,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x ,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",none +"I need to see a breakdown of departmental credit offerings, can you generate a chart?",abstract,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x ,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",none +"I want to understand how credit offerings differ across departments, can you show me a chart sorted alphabetically?",abstract,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x sort x asc,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",x asc +Could you give me a graphical representation of department credits?,abstract,Pie,course,college_1,mark arc data course encoding x dept_code y aggregate sum crs_credit transform group x,"DEPT_CODE,CRS_CREDIT",none,sum CRS_CREDIT,arc,"x=DEPT_CODE,y=sum CRS_CREDIT,color=none",none +Can you show me how many credit hours each department offers?,abstract,Pie,course,college_1,mark arc data course encoding x dept_code y aggregate sum crs_credit transform group x,"DEPT_CODE,CRS_CREDIT",none,sum CRS_CREDIT,arc,"x=DEPT_CODE,y=sum CRS_CREDIT,color=none",none +What's the credit breakdown among departments?,abstract,Pie,course,college_1,mark arc data course encoding x dept_code y aggregate sum crs_credit transform group x,"DEPT_CODE,CRS_CREDIT",none,sum CRS_CREDIT,arc,"x=DEPT_CODE,y=sum CRS_CREDIT,color=none",none +Show me a graph of salaries in departments with an average above 42000.,abstract,Bar,instructor,college_2,mark bar data instructor encoding x dept_name y aggregate mean salary transform group x ,"dept_name,salary",none,mean salary,bar,"x=dept_name,y=mean salary,color=none",none +What do department salaries look like when they're above 42000?,abstract,Bar,instructor,college_2,mark bar data instructor encoding x dept_name y aggregate mean salary transform group x ,"dept_name,salary",none,mean salary,bar,"x=dept_name,y=mean salary,color=none",none +Can you give me a visual representation of departments with high average salaries?,abstract,Bar,instructor,college_2,mark bar data instructor encoding x dept_name y aggregate mean salary transform group x ,"dept_name,salary",none,mean salary,bar,"x=dept_name,y=mean salary,color=none",none +I want to see a chart of high-earning departments and their respective salaries.,abstract,Bar,instructor,college_2,mark bar data instructor encoding x dept_name y aggregate mean salary transform group x ,"dept_name,salary",none,mean salary,bar,"x=dept_name,y=mean salary,color=none",none +Can you make a graph of salaries in departments with an average above 42000 and arrange them by name?,abstract,Bar,instructor,college_2,mark bar data instructor encoding x dept_name y aggregate mean salary transform group x ,"dept_name,salary",none,mean salary,bar,"x=dept_name,y=mean salary,color=none",none +Show me the relationship between employee ID and salary.,abstract,Scatter,instructor,college_2,mark point data instructor encoding x id y aggregate none salary transform ,"ID,salary",none,none,point,"x=ID,y=salary,color=none",none +Can you give me a visual representation of how ID and salary are correlated?,abstract,Scatter,instructor,college_2,mark point data instructor encoding x id y aggregate none salary transform ,"ID,salary",none,none,point,"x=ID,y=salary,color=none",none +Give me a chart of ID and salary.,abstract,Scatter,instructor,college_2,mark point data instructor encoding x id y aggregate none salary transform ,"ID,salary",none,none,point,"x=ID,y=salary,color=none",none +I want to see the correlation between employee ID and salary.,abstract,Scatter,instructor,college_2,mark point data instructor encoding x id y aggregate none salary transform ,"ID,salary",none,none,point,"x=ID,y=salary,color=none",none +Could you plot ID and salary for me?,abstract,Scatter,instructor,college_2,mark point data instructor encoding x id y aggregate none salary transform ,"ID,salary",none,none,point,"x=ID,y=salary,color=none",none +"Show me the capacity of each building in the chart, ordered from least to greatest. ",abstract,Bar,classroom,college_2,mark bar data classroom encoding x building y aggregate mean capacity transform group x sort y asc,"building,capacity",none,mean capacity,bar,"x=building,y=mean capacity,color=none",y asc +"Give me a visualization of capacity per building, arranged from smallest to largest.",abstract,Bar,classroom,college_2,mark bar data classroom encoding x building y aggregate mean capacity transform group x sort y asc,"building,capacity",none,mean capacity,bar,"x=building,y=mean capacity,color=none",y asc +"How does capacity vary among buildings in chart form, ordered by size? ",abstract,Bar,classroom,college_2,mark bar data classroom encoding x building y aggregate mean capacity transform group x sort y asc,"building,capacity",none,mean capacity,bar,"x=building,y=mean capacity,color=none",y asc +"I want to see the capacity of buildings in a graph, ordered from smallest to largest.",abstract,Bar,classroom,college_2,mark bar data classroom encoding x building y aggregate mean capacity transform group x sort y asc,"building,capacity",none,mean capacity,bar,"x=building,y=mean capacity,color=none",y asc +Can I get an image of the building capacities with the lowest on top?,abstract,Bar,classroom,college_2,mark bar data classroom encoding x building y aggregate mean capacity transform group x sort y asc,"building,capacity",none,mean capacity,bar,"x=building,y=mean capacity,color=none",y asc +"Chart the number of rooms in different buildings that can hold more than 50 people, arranged in descending order by building.",abstract,Bar,classroom,college_2,mark bar data classroom encoding x building y aggregate count building transform filter capacity > 50 group x sort x desc,building,capacity gt 50,count building,bar,"x=building,y=count building,color=none",x desc +Plot how many students each advisor has.,abstract,Scatter,STUDENT,voter_2,mark point data student encoding x advisor y aggregate count advisor transform group x,Advisor,none,count Advisor,point,"x=Advisor,y=count Advisor,color=none",none +Advisor student numbers in scatter chart form.,abstract,Scatter,STUDENT,voter_2,mark point data student encoding x advisor y aggregate count advisor transform group x,Advisor,none,count Advisor,point,"x=Advisor,y=count Advisor,color=none",none +How many companies are based in different locations in pie chart form? ,abstract,Pie,company,gas_company,mark arc data company encoding x headquarters y aggregate count headquarters transform group x,Headquarters,none,count Headquarters,arc,"x=Headquarters,y=count Headquarters,color=none",none +Can you show me the proportion of companies located in each headquarters in a chart? ,abstract,Pie,company,gas_company,mark arc data company encoding x headquarters y aggregate count headquarters transform group x,Headquarters,none,count Headquarters,arc,"x=Headquarters,y=count Headquarters,color=none",none +Give me a visual representation of where different companies are headquartered. ,abstract,Pie,company,gas_company,mark arc data company encoding x headquarters y aggregate count headquarters transform group x,Headquarters,none,count Headquarters,arc,"x=Headquarters,y=count Headquarters,color=none",none +Could you display the number of companies per headquarters in a graphical manner? ,abstract,Pie,company,gas_company,mark arc data company encoding x headquarters y aggregate count headquarters transform group x,Headquarters,none,count Headquarters,arc,"x=Headquarters,y=count Headquarters,color=none",none +I want to see a breakdown of how many companies are based in each headquarters in a graphical format. ,abstract,Pie,company,gas_company,mark arc data company encoding x headquarters y aggregate count headquarters transform group x,Headquarters,none,count Headquarters,arc,"x=Headquarters,y=count Headquarters,color=none",none +Can you give me a graph of the headquarters distribution for the companies? ,abstract,Pie,company,gas_company,mark arc data company encoding x headquarters y aggregate count headquarters transform group x,Headquarters,none,count Headquarters,arc,"x=Headquarters,y=count Headquarters,color=none",none +Show me a graph of the different industries in different headquarters. ,abstract,Stacked Bar,company,company_employee,mark bar data company encoding x headquarters y aggregate count headquarters color industry transform group x ,"Headquarters,Industry",none,count Headquarters,bar,"x=Headquarters,y=count Headquarters,color=Industry",none +Can you give me a breakdown of how many companies are in each headquarters by industry? ,abstract,Stacked Bar,company,company_employee,mark bar data company encoding x headquarters y aggregate count headquarters color industry transform group x ,"Headquarters,Industry",none,count Headquarters,bar,"x=Headquarters,y=count Headquarters,color=Industry",none +I want to see a chart that groups companies by their headquarters and industry. ,abstract,Stacked Bar,company,company_employee,mark bar data company encoding x headquarters y aggregate count headquarters color industry transform group x ,"Headquarters,Industry",none,count Headquarters,bar,"x=Headquarters,y=count Headquarters,color=Industry",none +Can you give me a visualization of the number of companies in each industry in each headquarters? ,abstract,Stacked Bar,company,company_employee,mark bar data company encoding x headquarters y aggregate count headquarters color industry transform group x ,"Headquarters,Industry",none,count Headquarters,bar,"x=Headquarters,y=count Headquarters,color=Industry",none +Show me a graph of the distribution of companies in various headquarters by industry. ,abstract,Stacked Bar,company,company_employee,mark bar data company encoding x headquarters y aggregate count headquarters color industry transform group x ,"Headquarters,Industry",none,count Headquarters,bar,"x=Headquarters,y=count Headquarters,color=Industry",none +"Can you give me a look at how many companies are in each industry, grouped by their headquarters?",abstract,Stacked Bar,company,company_employee,mark bar data company encoding x headquarters y aggregate count headquarters color industry transform group x ,"Headquarters,Industry",none,count Headquarters,bar,"x=Headquarters,y=count Headquarters,color=Industry",none +Rankings vs MarketValues for banking companies.,abstract,Scatter,company,gas_company,mark point data company encoding x rank y aggregate none market_value transform filter main_industry = 'banking',"Rank,Market_Value",Main_Industry = 'Banking',none,point,"x=Rank,y=Market_Value,color=none",none +How are the companies grouped by industry? ,abstract,Pie,Companies,company_office,mark arc data companies encoding x industry y aggregate count industry transform group x,Industry,none,count Industry,arc,"x=Industry,y=count Industry,color=none",none +"Industry breakdown, please. ",abstract,Pie,Companies,company_office,mark arc data companies encoding x industry y aggregate count industry transform group x,Industry,none,count Industry,arc,"x=Industry,y=count Industry,color=none",none +Industry distribution,abstract,Pie,Companies,company_office,mark arc data companies encoding x industry y aggregate count industry transform group x,Industry,none,count Industry,arc,"x=Industry,y=count Industry,color=none",none +"I want to see which countries have the richest singers, can you visualize that for me? ",abstract,Bar,singer,singer,mark bar data singer encoding x citizenship y aggregate max net_worth_millions transform group x ,"Citizenship,Net_Worth_Millions",none,max Net_Worth_Millions,bar,"x=Citizenship,y=max Net_Worth_Millions,color=none",none +Can you show me a graph of singer citizenships?,abstract,Bar,singer,singer,mark bar data singer encoding x citizenship y aggregate count citizenship transform group x ,Citizenship,none,count Citizenship,bar,"x=Citizenship,y=count Citizenship,color=none",none +Visual representation of the singer's countries of origin.,abstract,Bar,singer,singer,mark bar data singer encoding x citizenship y aggregate count citizenship transform group x ,Citizenship,none,count Citizenship,bar,"x=Citizenship,y=count Citizenship,color=none",none +How many singers are from each country?,abstract,Bar,singer,singer,mark bar data singer encoding x citizenship y aggregate count citizenship transform group x ,Citizenship,none,count Citizenship,bar,"x=Citizenship,y=count Citizenship,color=none",none +Singer citizenship breakdown.,abstract,Bar,singer,singer,mark bar data singer encoding x citizenship y aggregate count citizenship transform group x ,Citizenship,none,count Citizenship,bar,"x=Citizenship,y=count Citizenship,color=none",none +Chart of singer nationalities.,abstract,Bar,singer,singer,mark bar data singer encoding x citizenship y aggregate count citizenship transform group x ,Citizenship,none,count Citizenship,bar,"x=Citizenship,y=count Citizenship,color=none",none +Show me singers by country in a graph.,abstract,Bar,singer,singer,mark bar data singer encoding x citizenship y aggregate count citizenship transform group x ,Citizenship,none,count Citizenship,bar,"x=Citizenship,y=count Citizenship,color=none",none +Can you show me a chart of the different nationalities of the singers and how many are from each country?,abstract,Pie,singer,singer,mark arc data singer encoding x citizenship y aggregate count citizenship transform group x,Citizenship,none,count Citizenship,arc,"x=Citizenship,y=count Citizenship,color=none",none +"Graph the diversity of singers' citizenship, please.",abstract,Pie,singer,singer,mark arc data singer encoding x citizenship y aggregate count citizenship transform group x,Citizenship,none,count Citizenship,arc,"x=Citizenship,y=count Citizenship,color=none",none +How many singers are from each country? Put it in a visual representation.,abstract,Pie,singer,singer,mark arc data singer encoding x citizenship y aggregate count citizenship transform group x,Citizenship,none,count Citizenship,arc,"x=Citizenship,y=count Citizenship,color=none",none +Can you make a chart that breaks down the citizenship of the singers?,abstract,Pie,singer,singer,mark arc data singer encoding x citizenship y aggregate count citizenship transform group x,Citizenship,none,count Citizenship,arc,"x=Citizenship,y=count Citizenship,color=none",none +Show me a representation of the singers' nationalities and how many are from each.,abstract,Pie,singer,singer,mark arc data singer encoding x citizenship y aggregate count citizenship transform group x,Citizenship,none,count Citizenship,arc,"x=Citizenship,y=count Citizenship,color=none",none +"I want to see a breakdown of the singers' nationalities, in a chart format if possible.",abstract,Pie,singer,singer,mark arc data singer encoding x citizenship y aggregate count citizenship transform group x,Citizenship,none,count Citizenship,arc,"x=Citizenship,y=count Citizenship,color=none",none +Can you show me the breakdown of counties by police force? ,abstract,Pie,county_public_safety,county_public_safety,mark arc data county_public_safety encoding x police_force y aggregate count police_force transform group x,Police_force,none,count Police_force,arc,"x=Police_force,y=count Police_force,color=none",none +How are the police forces distributed among counties? ,abstract,Pie,county_public_safety,county_public_safety,mark arc data county_public_safety encoding x police_force y aggregate count police_force transform group x,Police_force,none,count Police_force,arc,"x=Police_force,y=count Police_force,color=none",none +A glimpse of county distribution by law enforcement agency? ,abstract,Pie,county_public_safety,county_public_safety,mark arc data county_public_safety encoding x police_force y aggregate count police_force transform group x,Police_force,none,count Police_force,arc,"x=Police_force,y=count Police_force,color=none",none +Give me an idea of how many counties each police force is in charge of. ,abstract,Pie,county_public_safety,county_public_safety,mark arc data county_public_safety encoding x police_force y aggregate count police_force transform group x,Police_force,none,count Police_force,arc,"x=Police_force,y=count Police_force,color=none",none +Show me the proportion of counties for each police force. ,abstract,Pie,county_public_safety,county_public_safety,mark arc data county_public_safety encoding x police_force y aggregate count police_force transform group x,Police_force,none,count Police_force,arc,"x=Police_force,y=count Police_force,color=none",none +What does the distribution of police forces look like in the counties?,abstract,Pie,county_public_safety,county_public_safety,mark arc data county_public_safety encoding x police_force y aggregate count police_force transform group x,Police_force,none,count Police_force,arc,"x=Police_force,y=count Police_force,color=none",none +How many counties does each county include?,abstract,Bar,county_public_safety,county_public_safety,mark bar data county_public_safety encoding x police_force y aggregate count police_force transform group x ,Police_force,none,count Police_force,bar,"x=Police_force,y=count Police_force,color=none",none +Show me the teachers' ages and hometowns.,abstract,Bar,teacher,course_teach,mark bar data teacher encoding x hometown y aggregate none age,"Hometown,Age",none,none,bar,"x=Hometown,y=Age,color=none",none +Draw a graph with the teacher's age and hometown.,abstract,Bar,teacher,course_teach,mark bar data teacher encoding x hometown y aggregate none age,"Hometown,Age",none,none,bar,"x=Hometown,y=Age,color=none",none +What are the ages and hometowns of the teachers?,abstract,Bar,teacher,course_teach,mark bar data teacher encoding x hometown y aggregate none age,"Hometown,Age",none,none,bar,"x=Hometown,y=Age,color=none",none +Create a chart of the teachers' ages and hometowns.,abstract,Bar,teacher,course_teach,mark bar data teacher encoding x hometown y aggregate none age,"Hometown,Age",none,none,bar,"x=Hometown,y=Age,color=none",none +Tell me the teachers' ages and hometowns.,abstract,Bar,teacher,course_teach,mark bar data teacher encoding x hometown y aggregate none age,"Hometown,Age",none,none,bar,"x=Hometown,y=Age,color=none",none +Show me what types of documents there are. ,abstract,Bar,Documents,cre_Docs_and_Epenses,mark bar data documents encoding x document_type_code y aggregate count document_type_code transform group x ,Document_Type_Code,none,count Document_Type_Code,bar,"x=Document_Type_Code,y=count Document_Type_Code,color=none",none +How many documents are there by type?,abstract,Bar,Documents,cre_Docs_and_Epenses,mark bar data documents encoding x document_type_code y aggregate count document_type_code transform group x ,Document_Type_Code,none,count Document_Type_Code,bar,"x=Document_Type_Code,y=count Document_Type_Code,color=none",none +Can I see a chart comparing the number of documents by type?,abstract,Bar,Documents,cre_Docs_and_Epenses,mark bar data documents encoding x document_type_code y aggregate count document_type_code transform group x ,Document_Type_Code,none,count Document_Type_Code,bar,"x=Document_Type_Code,y=count Document_Type_Code,color=none",none +How many documents do we have of each type?,abstract,Bar,Documents,cre_Docs_and_Epenses,mark bar data documents encoding x document_type_code y aggregate count document_type_code transform group x ,Document_Type_Code,none,count Document_Type_Code,bar,"x=Document_Type_Code,y=count Document_Type_Code,color=none",none +Show me the distribution of documents by type. ,abstract,Pie,Documents,cre_Docs_and_Epenses,mark arc data documents encoding x document_type_code y aggregate count document_type_code transform group x,Document_Type_Code,none,count Document_Type_Code,arc,"x=Document_Type_Code,y=count Document_Type_Code,color=none",none +Make me a chart of the number of documents by type. ,abstract,Pie,Documents,cre_Docs_and_Epenses,mark arc data documents encoding x document_type_code y aggregate count document_type_code transform group x,Document_Type_Code,none,count Document_Type_Code,arc,"x=Document_Type_Code,y=count Document_Type_Code,color=none",none +Visualize the number of documents by document type. ,abstract,Pie,Documents,cre_Docs_and_Epenses,mark arc data documents encoding x document_type_code y aggregate count document_type_code transform group x,Document_Type_Code,none,count Document_Type_Code,arc,"x=Document_Type_Code,y=count Document_Type_Code,color=none",none +What's the breakdown of document types? ,abstract,Pie,Documents,cre_Docs_and_Epenses,mark arc data documents encoding x document_type_code y aggregate count document_type_code transform group x,Document_Type_Code,none,count Document_Type_Code,arc,"x=Document_Type_Code,y=count Document_Type_Code,color=none",none +What do the document types look like? ,abstract,Pie,Documents,cre_Docs_and_Epenses,mark arc data documents encoding x document_type_code y aggregate count document_type_code transform group x,Document_Type_Code,none,count Document_Type_Code,arc,"x=Document_Type_Code,y=count Document_Type_Code,color=none",none +How many documents are there in each type?,abstract,Pie,Documents,cre_Docs_and_Epenses,mark arc data documents encoding x document_type_code y aggregate count document_type_code transform group x,Document_Type_Code,none,count Document_Type_Code,arc,"x=Document_Type_Code,y=count Document_Type_Code,color=none",none +Give me a picture of the template types and their numbers. ,abstract,Pie,Templates,cre_Doc_Template_Mgt,mark arc data templates encoding x template_type_code y aggregate count template_type_code transform group x,Template_Type_Code,none,count Template_Type_Code,arc,"x=Template_Type_Code,y=count Template_Type_Code,color=none",none +Visualize the template types and their amounts. ,abstract,Pie,Templates,cre_Doc_Template_Mgt,mark arc data templates encoding x template_type_code y aggregate count template_type_code transform group x,Template_Type_Code,none,count Template_Type_Code,arc,"x=Template_Type_Code,y=count Template_Type_Code,color=none",none +Show me a graph about the template types and their quantities. ,abstract,Pie,Templates,cre_Doc_Template_Mgt,mark arc data templates encoding x template_type_code y aggregate count template_type_code transform group x,Template_Type_Code,none,count Template_Type_Code,arc,"x=Template_Type_Code,y=count Template_Type_Code,color=none",none +What are the template types and how many are there? ,abstract,Pie,Templates,cre_Doc_Template_Mgt,mark arc data templates encoding x template_type_code y aggregate count template_type_code transform group x,Template_Type_Code,none,count Template_Type_Code,arc,"x=Template_Type_Code,y=count Template_Type_Code,color=none",none +How many templates of each type are there? ,abstract,Pie,Templates,cre_Doc_Template_Mgt,mark arc data templates encoding x template_type_code y aggregate count template_type_code transform group x,Template_Type_Code,none,count Template_Type_Code,arc,"x=Template_Type_Code,y=count Template_Type_Code,color=none",none +Can I see the template types and their numbers in a chart?,abstract,Pie,Templates,cre_Doc_Template_Mgt,mark arc data templates encoding x template_type_code y aggregate count template_type_code transform group x,Template_Type_Code,none,count Template_Type_Code,arc,"x=Template_Type_Code,y=count Template_Type_Code,color=none",none +Give me a graph of the employee roles and how many people have each one.,abstract,Bar,Employees,cre_Doc_Tracking_DB,mark bar data employees encoding x role_code y aggregate count role_code transform group x ,Role_Code,none,count Role_Code,bar,"x=Role_Code,y=count Role_Code,color=none",none +Show me a bar graph of the roles and how many workers are in each one.,abstract,Bar,Employees,cre_Doc_Tracking_DB,mark bar data employees encoding x role_code y aggregate count role_code transform group x ,Role_Code,none,count Role_Code,bar,"x=Role_Code,y=count Role_Code,color=none",none +How are the employees distributed across different role codes?,abstract,Pie,Employees,cre_Doc_Tracking_DB,mark arc data employees encoding x role_code y aggregate count role_code transform group x,Role_Code,none,count Role_Code,arc,"x=Role_Code,y=count Role_Code,color=none",none +I want to see a chart that gives an overview of the number of employees in each code-based role.,abstract,Pie,Employees,cre_Doc_Tracking_DB,mark arc data employees encoding x role_code y aggregate count role_code transform group x,Role_Code,none,count Role_Code,arc,"x=Role_Code,y=count Role_Code,color=none",none +Show me a bar chart of the document count per budget type.,abstract,Bar,Documents_with_expenses,cre_Docs_and_Epenses,mark bar data documents_with_expenses encoding x budget_type_code y aggregate count budget_type_code transform group x ,Budget_Type_Code,none,count Budget_Type_Code,bar,"x=Budget_Type_Code,y=count Budget_Type_Code,color=none",none +Can you generate a graph showing the number of documents for each budget type?,abstract,Bar,Documents_with_expenses,cre_Docs_and_Epenses,mark bar data documents_with_expenses encoding x budget_type_code y aggregate count budget_type_code transform group x,Budget_Type_Code,none,count Budget_Type_Code,bar,"x=Budget_Type_Code,y=count Budget_Type_Code,color=none",none +I need a chart showing the relative frequency of budget-type codes in the document details.,abstract,Bar,Documents_with_expenses,cre_Docs_and_Epenses,mark bar data documents_with_expenses encoding x budget_type_code y aggregate count budget_type_code transform group x,Budget_Type_Code,none,count Budget_Type_Code,bar,"x=Budget_Type_Code,y=count Budget_Type_Code,color=none",none +Generate a chart based on the document details and budget types.,abstract,Pie,Documents_with_expenses,cre_Docs_and_Epenses,mark arc data documents_with_expenses encoding x budget_type_code y aggregate count budget_type_code transform group x,Budget_Type_Code,none,count Budget_Type_Code,arc,"x=Budget_Type_Code,y=count Budget_Type_Code,color=none",none +Show me a chart with customer and account data.,abstract,Scatter,Accounts,customers_card_transactions,mark point data accounts encoding x customer_id y aggregate none account_name,"customer_id,account_name",none,none,point,"x=customer_id,y=account_name,color=none",none +Chart the correlation between account ID and name.,abstract,Grouping Scatter,Accounts,customers_and_invoices,mark point data accounts encoding x account_id y aggregate none account_name transform group other_account_details,"account_id,account_name,other_account_details",none,none,point,"x=account_id,y=account_name,color=other_account_details",none +How many accounts are there in each category?,abstract,Pie,Accounts,customers_and_invoices,mark arc data accounts encoding x other_account_details y aggregate count other_account_details transform group x,other_account_details,none,count other_account_details,arc,"x=other_account_details,y=count other_account_details,color=none",none +"What does the account data look like when divided by ""other account details""?",abstract,Pie,Accounts,customers_and_invoices,mark arc data accounts encoding x other_account_details y aggregate count other_account_details transform group x,other_account_details,none,count other_account_details,arc,"x=other_account_details,y=count other_account_details,color=none",none +Show me the distribution of document types by code.,abstract,Bar,Ref_document_types,cre_Docs_and_Epenses,mark bar data ref_document_types encoding x document_type_description y aggregate count document_type_description transform group x ,Document_Type_Description,none,count Document_Type_Description,bar,"x=Document_Type_Description,y=count Document_Type_Description,color=none",none +Could you visualize the document types and how they are grouped by quality?,abstract,Bar,Ref_document_types,cre_Docs_and_Epenses,mark bar data ref_document_types encoding x document_type_description y aggregate count document_type_description transform group x,Document_Type_Description,none,count Document_Type_Description,bar,"x=Document_Type_Description,y=count Document_Type_Description,color=none",none +I want to see a chart of the different document type categories.,abstract,Pie,Ref_document_types,cre_Docs_and_Epenses,mark arc data ref_document_types encoding x document_type_description y aggregate count document_type_description transform group x,Document_Type_Description,none,count Document_Type_Description,arc,"x=Document_Type_Description,y=count Document_Type_Description,color=none",none +How much do the different products cost on average?,abstract,Bar,PRODUCTS,cre_Drama_Workshop_Groups,mark bar data products encoding x product_name y aggregate mean product_price transform group x ,"Product_Name,Product_Price",none,mean Product_Price,bar,"x=Product_Name,y=mean Product_Price,color=none",none +Could you generate a chart that displays the average prices of each product?,abstract,Bar,PRODUCTS,cre_Drama_Workshop_Groups,mark bar data products encoding x product_name y aggregate mean product_price transform group x,"Product_Name,Product_Price",none,mean Product_Price,bar,"x=Product_Name,y=mean Product_Price,color=none",none +Can you plot a chart with product names and prices?,abstract,Pie,PRODUCTS,cre_Drama_Workshop_Groups,mark arc data products encoding x product_name y aggregate mean product_price transform group x,"Product_Name,Product_Price",none,mean Product_Price,arc,"x=Product_Name,y=mean Product_Price,color=none",none +Can you give me a chart that shows how customers paid for their orders?,abstract,Bar,INVOICES,cre_Drama_Workshop_Groups,mark bar data invoices encoding x payment_method_code y aggregate count payment_method_code transform group x sort y desc,payment_method_code,none,count payment_method_code,bar,"x=payment_method_code,y=count payment_method_code,color=none",y desc +Visualize the frequency of payment methods and order counts.,abstract,Pie,INVOICES,cre_Drama_Workshop_Groups,mark arc data invoices encoding x payment_method_code y aggregate count payment_method_code transform group x,payment_method_code,none,count payment_method_code,arc,"x=payment_method_code,y=count payment_method_code,color=none",none +Create a graph that shows attraction types and how to get there. ,abstract,Bar,Tourist_Attractions,cre_Theme_park,mark bar 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,bar,"x=How_to_Get_There,y=count How_to_Get_There,color=none",none +Show me the number of attractions and the various ways to get there.,abstract,Bar,Tourist_Attractions,cre_Theme_park,mark bar 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,bar,"x=How_to_Get_There,y=count How_to_Get_There,color=none",none +Can you show me the breakdown of book categories?,abstract,Bar,book_club,culture_company,mark bar data book_club encoding x category y aggregate count category transform group x ,Category,none,count Category,bar,"x=Category,y=count Category,color=none",none +Can you give me a visual representation of the different book categories?,abstract,Bar,book_club,culture_company,mark bar data book_club encoding x category y aggregate count category transform group x,Category,none,count Category,bar,"x=Category,y=count Category,color=none",none +What's the proportion of books in each category?,abstract,Pie,book_club,culture_company,mark arc data book_club encoding x category y aggregate count category transform group x,Category,none,count Category,arc,"x=Category,y=count Category,color=none",none +Show me a visualization of director data in 1999-2000.,abstract,Bar,movie,culture_company,mark bar data movie encoding x director y aggregate count director transform filter year = 1999 or year = 2000 group x ,Director,Year = 1999 or Year = 2000,count Director,bar,"x=Director,y=count Director,color=none",none +How many films did directors work on in 1999 or 2000?,abstract,Bar,movie,culture_company,mark bar data movie encoding x director y aggregate count director transform filter year = 1999 or year = 2000 group x,Director,Year = 1999 or Year = 2000,count Director,bar,"x=Director,y=count Director,color=none",none +Display the code and price relationship for items priced between 60 and 120. ,abstract,Scatter,products,manufactory_1,mark point data products encoding x code y aggregate none price transform filter price between 60 and 120,"Code,Price",Price gte 60 and Price lte 120,none,point,"x=Code,y=Price,color=none",none +Can you show me the prices of the cheapest products?,abstract,Bar,products,manufactory_1,mark bar data products encoding x name y aggregate min price transform group x ,"Name,Price",none,min Price,bar,"x=Name,y=min Price,color=none",none +Generate a graph of products with prices over 1000 or under 500.,abstract,Bar,products,customers_and_products_contacts,mark bar data products encoding x product_name y aggregate count product_name transform filter product_price > 1000 or product_price < 500 group x,product_name,product_price gt 1000 or product_price lt 500,count product_name,bar,"x=product_name,y=count product_name,color=none",none +Can you show me the total cost of each product type?,abstract,Bar,products,manufactory_1,mark bar data products encoding x name y aggregate sum price transform group x ,"Name,Price",none,sum Price,bar,"x=Name,y=sum Price,color=none",none +What is the relationship between the least and most expensive product prices by product type?,abstract,Grouping Scatter,products,department_store,mark point data products encoding x max(product_price) y aggregate min product_price transform group product_type_code,"product_price,product_type_code",none,"max product_price,min product_price",point,"x=max product_price,y=min product_price,color=product_type_code",none +Create a chart of the products with prices over 1000 or below 500.,abstract,Bar,products,customers_and_products_contacts,mark bar data products encoding x product_type_code y aggregate count product_type_code transform filter product_price > 1000 or product_price < 500 group x ,product_type_code,product_price gt 1000 or product_price lt 500,count product_type_code,bar,"x=product_type_code,y=count product_type_code,color=none",none +Show me the gender of good customers in a graph.,abstract,Bar,customers,products_for_hire,mark bar data customers encoding x first_name y aggregate none gender_mf transform filter good_or_bad_customer = 'good',"first_name,gender_mf",good_or_bad_customer = 'good',none,bar,"x=first_name,y=gender_mf,color=none",none +Plot the customers' payment methods.,abstract,Bar,customers,department_store,mark bar data customers encoding x payment_method_code y aggregate count payment_method_code transform group x ,payment_method_code,none,count payment_method_code,bar,"x=payment_method_code,y=count payment_method_code,color=none",none +Show me the customer status codes in a chart.,abstract,Bar,Customers,driving_school,mark bar data customers encoding x customer_status_code y aggregate count customer_status_code transform group x,customer_status_code,none,count customer_status_code,bar,"x=customer_status_code,y=count customer_status_code,color=none",none +What's the breakdown of customer status codes?,abstract,Pie,Customers,driving_school,mark arc data customers encoding x customer_status_code y aggregate count customer_status_code transform group x,customer_status_code,none,count customer_status_code,arc,"x=customer_status_code,y=count customer_status_code,color=none",none +How many transactions have each transaction type?,abstract,Bar,Financial_transactions,customers_card_transactions,mark bar data financial_transactions encoding x transaction_type y aggregate count transaction_type transform group x,transaction_type,none,count transaction_type,bar,"x=transaction_type,y=count transaction_type,color=none",none +Show me the transaction amounts.,abstract,Bar,Financial_transactions,customers_and_invoices,mark bar data financial_transactions encoding x transaction_type y aggregate sum transaction_amount transform group x ,"transaction_type,transaction_amount",none,sum transaction_amount,bar,"x=transaction_type,y=sum transaction_amount,color=none",none +Can you show me the transaction types and the total amount?,abstract,Bar,Financial_transactions,customers_and_invoices,mark bar data financial_transactions encoding x transaction_type y aggregate sum transaction_amount transform group x ,"transaction_type,transaction_amount",none,sum transaction_amount,bar,"x=transaction_type,y=sum transaction_amount,color=none",none +Plot the number of each type of transaction.,abstract,Pie,Financial_transactions,customers_card_transactions,mark arc data financial_transactions encoding x transaction_type y aggregate count transaction_type transform group x,transaction_type,none,count transaction_type,arc,"x=transaction_type,y=count transaction_type,color=none",none +Illustrate the total number from each state province county.,abstract,Bar,addresses,customers_and_products_contacts,mark bar data addresses encoding x state_province_county y aggregate count state_province_county transform group x ,state_province_county,none,count state_province_county,bar,"x=state_province_county,y=count state_province_county,color=none",none +Show me the breakdown of addresses by state.,abstract,Bar,addresses,customers_and_products_contacts,mark bar data addresses encoding x state_province_county y aggregate count state_province_county transform group x,state_province_county,none,count state_province_county,bar,"x=state_province_county,y=count state_province_county,color=none",none +How many premises per type? Visualize it.,abstract,Bar,premises,customers_campaigns_ecommerce,mark bar data premises encoding x premises_type y aggregate count premises_type transform group x ,premises_type,none,count premises_type,bar,"x=premises_type,y=count premises_type,color=none",none +What's the distribution of premises by type?,abstract,Pie,premises,customers_campaigns_ecommerce,mark arc data premises encoding x premises_type y aggregate count premises_type transform group x,premises_type,none,count premises_type,arc,"x=premises_type,y=count premises_type,color=none",none +Visualize the number of cards by card type code.,abstract,Bar,Customers_cards,customers_card_transactions,mark bar data customers_cards encoding x card_type_code y aggregate count card_type_code transform group x ,card_type_code,none,count card_type_code,bar,"x=card_type_code,y=count card_type_code,color=none",none +Give me a visualization of the customer ID and card ID.,abstract,Scatter,Customers_cards,customers_card_transactions,mark point data customers_cards encoding x card_id y aggregate none customer_id,"card_id,customer_id",none,none,point,"x=card_id,y=customer_id,color=none",none +What's the association between customer ID and card ID?,abstract,Scatter,Customers_cards,customers_card_transactions,mark point data customers_cards encoding x card_id y aggregate none customer_id,"card_id,customer_id",none,none,point,"x=card_id,y=customer_id,color=none",none +Demonstrate the cards by card type code.,abstract,Pie,Customers_cards,customers_card_transactions,mark arc data customers_cards encoding x card_type_code y aggregate count card_type_code transform group x,card_type_code,none,count card_type_code,arc,"x=card_type_code,y=count card_type_code,color=none",none +How do customer ID and card ID relate?,abstract,Grouping Scatter,Customers_cards,customers_card_transactions,mark point data customers_cards encoding x card_id y aggregate none customer_id transform group card_type_code,"card_id,customer_id,card_type_code",none,none,point,"x=card_id,y=customer_id,color=card_type_code",none +How do the card ID and customer ID vary by card type code?,abstract,Grouping Scatter,Customers_cards,customers_card_transactions,mark point data customers_cards encoding x card_id y aggregate none customer_id transform group card_type_code,"card_id,customer_id,card_type_code",none,none,point,"x=card_id,y=customer_id,color=card_type_code",none +Make a chart of the number of debates per venue.,abstract,Bar,debate,debate,mark bar data debate encoding x venue y aggregate count venue transform group x ,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",none +"Show me the mean age of heads born in each state, in reverse order.",abstract,Bar,head,department_management,mark bar data head encoding x born_state y aggregate mean age transform group x sort y desc,"born_state,age",none,mean age,bar,"x=born_state,y=mean age,color=none",y desc +What's the distribution of ages of heads from each state?,abstract,Bar,head,department_management,mark bar data head encoding x born_state y aggregate mean age transform group x,"born_state,age",none,mean age,bar,"x=born_state,y=mean age,color=none",none +Chart the born states of the heads.,abstract,Pie,head,department_management,mark arc data head encoding x born_state y aggregate count born_state transform group x,born_state,none,count born_state,arc,"x=born_state,y=count born_state,color=none",none +I need a chart of the software platforms with the number of devices.,abstract,Bar,device,device,mark bar data device encoding x software_platform y aggregate count software_platform transform group x ,Software_Platform,none,count Software_Platform,bar,"x=Software_Platform,y=count Software_Platform,color=none",none +What is the software platform breakdown?,abstract,Pie,device,device,mark arc data device encoding x software_platform y aggregate count software_platform transform group x,Software_Platform,none,count Software_Platform,arc,"x=Software_Platform,y=count Software_Platform,color=none",none +Chart the number of stores by location. ,abstract,Bar,shop,device,mark bar data shop 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 shops are in each place?,abstract,Bar,shop,device,mark bar data shop encoding x location y aggregate count location transform group x,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +Visualize and sort the user roles and their user counts.,abstract,Bar,users,document_management,mark bar data users encoding x role_code y aggregate count role_code transform group x sort y asc,role_code,none,count role_code,bar,"x=role_code,y=count role_code,color=none",y asc +Show roles and number of users.,abstract,Bar,users,document_management,mark bar data users encoding x role_code y aggregate count role_code transform group x,role_code,none,count role_code,bar,"x=role_code,y=count role_code,color=none",none +What is the distribution of user roles?,abstract,Pie,users,document_management,mark arc data users encoding x role_code y aggregate count role_code transform group x,role_code,none,count role_code,arc,"x=role_code,y=count role_code,color=none",none +Generate a chart of document names and access counts.,abstract,Bar,documents,document_management,mark bar data documents encoding x document_name y aggregate none access_count transform ,"document_name,access_count",none,none,bar,"x=document_name,y=access_count,color=none",none +Can I see a chart of the age and weight of abandoned dogs?,abstract,Scatter,Dogs,dog_kennels,mark point data dogs encoding x age y aggregate none weight transform filter abandoned_yn = 1,"age,weight",abandoned_yn = 1,none,point,"x=age,y=weight,color=none",none +Chart the charge type costs.,abstract,Bar,Charges,dog_kennels,mark bar data charges encoding x charge_type y aggregate none charge_amount,"charge_type,charge_amount",none,none,bar,"x=charge_type,y=charge_amount,color=none",none +Show me the gender distribution of dorms.,abstract,Bar,dorm,dorm_1,mark bar data dorm encoding x gender y aggregate count gender transform group x,gender,none,count gender,bar,"x=gender,y=count gender,color=none",none +Visualize the dorm gender ratio.,abstract,Pie,dorm,dorm_1,mark arc data dorm encoding x gender y aggregate count gender transform group x,gender,none,count gender,arc,"x=gender,y=count gender,color=none",none +Show me how many dorms are for each gender.,abstract,Pie,dorm,dorm_1,mark arc data dorm encoding x gender y aggregate count gender transform group x,gender,none,count gender,arc,"x=gender,y=count gender,color=none",none +How much was paid for each payment method?,abstract,Bar,Customer_Payments,driving_school,mark bar data customer_payments encoding x payment_method_code y aggregate count payment_method_code transform group x ,payment_method_code,none,count payment_method_code,bar,"x=payment_method_code,y=count payment_method_code,color=none",none +Visualize the payments by payment method.,abstract,Pie,Customer_Payments,driving_school,mark arc data customer_payments encoding x payment_method_code y aggregate count payment_method_code transform group x,payment_method_code,none,count payment_method_code,arc,"x=payment_method_code,y=count payment_method_code,color=none",none +Visualize student details from Z to A in a chart. ,abstract,Bar,Students,student_transcripts_tracking,mark bar data students encoding x other_student_details y aggregate count other_student_details transform group x sort x desc,other_student_details,none,count other_student_details,bar,"x=other_student_details,y=count other_student_details,color=none",x desc +"How many tests passed, in order of date?",abstract,Bar,Student_Tests_Taken,e_learning,"mark bar data student_tests_taken encoding x date_test_taken y aggregate count date_test_taken transform filter test_result = ""pass"" group x sort y asc",date_test_taken,"test_result = ""Pass""",count date_test_taken,bar,"x=date_test_taken,y=count date_test_taken,color=none",y asc +"Show me when tests with ""Pass"" results were taken.",abstract,Bar,Student_Tests_Taken,e_learning,"mark bar data student_tests_taken encoding x date_test_taken y aggregate count date_test_taken transform filter test_result = ""pass"" group x",date_test_taken,"test_result = ""Pass""",count date_test_taken,bar,"x=date_test_taken,y=count date_test_taken,color=none",none +Visualize the test results.,abstract,Pie,Student_Tests_Taken,e_learning,mark arc data student_tests_taken encoding x test_result y aggregate count test_result transform group x ,test_result,none,count test_result,arc,"x=test_result,y=count test_result,color=none",none +Show the trend of completion students over the date. ,abstract,Line,Student_Course_Enrolment,e_learning,mark line data student_course_enrolment encoding x date_of_completion y aggregate count date_of_completion transform group x ,date_of_completion,none,count date_of_completion,line,"x=date_of_completion,y=count date_of_completion,color=none",none +Show me the population data in a graph.,abstract,Bar,county,election,mark bar data county encoding x county_name y aggregate none population transform ,"County_name,Population",none,none,bar,"x=County_name,y=Population,color=none",none +Make a graph of delegates in each committee.,abstract,Bar,election,election,mark bar data election encoding x committee y aggregate count committee transform group x ,Committee,none,count Committee,bar,"x=Committee,y=count Committee,color=none",none +Show me the voting percentage for each election.,abstract,Bar,election,election_representative,mark bar data election encoding x date y aggregate none vote_percent,"Date,Vote_Percent",none,none,bar,"x=Date,y=Vote_Percent,color=none",none +Show me the votes by date.,abstract,Pie,election,election_representative,mark arc data election encoding x date y aggregate none vote_percent,"Date,Vote_Percent",none,none,arc,"x=Date,y=Vote_Percent,color=none",none +Votes by date.,abstract,Pie,election,election_representative,mark arc data election encoding x date y aggregate none vote_percent,"Date,Vote_Percent",none,none,arc,"x=Date,y=Vote_Percent,color=none",none +What is the party breakdown of representatives? ,abstract,Bar,representative,election_representative,mark bar data representative encoding x party y aggregate count party transform group x ,Party,none,count Party,bar,"x=Party,y=count Party,color=none",none +Show me the party distribution.,abstract,Bar,representative,election_representative,mark bar data representative encoding x party y aggregate count party transform group x,Party,none,count Party,bar,"x=Party,y=count Party,color=none",none +What's the breakdown of full-time and part-time staff? ,abstract,Bar,hiring,employee_hire_evaluation,mark bar data hiring encoding x is_full_time y aggregate count is_full_time transform group x ,Is_full_time,none,count Is_full_time,bar,"x=Is_full_time,y=count Is_full_time,color=none",none +Make me a graph of Is_full_time and the sum of Employee_ID.,abstract,Pie,hiring,employee_hire_evaluation,mark arc data hiring encoding x is_full_time y aggregate sum employee_id transform group x,"Is_full_time,Employee_ID",none,sum Employee_ID,arc,"x=Is_full_time,y=sum Employee_ID,color=none",none +"Give me a plot of shop and employee data, indicating by full-time or part-time status.",abstract,Grouping Scatter,hiring,employee_hire_evaluation,mark point data hiring encoding x shop_id y aggregate none employee_id transform group is_full_time,"Shop_ID,Employee_ID,Is_full_time",none,none,point,"x=Shop_ID,y=Employee_ID,color=Is_full_time",none +How do Shop_ID and Employee_ID correlate?,abstract,Scatter,hiring,employee_hire_evaluation,mark point data hiring encoding x shop_id y aggregate none employee_id,"Shop_ID,Employee_ID",none,none,point,"x=Shop_ID,y=Employee_ID,color=none",none +Compare investor investments.,abstract,Bar,entrepreneur,entrepreneur,mark bar data entrepreneur encoding x investor y aggregate count investor transform group x ,Investor,none,count Investor,bar,"x=Investor,y=count Investor,color=none",none +Graph of investors and their investments.,abstract,Bar,entrepreneur,entrepreneur,mark bar data entrepreneur encoding x investor y aggregate count investor transform group x,Investor,none,count Investor,bar,"x=Investor,y=count Investor,color=none",none +Show me a diagram of the investors' investments.,abstract,Pie,entrepreneur,entrepreneur,mark arc data entrepreneur encoding x investor y aggregate count investor transform group x,Investor,none,count Investor,arc,"x=Investor,y=count Investor,color=none",none +How many people live in each city and what's the status?,abstract,Bar,city,farm,mark bar data city encoding x status y aggregate mean population transform group x ,"Status,Population",none,mean Population,bar,"x=Status,y=mean Population,color=none",none +Graph the city statuses and population.,abstract,Bar,city,farm,mark bar data city encoding x status y aggregate mean population transform group x,"Status,Population",none,mean Population,bar,"x=Status,y=mean Population,color=none",none +What do the population of each status look like?,abstract,Pie,city,farm,mark arc data city encoding x status y aggregate mean population transform group x,"Status,Population",none,mean Population,arc,"x=Status,y=mean Population,color=none",none +Can I see a chart of the population and status?,abstract,Pie,city,farm,mark arc data city encoding x status y aggregate mean population transform group x,"Status,Population",none,mean Population,arc,"x=Status,y=mean Population,color=none",none +Visualize the estimates for film markets.,abstract,Scatter,film_market_estimation,film_rank,mark point data film_market_estimation encoding x low_estimate y aggregate none high_estimate,"Low_Estimate,High_Estimate",none,none,point,"x=Low_Estimate,y=High_Estimate,color=none",none +Show me the number of flights to each destination.,abstract,Bar,Flight,flight_1,mark bar data flight encoding x destination y aggregate count destination transform group x ,destination,none,count destination,bar,"x=destination,y=count destination,color=none",none +How many flights with a price of over 300 to each destination?,abstract,Pie,Flight,flight_1,mark arc data flight encoding x destination y aggregate count destination transform filter price > 300 group x,destination,price gt 300,count destination,arc,"x=destination,y=count destination,color=none",none +Make me a graph of flights with fares higher than 300 by destination.,abstract,Bar,Flight,flight_1,mark bar data flight encoding x destination y aggregate count destination transform filter price > 300 group x ,destination,price gt 300,count destination,bar,"x=destination,y=count destination,color=none",none +Compare aircraft distances.,abstract,Bar,Aircraft,flight_1,mark bar data aircraft encoding x name y aggregate none distance,"name,distance",none,none,bar,"x=name,y=distance,color=none",none +Show me the flight count per pilot.,abstract,Pie,flight,flight_company,mark arc data flight encoding x pilot y aggregate count pilot transform group x,Pilot,none,count Pilot,arc,"x=Pilot,y=count Pilot,color=none",none +Display the IDs and locations of circuits in France or Belgium.,abstract,Bar,circuits,formula_1,"mark bar data circuits encoding x location y aggregate none circuitid transform filter country = ""france"" or country = ""belgium""","location,circuitId","country = ""France"" or country = ""Belgium""",none,bar,"x=location,y=circuitId,color=none",none +Show me the IDs and locations of circuits in France or Belgium.,abstract,Bar,circuits,formula_1,"mark bar data circuits encoding x location y aggregate none circuitid transform filter country = ""france"" or country = ""belgium"" ","location,circuitId","country = ""France"" or country = ""Belgium""",none,bar,"x=location,y=circuitId,color=none",none +What's the distribution of races these days?,abstract,Bar,races,formula_1,mark bar data races encoding x name y aggregate count name transform filter year between 2009 and 2011 group x ,name,year gte 2009,count name,bar,"x=name,y=count name,color=none",none +Show me the races recently. ,abstract,Bar,races,formula_1,mark bar data races encoding x name y aggregate count name transform filter year between 2009 and 2011 group x,name,year gte 2009,count name,bar,"x=name,y=count name,color=none",none +What is the trend of gas station numbers for each manager?,abstract,Bar,gas_station,gas_company,mark bar data gas_station encoding x manager_name y aggregate count manager_name transform group x ,Manager_Name,none,count Manager_Name,bar,"x=Manager_Name,y=count Manager_Name,color=none",none +What's the distribution of gas stations by the manager?,abstract,Bar,gas_station,gas_company,mark bar data gas_station encoding x manager_name y aggregate count manager_name transform group x,Manager_Name,none,count Manager_Name,bar,"x=Manager_Name,y=count Manager_Name,color=none",none +Visualize a chart of the primary affiliation of physicians and departments.,abstract,Scatter,affiliated_with,hospital_1,mark point data affiliated_with encoding x physician y aggregate none department transform filter primaryaffiliation = 1,"Physician,Department",PrimaryAffiliation = 1,none,point,"x=Physician,y=Department,color=none",none +Can you draw a chart illustrating the different state provinces and the count?,abstract,Bar,locations,hr_1,mark bar data locations encoding x state_province y aggregate count state_province transform group x,STATE_PROVINCE,none,count STATE_PROVINCE,bar,"x=STATE_PROVINCE,y=count STATE_PROVINCE,color=none",none +Can I get a chart of jobs and their salary ranges with a maximum salary between 12000-18000?,abstract,Bar,jobs,hr_1,mark bar data jobs encoding x job_title y aggregate none max_salary - min_salary transform filter max_salary between 12000 and 18000 ,"JOB_TITLE,MAX_SALARY",MAX_SALARY gte 12000 and MAX_SALARY lte 18000,none,bar,"x=JOB_TITLE,y=MAX_SALARY - MIN_SALARY,color=none",none +I want to know jobs and salary ranges with max salary in the 12k-18k in a chart.,abstract,Pie,jobs,hr_1,mark arc data jobs encoding x job_title y aggregate none max_salary - min_salary transform filter max_salary between 12000 and 18000,"JOB_TITLE,MAX_SALARY",MAX_SALARY gte 12000 and MAX_SALARY lte 18000,none,arc,"x=JOB_TITLE,y=MAX_SALARY - MIN_SALARY,color=none",none +"Make a graph of the countries, in name descending order.",abstract,Bar,countries,hr_1,mark bar data countries encoding x country_name y aggregate count country_name transform group x sort x desc,COUNTRY_NAME,none,count COUNTRY_NAME,bar,"x=COUNTRY_NAME,y=count COUNTRY_NAME,color=none",x desc +Can I get a visualization of country names?,abstract,Bar,countries,hr_1,mark bar data countries encoding x country_name y aggregate count country_name transform group x,COUNTRY_NAME,none,count COUNTRY_NAME,bar,"x=COUNTRY_NAME,y=count COUNTRY_NAME,color=none",none +What's the ratio of the countries?,abstract,Pie,countries,hr_1,mark arc data countries encoding x country_name y aggregate count country_name transform group x,COUNTRY_NAME,none,count COUNTRY_NAME,arc,"x=COUNTRY_NAME,y=count COUNTRY_NAME,color=none",none +Sort the rooms by bed type.,abstract,Bar,Rooms,inn_1,mark bar data rooms encoding x bedtype y aggregate count bedtype transform group x sort x asc,bedType,none,count bedType,bar,"x=bedType,y=count bedType,color=none",x asc +Display the decor frequency of king bedrooms.,abstract,Pie,Rooms,inn_1,mark arc data rooms encoding x decor y aggregate count decor transform filter bedtype = 'king' group x,decor,"bedType = ""King""",count decor,arc,"x=decor,y=count decor,color=none",none +How many policies are there for each type?,abstract,Bar,policies,insurance_and_eClaims,mark bar data policies encoding x policy_type_code y aggregate count policy_type_code transform group x,Policy_Type_Code,none,count Policy_Type_Code,bar,"x=Policy_Type_Code,y=count Policy_Type_Code,color=none",none +Give me a breakdown of the policies by type.,abstract,Bar,policies,insurance_and_eClaims,mark bar data policies encoding x policy_type_code y aggregate count policy_type_code transform group x,Policy_Type_Code,none,count Policy_Type_Code,bar,"x=Policy_Type_Code,y=count Policy_Type_Code,color=none",none +What's the breakdown of policies by type code?,abstract,Pie,policies,insurance_and_eClaims,mark arc data policies encoding x policy_type_code y aggregate count policy_type_code transform group x,Policy_Type_Code,none,count Policy_Type_Code,arc,"x=Policy_Type_Code,y=count Policy_Type_Code,color=none",none +What is the distribution of payment methods?,abstract,Bar,Payments,insurance_policies,mark bar data payments encoding x payment_method_code y aggregate count payment_method_code transform group x,Payment_Method_Code,none,count Payment_Method_Code,bar,"x=Payment_Method_Code,y=count Payment_Method_Code,color=none",none +Graph the payment amounts proportion per payment method.,abstract,Pie,Payments,insurance_policies,mark arc data payments encoding x payment_method_code y aggregate sum amount_payment transform group x,"Payment_Method_Code,Amount_Payment",none,sum Amount_Payment,arc,"x=Payment_Method_Code,y=sum Amount_Payment,color=none",none +What's the pattern of average payments over time?,abstract,Line,Payments,insurance_policies,mark line data payments encoding x date_payment_made y aggregate mean amount_payment transform group x ,"Date_Payment_Made,Amount_Payment",none,mean Amount_Payment,line,"x=Date_Payment_Made,y=mean Amount_Payment,color=none",none +Can I get a chart of Visa payments?,abstract,Scatter,Payments,insurance_policies,mark point data payments encoding x payment_id y aggregate none amount_payment transform filter payment_method_code = 'visa',"Payment_ID,Amount_Payment",Payment_Method_Code = 'Visa',none,point,"x=Payment_ID,y=Amount_Payment,color=none",none +How has the frequency of the claim dates changed?,abstract,Line,Settlements,insurance_policies,mark line data settlements encoding x date_claim_settled y aggregate count date_claim_settled transform group x ,Date_Claim_Settled,none,count Date_Claim_Settled,line,"x=Date_Claim_Settled,y=count Date_Claim_Settled,color=none",none +"Graph the name attribute, from low to high.",abstract,Bar,editor,journal_committee,mark bar data editor encoding x name y aggregate count name transform group x sort y asc,Name,none,count Name,bar,"x=Name,y=count Name,color=none",y asc +Visualize the amount of names. ,abstract,Bar,editor,journal_committee,mark bar data editor encoding x name y aggregate count name transform group x,Name,none,count Name,bar,"x=Name,y=count Name,color=none",none +What's the average account balance of customers with credit scores under 50 by type of account?,abstract,Pie,customer,loan_1,mark arc data customer encoding x acc_type y aggregate mean acc_bal transform filter credit_score < 50 group x,"acc_type,acc_bal",credit_score lt 50,mean acc_bal,arc,"x=acc_type,y=mean acc_bal,color=none",none +How many items are there based on the type of thing? In asc order.,abstract,Bar,Things,local_govt_and_lot,mark bar data things encoding x type_of_thing_code y aggregate count type_of_thing_code transform group x sort y asc,Type_of_Thing_Code,none,count Type_of_Thing_Code,bar,"x=Type_of_Thing_Code,y=count Type_of_Thing_Code,color=none",y asc +Chart the count of each type of thing.,abstract,Bar,Things,local_govt_and_lot,mark bar data things encoding x type_of_thing_code y aggregate count type_of_thing_code transform group x,Type_of_Thing_Code,none,count Type_of_Thing_Code,bar,"x=Type_of_Thing_Code,y=count Type_of_Thing_Code,color=none",none +Show me a chart of resident details.,abstract,Bar,Residents,local_govt_and_lot,mark bar data residents encoding x other_details y aggregate none resident_id,"other_details,resident_id",none,none,bar,"x=other_details,y=resident_id,color=none",none +Show me the events and their properties.,abstract,Scatter,customer_events,local_govt_and_lot,mark point data customer_events encoding x customer_event_id y aggregate none property_id,"Customer_Event_ID,property_id",none,none,point,"x=Customer_Event_ID,y=property_id,color=none",none +Make a chart showing the participant info with IDs in asc order.,abstract,Bar,Participants,local_govt_in_alabama,mark bar data participants encoding x participant_details y aggregate none participant_id transform sort x asc,"Participant_Details,Participant_ID",none,none,bar,"x=Participant_Details,y=Participant_ID,color=none",x asc +"Display the count of event details, from low to high.",abstract,Bar,EVENTS,local_govt_in_alabama,mark bar data events encoding x event_details y aggregate count event_details transform group x sort y asc,Event_Details,none,count Event_Details,bar,"x=Event_Details,y=count Event_Details,color=none",y asc +Give me a graph of each event's details count.,abstract,Bar,EVENTS,local_govt_in_alabama,mark bar data events encoding x event_details y aggregate count event_details transform group x,Event_Details,none,count Event_Details,bar,"x=Event_Details,y=count Event_Details,color=none",none +What's the ratio of event details in a chart?,abstract,Pie,EVENTS,local_govt_in_alabama,mark arc data events encoding x event_details y aggregate count event_details transform group x,Event_Details,none,count Event_Details,arc,"x=Event_Details,y=count Event_Details,color=none",none +"Show the team distribution for technicians, sorted by name.",abstract,Bar,technician,machine_repair,mark bar data technician encoding x team y aggregate count team transform group x sort x asc,Team,none,count Team,bar,"x=Team,y=count Team,color=none",x asc +Chart the proportion of each team's technicians.,abstract,Pie,technician,machine_repair,mark arc data technician encoding x team y aggregate count team transform group x,Team,none,count Team,arc,"x=Team,y=count Team,color=none",none +"Make a graph of the sum revenue of founders, sorted by revenue.",abstract,Bar,manufacturers,manufactory_1,mark bar data manufacturers encoding x founder y aggregate sum revenue transform group x sort x asc,"Founder,Revenue",none,sum Revenue,bar,"x=Founder,y=sum Revenue,color=none",x asc +Plot the revenue of each manufacturer from highest to lowest.,abstract,Bar,manufacturers,manufactory_1,mark bar data manufacturers encoding x name y aggregate none revenue transform sort y desc,"Name,Revenue",none,none,bar,"x=Name,y=Revenue,color=none",y desc +Display the types of products in a chart.,abstract,Bar,Products,solvency_ii,mark bar data products encoding x product_type_code y aggregate count product_type_code transform group x,Product_Type_Code,none,count Product_Type_Code,bar,"x=Product_Type_Code,y=count Product_Type_Code,color=none",none +Give me a breakdown of product types.,abstract,Pie,Products,solvency_ii,mark arc data products encoding x product_type_code y aggregate count product_type_code transform group x,Product_Type_Code,none,count Product_Type_Code,arc,"x=Product_Type_Code,y=count Product_Type_Code,color=none",none +What's the average cost of products by type?,abstract,Scatter,Products,manufactory_1,mark point data products encoding x avg(price) y aggregate none manufacturer transform group manufacturer,"Price,Manufacturer",none,avg Price,point,"x=avg Price,y=Manufacturer,color=none",none +Show me the proportion of components of furniture that have more than 10 pieces.,abstract,Pie,furniture,manufacturer,mark arc data furniture encoding x name y aggregate none num_of_component transform filter num_of_component > 10,"Name,Num_of_Component",Num_of_Component gt 10,none,arc,"x=Name,y=Num_of_Component,color=none",none +Can I see the components of each furniture item with more than 10 parts from low to high?,abstract,Bar,furniture,manufacturer,mark bar data furniture encoding x name y aggregate none num_of_component transform filter num_of_component > 10 sort y asc,"Name,Num_of_Component",Num_of_Component gt 10,none,bar,"x=Name,y=Num_of_Component,color=none",y asc +Plot the number of players with points below 30 for each position in descending order.,abstract,Bar,player,sports_competition,mark bar data player encoding x position y aggregate count position transform filter points < 30 group x sort y desc,Position,Points lt 30,count Position,bar,"x=Position,y=count Position,color=none",y desc +What's the ratio of male and female players?,abstract,Pie,player,riding_club,mark arc data player encoding x gender y aggregate count gender transform group x,Gender,none,count Gender,arc,"x=Gender,y=count Gender,color=none",none +Can I get a chart of the players by occupation with most at the top?,abstract,Bar,player,riding_club,mark bar data player encoding x occupation y aggregate count occupation transform group x sort y desc,Occupation,none,count Occupation,bar,"x=Occupation,y=count Occupation,color=none",y desc +Plot the positions with the most players at the top.,abstract,Bar,match_season,match_season,mark bar data match_season encoding x position y aggregate count position transform group x sort y desc,Position,none,count Position,bar,"x=Position,y=count Position,color=none",y desc +Can I see the draft pick numbers and classes for Defenders?,abstract,Bar,match_season,match_season,"mark bar data match_season encoding x draft_class y aggregate none draft_pick_number transform filter position = ""defender""","Draft_Class,Draft_Pick_Number","Position = ""Defender""",none,bar,"x=Draft_Class,y=Draft_Pick_Number,color=none",none +Display an overview of the positions of players.,abstract,Pie,match_season,match_season,mark arc data match_season encoding x position y aggregate count position transform group x,Position,none,count Position,arc,"x=Position,y=count Position,color=none",none +Compare the number of lenses from each brand in reverse.,abstract,Bar,camera_lens,mountain_photos,mark bar data camera_lens encoding x brand y aggregate count brand transform group x ,brand,none,count brand,bar,"x=brand,y=count brand,color=none",none +Show me the proportion of each brand.,abstract,Pie,camera_lens,mountain_photos,mark arc data camera_lens encoding x brand y aggregate count brand transform group x,brand,none,count brand,arc,"x=brand,y=count brand,color=none",none +Graph of the various colors.,abstract,Bar,photos,mountain_photos,mark bar data photos encoding x color y aggregate count color transform group x,"color,y",none,count,bar,"x=color,y=count,color=y",none +Plot the counts of each color from low to high.,abstract,Bar,photos,mountain_photos,mark bar data photos encoding x color y aggregate count color transform group x sort y asc,"color,y",none,count,bar,"x=color,y=count,color=y",y asc +What's the proportion of different hues?,abstract,Pie,photos,mountain_photos,mark arc data photos encoding x color y aggregate count color transform group x,"color,y",none,count,arc,"x=color,y=count,color=y",none +Draw a graph of those with a membership above 4.,abstract,Bar,visitor,museum_visit,mark bar data visitor encoding x name y aggregate none level_of_membership transform filter level_of_membership > 4,"Name,Level_of_membership",Level_of_membership gt 4,none,bar,"x=Name,y=Level_of_membership,color=none",none +Show me the visitors ratio with a membership level greater than 4.,abstract,Pie,visitor,museum_visit,mark arc data visitor encoding x name y aggregate none level_of_membership transform filter level_of_membership > 4,"Name,Level_of_membership",Level_of_membership gt 4,none,arc,"x=Name,y=Level_of_membership,color=none",none +Give me the percentage of songs from each format.,abstract,Pie,files,music_1,mark arc data files encoding x formats y aggregate count formats transform group x,formats,none,count formats,arc,"x=formats,y=count formats,color=none",none +Plot the sorted average rating of songs by language.,abstract,Bar,song,music_1,mark bar data song encoding x languages y aggregate mean rating transform group x sort y desc,"languages,rating",none,mean rating,bar,"x=languages,y=mean rating,color=none",y desc +Display average song ratings by language.,abstract,Bar,song,music_1,mark bar data song encoding x languages y aggregate mean rating transform group x,"languages,rating",none,mean rating,bar,"x=languages,y=mean rating,color=none",none +Show me a breakdown of song average ratings by language.,abstract,Pie,song,music_1,mark arc data song encoding x languages y aggregate mean rating transform group x,"languages,rating",none,mean rating,arc,"x=languages,y=mean rating,color=none",none +Generate a chart of the sorted categories of music festivals with the result awarded. ,abstract,Bar,music_festival,music_4,"mark bar data music_festival encoding x category y aggregate count category transform filter result = ""awarded"" group x sort y asc",Category,"Result = ""Awarded""",count Category,bar,"x=Category,y=count Category,color=none",y asc +What's the ratio of music festival types that have been awarded?,abstract,Pie,music_festival,music_4,"mark arc data music_festival encoding x category y aggregate count category transform filter result = ""awarded"" group x",Category,"Result = ""Awarded""",count Category,arc,"x=Category,y=count Category,color=none",none +Give me a breakdown of the results of the music festivals.,abstract,Pie,music_festival,music_4,mark arc data music_festival encoding x result y aggregate count result transform group x,Result,none,count Result,arc,"x=Result,y=count Result,color=none",none +Generate a graph of non-US artists by year in order.,abstract,Bar,artist,theme_gallery,mark bar data artist encoding x year_join y aggregate count year_join transform filter country != 'united states' group x sort y asc,Year_Join,Country != 'United States',count Year_Join,bar,"x=Year_Join,y=count Year_Join,color=none",y asc +What is the percentage of countries in the artist table?,abstract,Pie,artist,theme_gallery,mark arc data artist encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +Plot the year of the non-US artists when they joined in ascending order.,abstract,Stacked Bar,artist,theme_gallery,mark bar data artist encoding x year_join y aggregate count year_join transform filter country != 'united states' group name sort y asc,"Year_Join,Name",Country != 'United States',count Year_Join,bar,"x=Year_Join,y=count Year_Join,color=Name",y asc +Plot the average grades for each name.,abstract,Bar,Highschooler,network_1,mark bar data highschooler encoding x name y aggregate mean grade transform group x,"name,grade",none,mean grade,bar,"x=name,y=mean grade,color=none",none +Draw the number of people under 40 by gender.,abstract,Bar,Person,network_2,mark bar data person encoding x gender y aggregate count gender transform filter age < 40 group x,gender,age lt 40,count gender,bar,"x=gender,y=count gender,color=none",none +Make me a bar graph for the reversely sorted average age per nationality.,abstract,Bar,journalist,news_report,mark bar data journalist encoding x nationality y aggregate mean age transform group x sort y desc,"Nationality,Age",none,mean Age,bar,"x=Nationality,y=mean Age,color=none",y desc +Illustrate the number of journalists by nationality on a graph.,abstract,Bar,journalist,news_report,mark bar data journalist encoding x nationality y aggregate count nationality transform group x,Nationality,none,count Nationality,bar,"x=Nationality,y=count Nationality,color=none",none +Chart the different party locations.,abstract,Bar,party,party_host,mark bar data party encoding x location y aggregate count location transform group x,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +Illustrate the proportion of ministers.,abstract,Pie,party,party_people,mark arc data party encoding x minister y aggregate count minister transform group x,Minister,none,count Minister,arc,"x=Minister,y=count Minister,color=none",none +Plot the number of hosts per nationality in order.,abstract,Bar,HOST,party_host,mark bar data host encoding x nationality y aggregate count nationality transform group x sort y asc,Nationality,none,count Nationality,bar,"x=Nationality,y=count Nationality,color=none",y asc +Visualize the host numbers by nationality.,abstract,Bar,HOST,party_host,mark bar data host encoding x nationality y aggregate count nationality transform group x,Nationality,none,count Nationality,bar,"x=Nationality,y=count Nationality,color=none",none +Draw the hosts ratio of each nationality.,abstract,Pie,HOST,party_host,mark arc data host encoding x nationality y aggregate count nationality transform group x,Nationality,none,count Nationality,arc,"x=Nationality,y=count Nationality,color=none",none +Rank the number of each location in a graph.,abstract,Bar,performance,performance_attendance,mark bar data performance encoding x location y aggregate count location transform group x ,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +Graph of the attendance per location.,abstract,Pie,performance,performance_attendance,mark arc data performance encoding x location y aggregate count location transform group x,Location,none,count Location,arc,"x=Location,y=count Location,color=none",none +How does the proportion of countries?,abstract,Pie,perpetrator,perpetrator,mark arc data perpetrator encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +Show me the proportion of average age for pets.,abstract,Pie,pets,pets_1,mark arc data pets encoding x pettype y aggregate mean pet_age transform group x,"PetType,pet_age",none,mean pet_age,arc,"x=PetType,y=mean pet_age,color=none",none +Break down the average age of pets in a graph.,abstract,Pie,pets,pets_1,mark arc data pets encoding x pettype y aggregate mean pet_age transform group x,"PetType,pet_age",none,mean pet_age,arc,"x=PetType,y=mean pet_age,color=none",none +"From most to least, I need a graph of the average memories and carriers of phones.",abstract,Bar,phone,phone_market,mark bar data phone encoding x carrier y aggregate mean memory_in_g transform group x sort x desc,"Carrier,Memory_in_G",none,mean Memory_in_G,bar,"x=Carrier,y=mean Memory_in_G,color=none",x desc +Give a graph of the phone's average memory by carrier.,abstract,Bar,phone,phone_market,mark bar data phone encoding x carrier y aggregate mean memory_in_g transform group x,"Carrier,Memory_in_G",none,mean Memory_in_G,bar,"x=Carrier,y=mean Memory_in_G,color=none",none +Chart the percentage of phones by carrier.,abstract,Pie,phone,phone_market,mark arc data phone encoding x carrier y aggregate count carrier transform group x,Carrier,none,count Carrier,arc,"x=Carrier,y=count Carrier,color=none",none +Draw a bar graph to compare the number of pilots by position.,abstract,Bar,pilot,pilot_record,mark bar data pilot encoding x position y aggregate count position transform group x ,Position,none,count Position,bar,"x=Position,y=count Position,color=none",none +Give me a ratio of the nationalities of pilots.,abstract,Pie,pilot,pilot_record,mark arc data pilot encoding x nationality y aggregate count nationality transform group x,Nationality,none,count Nationality,arc,"x=Nationality,y=count Nationality,color=none",none +Graph the relationship between the final tables made and the best finishes.,abstract,Scatter,poker_player,poker_player,mark point data poker_player encoding x final_table_made y aggregate none best_finish,"Final_Table_Made,Best_Finish",none,none,point,"x=Final_Table_Made,y=Best_Finish,color=none",none +What's the proportion of items capacity with prices over 700?,abstract,Pie,Catalog_Contents,product_catalog,mark arc data catalog_contents encoding x catalog_entry_name y aggregate none capacity transform filter price_in_dollars > 700,"catalog_entry_name,capacity",price_in_dollars gt 700,none,arc,"x=catalog_entry_name,y=capacity,color=none",none +Graph total ratings of each channel by owner in order.,abstract,Bar,channel,program_share,mark bar data channel encoding x owner y aggregate sum rating_in_percent transform group x sort y asc,"Owner,Rating_in_percent",none,sum Rating_in_percent,bar,"x=Owner,y=sum Rating_in_percent,color=none",y asc +Plot the rating ratio of the channels.,abstract,Pie,channel,program_share,mark arc data channel encoding x owner y aggregate sum rating_in_percent transform group x,"Owner,Rating_in_percent",none,sum Rating_in_percent,arc,"x=Owner,y=sum Rating_in_percent,color=none",none +Show me the number of students enrolled at each type of institution.,abstract,Bar,institution,protein_institute,mark bar data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,bar,"x=Type,y=sum Enrollment,color=none",none +What are the enrollment numbers for each type of university?,abstract,Bar,institution,protein_institute,mark bar data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,bar,"x=Type,y=sum Enrollment,color=none",none +Make a graph of the enrollment for each type of institution.,abstract,Bar,institution,protein_institute,mark bar data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,bar,"x=Type,y=sum Enrollment,color=none",none +Could I see the enrollment of each type of school?,abstract,Bar,institution,protein_institute,mark bar data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,bar,"x=Type,y=sum Enrollment,color=none",none +Can I get a chart of the enrollment for different institution types?,abstract,Bar,institution,protein_institute,mark bar data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,bar,"x=Type,y=sum Enrollment,color=none",none +Show me how the total enrollment is divided among institution types.,abstract,Pie,institution,protein_institute,mark arc data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,arc,"x=Type,y=sum Enrollment,color=none",none +What's the breakdown of enrollment into different types of institutions?,abstract,Pie,institution,protein_institute,mark arc data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,arc,"x=Type,y=sum Enrollment,color=none",none +Can I see a graph of the enrollment split by institution type?,abstract,Pie,institution,protein_institute,mark arc data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,arc,"x=Type,y=sum Enrollment,color=none",none +Can you give me a visual representation of the enrollment by institution type?,abstract,Pie,institution,protein_institute,mark arc data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,arc,"x=Type,y=sum Enrollment,color=none",none +Make me a chart of the enrollment by institution type.,abstract,Pie,institution,protein_institute,mark arc data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,arc,"x=Type,y=sum Enrollment,color=none",none +Show me a chart where the floor numbers of the buildings are compared.,abstract,Bar,building,protein_institute,mark bar data building encoding x name y aggregate none floors transform ,"Name,Floors",none,none,bar,"x=Name,y=Floors,color=none",none +What do the buildings look like in terms of number of floors?,abstract,Bar,building,protein_institute,mark bar data building encoding x name y aggregate none floors transform ,"Name,Floors",none,none,bar,"x=Name,y=Floors,color=none",none +How does the number of floors vary for each building?,abstract,Bar,building,protein_institute,mark bar data building encoding x name y aggregate none floors transform ,"Name,Floors",none,none,bar,"x=Name,y=Floors,color=none",none +Display the floor counts for each building.,abstract,Bar,building,protein_institute,mark bar data building encoding x name y aggregate none floors transform ,"Name,Floors",none,none,bar,"x=Name,y=Floors,color=none",none +"What are the various racing classes, and how many are there? What is the breakdown of the different racing classes?",abstract,Pie,race,race_track,mark arc data race encoding x class y aggregate count class transform group x,Class,none,count Class,arc,"x=Class,y=count Class,color=none",none +What is the count for each type of race?,abstract,Pie,race,race_track,mark arc data race encoding x class y aggregate count class transform group x,Class,none,count Class,arc,"x=Class,y=count Class,color=none",none +What's the distribution of race classes?,abstract,Pie,race,race_track,mark arc data race encoding x class y aggregate count class transform group x,Class,none,count Class,arc,"x=Class,y=count Class,color=none",none +Give me the proportion of different classes of races.,abstract,Pie,race,race_track,mark arc data race encoding x class y aggregate count class transform group x,Class,none,count Class,arc,"x=Class,y=count Class,color=none",none +"What are the names and seatings of tracks opened these years, ordered by seating?",abstract,Bar,track,race_track,mark bar data track encoding x name y aggregate none seating transform filter year_opened > 2000 sort y,"Name,Seating",Year_Opened gt 2000,none,bar,"x=Name,y=Seating,color=none",y asc +Display the names and seatings of tracks opened post-2000 by seating.,abstract,Bar,track,race_track,mark bar data track encoding x name y aggregate none seating transform filter year_opened > 2000 ,"Name,Seating",Year_Opened gt 2000,none,bar,"x=Name,y=Seating,color=none",none +"Give me the seatings of tracks with a Year_Opened after 2000, presented in a bar chart.",abstract,Bar,track,race_track,mark bar data track encoding x name y aggregate none seating transform filter year_opened > 2000 ,"Name,Seating",Year_Opened gt 2000,none,bar,"x=Name,y=Seating,color=none",none +"Plot the seatings of tracks opened in the recent years, organized by seating.",abstract,Bar,track,race_track,mark bar data track encoding x name y aggregate none seating transform filter year_opened > 2000 ,"Name,Seating",Year_Opened gt 2000,none,bar,"x=Name,y=Seating,color=none",none +Can you tell me the names and seatings of tracks opened after 2000?,abstract,Pie,track,race_track,mark arc data track encoding x name y aggregate none seating transform filter year_opened > 2000,"Name,Seating",Year_Opened gt 2000,none,arc,"x=Name,y=Seating,color=none",none +What percentage of tracks opened recently have what settings?,abstract,Pie,track,race_track,mark arc data track encoding x name y aggregate none seating transform filter year_opened > 2000,"Name,Seating",Year_Opened gt 2000,none,arc,"x=Name,y=Seating,color=none",none +Show me the seating capacity for tracks opened these days.,abstract,Pie,track,race_track,mark arc data track encoding x name y aggregate none seating transform filter year_opened > 2000,"Name,Seating",Year_Opened gt 2000,none,arc,"x=Name,y=Seating,color=none",none +What information do you have about tracks opened in the 21st century?,abstract,Pie,track,race_track,mark arc data track encoding x name y aggregate none seating transform filter year_opened > 2000,"Name,Seating",Year_Opened gt 2000,none,arc,"x=Name,y=Seating,color=none",none +What's the seating capacity of tracks opened recently?,abstract,Pie,track,race_track,mark arc data track encoding x name y aggregate none seating transform filter year_opened > 2000,"Name,Seating",Year_Opened gt 2000,none,arc,"x=Name,y=Seating,color=none",none +What are the seatings of tracks opened after the year 2000?,abstract,Pie,track,race_track,mark arc data track encoding x name y aggregate none seating transform filter year_opened > 2000,"Name,Seating",Year_Opened gt 2000,none,arc,"x=Name,y=Seating,color=none",none +How many countries have managers aged over 50 or under 46?,abstract,Bar,manager,railway,mark bar data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x ,Country,Age gt 50 or Age lt 46,count Country,bar,"x=Country,y=count Country,color=none",none +What countries have managers aged older than 50 or younger than 46?,abstract,Bar,manager,railway,mark bar data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x ,Country,Age gt 50 or Age lt 46,count Country,bar,"x=Country,y=count Country,color=none",none +Show me which countries have managers aged either over 50 or under 46.,abstract,Bar,manager,railway,mark bar data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x ,Country,Age gt 50 or Age lt 46,count Country,bar,"x=Country,y=count Country,color=none",none +Give me a list of countries with managers aged above 50 / below 46.,abstract,Bar,manager,railway,mark bar data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x ,Country,Age gt 50 or Age lt 46,count Country,bar,"x=Country,y=count Country,color=none",none +What countries have managers aged over 50 or below 46?,abstract,Bar,manager,railway,mark bar data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x ,Country,Age gt 50 or Age lt 46,count Country,bar,"x=Country,y=count Country,color=none",none +Can you tell me which countries have managers aged over 50 or under 46?,abstract,Bar,manager,railway,mark bar data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x ,Country,Age gt 50 or Age lt 46,count Country,bar,"x=Country,y=count Country,color=none",none +Can you show me the countries with managers aged above 50 or below 46?,abstract,Bar,manager,railway,mark bar data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x ,Country,Age gt 50 or Age lt 46,count Country,bar,"x=Country,y=count Country,color=none",none +How many countries have managers aged over 50 or below 46?,abstract,Pie,manager,railway,mark arc data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x,Country,Age gt 50 or Age lt 46,count Country,arc,"x=Country,y=count Country,color=none",none +What countries have managers younger than 46 or older than 50?,abstract,Pie,manager,railway,mark arc data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x,Country,Age gt 50 or Age lt 46,count Country,arc,"x=Country,y=count Country,color=none",none +Do any countries have managers under the age of 46 or over 50?,abstract,Pie,manager,railway,mark arc data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x,Country,Age gt 50 or Age lt 46,count Country,arc,"x=Country,y=count Country,color=none",none +Which countries have managers either above 50 or below 46?,abstract,Pie,manager,railway,mark arc data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x,Country,Age gt 50 or Age lt 46,count Country,arc,"x=Country,y=count Country,color=none",none +Where are the countries with managers aged over 50 or below 46?,abstract,Pie,manager,railway,mark arc data manager encoding x country y aggregate count country transform filter age > 50 or age < 46 group x,Country,Age gt 50 or Age lt 46,count Country,arc,"x=Country,y=count Country,color=none",none +What trains can I take to get to Chennai? ,abstract,Pie,train,station_weather,mark arc data train encoding x time y aggregate none train_number transform filter destination = 'chennai',"time,train_number",destination = 'Chennai',none,arc,"x=time,y=train_number,color=none",none +What are the train time and numbers to Chennai? ,abstract,Pie,train,station_weather,mark arc data train encoding x time y aggregate none train_number transform filter destination = 'chennai',"time,train_number",destination = 'Chennai',none,arc,"x=time,y=train_number,color=none",none +What is the time and corresponding number of trains that go to Chennai? ,abstract,Pie,train,station_weather,mark arc data train encoding x time y aggregate none train_number transform filter destination = 'chennai',"time,train_number",destination = 'Chennai',none,arc,"x=time,y=train_number,color=none",none +Show me the train numbers and time that go to Chennai. ,abstract,Pie,train,station_weather,mark arc data train encoding x time y aggregate none train_number transform filter destination = 'chennai',"time,train_number",destination = 'Chennai',none,arc,"x=time,y=train_number,color=none",none +Do you have a chart of the train times and numbers to Chennai? ,abstract,Pie,train,station_weather,mark arc data train encoding x time y aggregate none train_number transform filter destination = 'chennai',"time,train_number",destination = 'Chennai',none,arc,"x=time,y=train_number,color=none",none +Can I see a visualization of the train times and numbers to Chennai? ,abstract,Pie,train,station_weather,mark arc data train encoding x time y aggregate none train_number transform filter destination = 'chennai',"time,train_number",destination = 'Chennai',none,arc,"x=time,y=train_number,color=none",none +the time and train numbers to Chennai.,abstract,Pie,train,station_weather,mark arc data train encoding x time y aggregate none train_number transform filter destination = 'chennai',"time,train_number",destination = 'Chennai',none,arc,"x=time,y=train_number,color=none",none +Show me the lengths and heights of roller coasters.,abstract,Scatter,roller_coaster,roller_coaster,mark point data roller_coaster encoding x length y aggregate none height,"Length,Height",none,none,point,"x=Length,y=Height,color=none",none +What are the heights and lengths of roller coasters?,abstract,Scatter,roller_coaster,roller_coaster,mark point data roller_coaster encoding x length y aggregate none height,"Length,Height",none,none,point,"x=Length,y=Height,color=none",none +What is the range of lengths and heights of roller coasters?,abstract,Scatter,roller_coaster,roller_coaster,mark point data roller_coaster encoding x length y aggregate none height,"Length,Height",none,none,point,"x=Length,y=Height,color=none",none +What do the lengths and heights of roller coasters look like?,abstract,Scatter,roller_coaster,roller_coaster,mark point data roller_coaster encoding x length y aggregate none height,"Length,Height",none,none,point,"x=Length,y=Height,color=none",none +What is the relationship between heights and lengths of roller coasters?,abstract,Scatter,roller_coaster,roller_coaster,mark point data roller_coaster encoding x length y aggregate none height,"Length,Height",none,none,point,"x=Length,y=Height,color=none",none +Can you plot the heights and lengths of roller coasters?,abstract,Scatter,roller_coaster,roller_coaster,mark point data roller_coaster encoding x length y aggregate none height,"Length,Height",none,none,point,"x=Length,y=Height,color=none",none +Can you display the heights and lengths of roller coasters in a chart?,abstract,Scatter,roller_coaster,roller_coaster,mark point data roller_coaster encoding x length y aggregate none height,"Length,Height",none,none,point,"x=Length,y=Height,color=none",none +Can you show me a chart with the heights and lengths of roller coasters?,abstract,Scatter,roller_coaster,roller_coaster,mark point data roller_coaster encoding x length y aggregate none height,"Length,Height",none,none,point,"x=Length,y=Height,color=none",none +Show me the amount of drivers in each party. ,abstract,Bar,driver,school_bus,mark bar data driver encoding x party y aggregate count party transform group x ,Party,none,count Party,bar,"x=Party,y=count Party,color=none",none +How many drivers are in each political party? ,abstract,Bar,driver,school_bus,mark bar data driver encoding x party y aggregate count party transform group x ,Party,none,count Party,bar,"x=Party,y=count Party,color=none",none +What is the distribution of drivers across parties? ,abstract,Bar,driver,school_bus,mark bar data driver encoding x party y aggregate count party transform group x ,Party,none,count Party,bar,"x=Party,y=count Party,color=none",none +What's the breakdown of drivers by party? ,abstract,Bar,driver,school_bus,mark bar data driver encoding x party y aggregate count party transform group x ,Party,none,count Party,bar,"x=Party,y=count Party,color=none",none +Give me a breakdown of drivers by party. ,abstract,Bar,driver,school_bus,mark bar data driver encoding x party y aggregate count party transform group x ,Party,none,count Party,bar,"x=Party,y=count Party,color=none",none +Can you tell me the number of drivers in each party? ,abstract,Bar,driver,school_bus,mark bar data driver encoding x party y aggregate count party transform group x ,Party,none,count Party,bar,"x=Party,y=count Party,color=none",none +What are the amounts of drivers for each party?,abstract,Bar,driver,school_bus,mark bar data driver encoding x party y aggregate count party transform group x ,Party,none,count Party,bar,"x=Party,y=count Party,color=none",none +Can you show me the proportion of drivers for each party?,abstract,Pie,driver,school_bus,mark arc data driver encoding x party y aggregate count party transform group x,Party,none,count Party,arc,"x=Party,y=count Party,color=none",none +What's the breakdown of drivers by political party?,abstract,Pie,driver,school_bus,mark arc data driver encoding x party y aggregate count party transform group x,Party,none,count Party,arc,"x=Party,y=count Party,color=none",none +Show me the distribution of parties for the drivers.,abstract,Pie,driver,school_bus,mark arc data driver encoding x party y aggregate count party transform group x,Party,none,count Party,arc,"x=Party,y=count Party,color=none",none +Give me a visualization of the parties represented by drivers.,abstract,Pie,driver,school_bus,mark arc data driver encoding x party y aggregate count party transform group x,Party,none,count Party,arc,"x=Party,y=count Party,color=none",none +What does the pie chart look like for the drivers' political parties?,abstract,Pie,driver,school_bus,mark arc data driver encoding x party y aggregate count party transform group x,Party,none,count Party,arc,"x=Party,y=count Party,color=none",none +Show me the endowment amounts by donator in a bar graph. ,abstract,Bar,endowment,school_finance,mark bar data endowment encoding x donator_name y aggregate sum amount transform group x ,"donator_name,amount",none,sum amount,bar,"x=donator_name,y=sum amount,color=none",none +Graph the endowment amounts of the donator in descending order. ,abstract,Bar,endowment,school_finance,mark bar data endowment encoding x donator_name y aggregate sum amount transform group x sort y desc,"donator_name,amount",none,sum amount,bar,"x=donator_name,y=sum amount,color=none",y desc +Show me the donator's endowment amounts in a chart. ,abstract,Bar,endowment,school_finance,mark bar data endowment encoding x donator_name y aggregate sum amount transform group x ,"donator_name,amount",none,sum amount,bar,"x=donator_name,y=sum amount,color=none",none +Plot the endowment amounts by donator. ,abstract,Bar,endowment,school_finance,mark bar data endowment encoding x donator_name y aggregate sum amount transform group x ,"donator_name,amount",none,sum amount,bar,"x=donator_name,y=sum amount,color=none",none +Can you show me the endowment amounts sorted by donator?,abstract,Bar,endowment,school_finance,mark bar data endowment encoding x donator_name y aggregate sum amount transform group x sort y desc,"donator_name,amount",none,sum amount,bar,"x=donator_name,y=sum amount,color=none",y desc +Can I get a chart that shows how many students are enrolled in each county?,abstract,Bar,school,school_finance,mark bar data school encoding x county y aggregate sum enrollment transform group x ,"County,Enrollment",none,sum Enrollment,bar,"x=County,y=sum Enrollment,color=none",none +Can I see a graph of the enrollment for each county?,abstract,Bar,school,school_finance,mark bar data school encoding x county y aggregate sum enrollment transform group x ,"County,Enrollment",none,sum Enrollment,bar,"x=County,y=sum Enrollment,color=none",none +Can I have a bar chart comparing the enrollment in each county?,abstract,Bar,school,school_finance,mark bar data school encoding x county y aggregate sum enrollment transform group x ,"County,Enrollment",none,sum Enrollment,bar,"x=County,y=sum Enrollment,color=none",none +Show me how many students are enrolled in each county.,abstract,Bar,school,school_finance,mark bar data school encoding x county y aggregate sum enrollment transform group x ,"County,Enrollment",none,sum Enrollment,bar,"x=County,y=sum Enrollment,color=none",none +Present me with a bar chart of the enrollment for each county.,abstract,Bar,school,school_finance,mark bar data school encoding x county y aggregate sum enrollment transform group x ,"County,Enrollment",none,sum Enrollment,bar,"x=County,y=sum Enrollment,color=none",none +Show me the average age of captains in the different classes.,abstract,Bar,captain,ship_1,mark bar data captain encoding x class y aggregate mean age transform group x,"Class,age",none,mean age,bar,"x=Class,y=mean age,color=none",none +What's the average age of captains by class?,abstract,Bar,captain,ship_1,mark bar data captain encoding x class y aggregate mean age transform group x,"Class,age",none,mean age,bar,"x=Class,y=mean age,color=none",none +What is the average age of captains across classes?,abstract,Bar,captain,ship_1,mark bar data captain encoding x class y aggregate mean age transform group x,"Class,age",none,mean age,bar,"x=Class,y=mean age,color=none",none +What is the average age of captains grouped by class?,abstract,Bar,captain,ship_1,mark bar data captain encoding x class y aggregate mean age transform group x,"Class,age",none,mean age,bar,"x=Class,y=mean age,color=none",none +What's the average age of captains in each class?,abstract,Bar,captain,ship_1,mark bar data captain encoding x class y aggregate mean age transform group x,"Class,age",none,mean age,bar,"x=Class,y=mean age,color=none",none +What is the age range of captains by class?,abstract,Bar,captain,ship_1,mark bar data captain encoding x class y aggregate mean age transform group x,"Class,age",none,mean age,bar,"x=Class,y=mean age,color=none",none +What is the distribution of ages in each class?,abstract,Bar,captain,ship_1,mark bar data captain encoding x class y aggregate mean age transform group x,"Class,age",none,mean age,bar,"x=Class,y=mean age,color=none",none +Chart the age of captains by class.,abstract,Bar,captain,ship_1,mark bar data captain encoding x class y aggregate mean age transform group x,"Class,age",none,mean age,bar,"x=Class,y=mean age,color=none",none +Compare the average and minimum age of captains in each class.,abstract,Scatter,captain,ship_1,mark point data captain encoding x avg(age) y aggregate min age transform group class,age,none,"avg age,min age",point,"x=avg age,y=min age,color=none",none +Show me the rank of the captains.,abstract,Pie,captain,ship_1,mark arc data captain encoding x rank y aggregate count rank transform group x,Rank,none,count Rank,arc,"x=Rank,y=count Rank,color=none",none +What are the captains' ranks?,abstract,Pie,captain,ship_1,mark arc data captain encoding x rank y aggregate count rank transform group x,Rank,none,count Rank,arc,"x=Rank,y=count Rank,color=none",none +Draw a picture of the ranks of the captains.,abstract,Pie,captain,ship_1,mark arc data captain encoding x rank y aggregate count rank transform group x,Rank,none,count Rank,arc,"x=Rank,y=count Rank,color=none",none +Give me a chart of the number of captains by rank.,abstract,Pie,captain,ship_1,mark arc data captain encoding x rank y aggregate count rank transform group x,Rank,none,count Rank,arc,"x=Rank,y=count Rank,color=none",none +Pie chart of the captains' ranks.,abstract,Pie,captain,ship_1,mark arc data captain encoding x rank y aggregate count rank transform group x,Rank,none,count Rank,arc,"x=Rank,y=count Rank,color=none",none +Can I see the number of ship types in a bar chart with X axis in descending order?,abstract,Bar,ship,ship_mission,mark bar data ship encoding x type y aggregate count type transform group x sort x desc,Type,none,count Type,bar,"x=Type,y=count Type,color=none",x desc +What's the distribution of ship types? Show me a bar graph sorted in descending order.,abstract,Bar,ship,ship_mission,mark bar data ship encoding x type y aggregate count type transform group x sort x desc,Type,none,count Type,bar,"x=Type,y=count Type,color=none",x desc +"Give me a visual of the ship type breakdown, arranged in descending order.",abstract,Bar,ship,ship_mission,mark bar data ship encoding x type y aggregate count type transform group x sort x desc,Type,none,count Type,bar,"x=Type,y=count Type,color=none",x desc +"Graph the different types of ships, sorted in descending order.",abstract,Bar,ship,ship_mission,mark bar data ship encoding x type y aggregate count type transform group x sort x desc,Type,none,count Type,bar,"x=Type,y=count Type,color=none",x desc +Show what types of ships are there and the quantity of each type in a graphical representation.,abstract,Pie,ship,ship_mission,mark arc data ship encoding x type y aggregate count type transform group x,Type,none,count Type,arc,"x=Type,y=count Type,color=none",none +How many ships of each type are there? Display it graphically.,abstract,Pie,ship,ship_mission,mark arc data ship encoding x type y aggregate count type transform group x,Type,none,count Type,arc,"x=Type,y=count Type,color=none",none +Create a chart with the number of ships for each type.,abstract,Pie,ship,ship_mission,mark arc data ship encoding x type y aggregate count type transform group x,Type,none,count Type,arc,"x=Type,y=count Type,color=none",none +Provide a visual representation of the number of ships for each type.,abstract,Pie,ship,ship_mission,mark arc data ship encoding x type y aggregate count type transform group x,Type,none,count Type,arc,"x=Type,y=count Type,color=none",none +Can you show me the distribution of fates in a chart?,abstract,Bar,mission,ship_mission,mark bar data mission encoding x fate y aggregate count fate transform group x ,Fate,none,count Fate,bar,"x=Fate,y=count Fate,color=none",none +Draw me the fate of each mission in a graph.,abstract,Bar,mission,ship_mission,mark bar data mission encoding x fate y aggregate count fate transform group x ,Fate,none,count Fate,bar,"x=Fate,y=count Fate,color=none",none +"Plot the fate of missions in a graph, please.",abstract,Bar,mission,ship_mission,mark bar data mission encoding x fate y aggregate count fate transform group x ,Fate,none,count Fate,bar,"x=Fate,y=count Fate,color=none",none +Give me a visualization of the fate of each mission.,abstract,Bar,mission,ship_mission,mark bar data mission encoding x fate y aggregate count fate transform group x ,Fate,none,count Fate,bar,"x=Fate,y=count Fate,color=none",none +"Show me a graph of the different fates, ordered by number descending.",abstract,Bar,mission,ship_mission,mark bar data mission encoding x fate y aggregate count fate transform group x sort y desc,Fate,none,count Fate,bar,"x=Fate,y=count Fate,color=none",y desc +What is the breakdown of the fates based on number? Can you show me a chart?,abstract,Bar,mission,ship_mission,mark bar data mission encoding x fate y aggregate count fate transform group x ,Fate,none,count Fate,bar,"x=Fate,y=count Fate,color=none",none +Create a graph with the fate results ordered by descending number.,abstract,Bar,mission,ship_mission,mark bar data mission encoding x fate y aggregate count fate transform group x sort y desc,Fate,none,count Fate,bar,"x=Fate,y=count Fate,color=none",y desc +"Make me a chart of the fate results, ordered by how many there are.",abstract,Bar,mission,ship_mission,mark bar data mission encoding x fate y aggregate count fate transform group x sort y desc,Fate,none,count Fate,bar,"x=Fate,y=count Fate,color=none",y desc +What percentage of branches are located in London?,abstract,Pie,branch,shop_membership,mark arc data branch encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +What's the distribution of the cities in the branch table?,abstract,Pie,branch,shop_membership,mark arc data branch 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 branches are there in each city? ,abstract,Pie,branch,shop_membership,mark arc data branch encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +What's the ratio of London branches? ,abstract,Pie,branch,shop_membership,mark arc data branch encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +What's the breakdown of cities in the branch table? ,abstract,Pie,branch,shop_membership,mark arc data branch encoding x city y aggregate count city transform group x,City,none,count City,arc,"x=City,y=count City,color=none",none +What's the split between cities in the branch table?,abstract,Pie,branch,shop_membership,mark arc data branch 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 a bar chart of players with hours spent training below 1500, ordered by the amount of hours.",abstract,Bar,Player,soccer_2,mark bar data player encoding x pname y aggregate none hs transform filter hs < 1500 sort y asc,"pName,HS",HS lt 1500,none,bar,"x=pName,y=HS,color=none",y asc +"What are the names and hours spent training for players with less than 1500 hours, in a bar chart?",abstract,Bar,Player,soccer_2,mark bar data player encoding x pname y aggregate none hs transform filter hs < 1500 ,"pName,HS",HS lt 1500,none,bar,"x=pName,y=HS,color=none",none +"Can I get a bar chart of players training for less than 1500 hours, sorted by hours?",abstract,Bar,Player,soccer_2,mark bar data player encoding x pname y aggregate none hs transform filter hs < 1500 sort y asc,"pName,HS",HS lt 1500,none,bar,"x=pName,y=HS,color=none",y asc +"Give me a bar chart of players who have trained for less than 1500 hours, sorted by the hour count.",abstract,Bar,Player,soccer_2,mark bar data player encoding x pname y aggregate none hs transform filter hs < 1500 sort y asc,"pName,HS",HS lt 1500,none,bar,"x=pName,y=HS,color=none",y asc +Visualize the proportion of players who train for less than 1500 hours.,abstract,Pie,Player,soccer_2,mark arc data player encoding x pname y aggregate none hs transform filter hs < 1500,"pName,HS",HS lt 1500,none,arc,"x=pName,y=HS,color=none",none +What's the distribution of players who train for under 1500 hours?,abstract,Pie,Player,soccer_2,mark arc data player encoding x pname y aggregate none hs transform filter hs < 1500,"pName,HS",HS lt 1500,none,arc,"x=pName,y=HS,color=none",none +Plot the names and training hours of players who train less than 1500.,abstract,Pie,Player,soccer_2,mark arc data player encoding x pname y aggregate none hs transform filter hs < 1500,"pName,HS",HS lt 1500,none,arc,"x=pName,y=HS,color=none",none +Show me the ratio of players who train for less than 1500 hours.,abstract,Pie,Player,soccer_2,mark arc data player encoding x pname y aggregate none hs transform filter hs < 1500,"pName,HS",HS lt 1500,none,arc,"x=pName,y=HS,color=none",none +Create a chart for players with training hours under 1500.,abstract,Pie,Player,soccer_2,mark arc data player encoding x pname y aggregate none hs transform filter hs < 1500,"pName,HS",HS lt 1500,none,arc,"x=pName,y=HS,color=none",none +Show me the distribution of enrollment over states.,abstract,Bar,College,soccer_2,mark bar data college encoding x state y aggregate none enr transform ,"state,enr",none,none,bar,"x=state,y=enr,color=none",none +What is the enrollment breakdown by state?,abstract,Bar,College,soccer_2,mark bar data college encoding x state y aggregate none enr transform ,"state,enr",none,none,bar,"x=state,y=enr,color=none",none +How do the enrollments differ across states?,abstract,Bar,College,soccer_2,mark bar data college encoding x state y aggregate none enr transform ,"state,enr",none,none,bar,"x=state,y=enr,color=none",none +Can you display a chart of enrollment per state?,abstract,Bar,College,soccer_2,mark bar data college encoding x state y aggregate none enr transform ,"state,enr",none,none,bar,"x=state,y=enr,color=none",none +Give me a visualization of enrollment by state.,abstract,Bar,College,soccer_2,mark bar data college encoding x state y aggregate none enr transform ,"state,enr",none,none,bar,"x=state,y=enr,color=none",none +Show me a picture that reflects the distribution of state and enr.,abstract,Pie,College,soccer_2,mark arc data college encoding x state y aggregate none enr transform ,"state,enr",none,none,arc,"x=state,y=enr,color=none",none +Can you generate a visualization for state and enr?,abstract,Pie,College,soccer_2,mark arc data college encoding x state y aggregate none enr transform ,"state,enr",none,none,arc,"x=state,y=enr,color=none",none +I need a chart to display the proportion of state and enr.,abstract,Pie,College,soccer_2,mark arc data college encoding x state y aggregate none enr transform ,"state,enr",none,none,arc,"x=state,y=enr,color=none",none +Put together a graph that shows the ratio of state and enr.,abstract,Pie,College,soccer_2,mark arc data college encoding x state y aggregate none enr transform ,"state,enr",none,none,arc,"x=state,y=enr,color=none",none +Create a chart that illustrates the proportion of state and enr.,abstract,Pie,College,soccer_2,mark arc data college encoding x state y aggregate none enr transform ,"state,enr",none,none,arc,"x=state,y=enr,color=none",none +Can I see the school with the fewest students for each state in a graph? ,abstract,Bar,college,soccer_2,mark bar data college encoding x cname y aggregate min enr transform group state ,"cName,enr",none,min enr,bar,"x=cName,y=min enr,color=none",none +Visualize the least enrollment at each school.,abstract,Pie,college,soccer_2,mark arc data college encoding x cname y aggregate min enr transform group state,"cName,enr",none,min enr,arc,"x=cName,y=min enr,color=none",none +Show me the lowest enrollment for each college.,abstract,Pie,college,soccer_2,mark arc data college encoding x cname y aggregate min enr transform group state,"cName,enr",none,min enr,arc,"x=cName,y=min enr,color=none",none +Give me a graph of the least amount of students for each college.,abstract,Pie,college,soccer_2,mark arc data college encoding x cname y aggregate min enr transform group state,"cName,enr",none,min enr,arc,"x=cName,y=min enr,color=none",none +Show a chart of the amount of students who tried out for each college in descending order.,abstract,Bar,tryout,soccer_2,mark bar data tryout encoding x cname y aggregate count cname transform group x sort y desc,cName,none,count cName,bar,"x=cName,y=count cName,color=none",y desc +Produce a graph of the number of students who took part in the tryout for each college arranged in descending count.,abstract,Bar,tryout,soccer_2,mark bar data tryout encoding x cname y aggregate count cname transform group x sort y desc,cName,none,count cName,bar,"x=cName,y=count cName,color=none",y desc +Create a visual of the number of students who tried out for each college in descending order.,abstract,Bar,tryout,soccer_2,mark bar data tryout encoding x cname y aggregate count cname transform group x sort y desc,cName,none,count cName,bar,"x=cName,y=count cName,color=none",y desc +Show me how many competitions there were for each type.,abstract,Bar,competition,sports_competition,mark bar data competition encoding x competition_type y aggregate count competition_type transform group x,Competition_type,none,count Competition_type,bar,"x=Competition_type,y=count Competition_type,color=none",none +Give me a visualization of the types of competitions and how many of each.,abstract,Bar,competition,sports_competition,mark bar data competition encoding x competition_type y aggregate count competition_type transform group x,Competition_type,none,count Competition_type,bar,"x=Competition_type,y=count Competition_type,color=none",none +Provide a bar chart of the number of competitions by type.,abstract,Bar,competition,sports_competition,mark bar data competition encoding x competition_type y aggregate count competition_type transform group x,Competition_type,none,count Competition_type,bar,"x=Competition_type,y=count Competition_type,color=none",none +Graph the number of competitions for each type.,abstract,Bar,competition,sports_competition,mark bar data competition encoding x competition_type y aggregate count competition_type transform group x,Competition_type,none,count Competition_type,bar,"x=Competition_type,y=count Competition_type,color=none",none +Display the distribution of competitions by type.,abstract,Bar,competition,sports_competition,mark bar data competition encoding x competition_type y aggregate count competition_type transform group x,Competition_type,none,count Competition_type,bar,"x=Competition_type,y=count Competition_type,color=none",none +What's the distribution of competition types?,abstract,Pie,competition,sports_competition,mark arc data competition encoding x competition_type y aggregate count competition_type transform group x,Competition_type,none,count Competition_type,arc,"x=Competition_type,y=count Competition_type,color=none",none +How are different types of competitions divided?,abstract,Pie,competition,sports_competition,mark arc data competition encoding x competition_type y aggregate count competition_type transform group x,Competition_type,none,count Competition_type,arc,"x=Competition_type,y=count Competition_type,color=none",none +Show me the breakdown of competition types.,abstract,Pie,competition,sports_competition,mark arc data competition encoding x competition_type y aggregate count competition_type transform group x,Competition_type,none,count Competition_type,arc,"x=Competition_type,y=count Competition_type,color=none",none +What are the proportions of each competition type?,abstract,Pie,competition,sports_competition,mark arc data competition encoding x competition_type y aggregate count competition_type transform group x,Competition_type,none,count Competition_type,arc,"x=Competition_type,y=count Competition_type,color=none",none +Give me a chart depicting the composition of different competition types.,abstract,Pie,competition,sports_competition,mark arc data competition encoding x competition_type y aggregate count competition_type transform group x,Competition_type,none,count Competition_type,arc,"x=Competition_type,y=count Competition_type,color=none",none +Show me the average of high temperatures on different days.,abstract,Bar,weekly_weather,station_weather,mark bar data weekly_weather encoding x day_of_week y aggregate mean high_temperature transform group x ,"day_of_week,high_temperature",none,mean high_temperature,bar,"x=day_of_week,y=mean high_temperature,color=none",none +Graph the high temps by day.,abstract,Bar,weekly_weather,station_weather,mark bar data weekly_weather encoding x day_of_week y aggregate mean high_temperature transform group x ,"day_of_week,high_temperature",none,mean high_temperature,bar,"x=day_of_week,y=mean high_temperature,color=none",none +What's the high temperature by day?,abstract,Bar,weekly_weather,station_weather,mark bar data weekly_weather encoding x day_of_week y aggregate mean high_temperature transform group x ,"day_of_week,high_temperature",none,mean high_temperature,bar,"x=day_of_week,y=mean high_temperature,color=none",none +Show the average high temperature by day in a chart.,abstract,Bar,weekly_weather,station_weather,mark bar data weekly_weather encoding x day_of_week y aggregate mean high_temperature transform group x ,"day_of_week,high_temperature",none,mean high_temperature,bar,"x=day_of_week,y=mean high_temperature,color=none",none +What's the average of high temps for the days of the week?,abstract,Bar,weekly_weather,station_weather,mark bar data weekly_weather encoding x day_of_week y aggregate mean high_temperature transform group x ,"day_of_week,high_temperature",none,mean high_temperature,bar,"x=day_of_week,y=mean high_temperature,color=none",none +Show me the average high temperature by day.,abstract,Bar,weekly_weather,station_weather,mark bar data weekly_weather encoding x day_of_week y aggregate mean high_temperature transform group x,"day_of_week,high_temperature",none,mean high_temperature,bar,"x=day_of_week,y=mean high_temperature,color=none",none +Show me what the high temperatures are like by day.,abstract,Bar,weekly_weather,station_weather,mark bar data weekly_weather encoding x day_of_week y aggregate mean high_temperature transform group x,"day_of_week,high_temperature",none,mean high_temperature,bar,"x=day_of_week,y=mean high_temperature,color=none",none +What are the high temps for each day of the week?,abstract,Bar,weekly_weather,station_weather,mark bar data weekly_weather encoding x day_of_week y aggregate mean high_temperature transform group x,"day_of_week,high_temperature",none,mean high_temperature,bar,"x=day_of_week,y=mean high_temperature,color=none",none +What's the average high temperature for each day of the week?,abstract,Bar,weekly_weather,station_weather,mark bar data weekly_weather encoding x day_of_week y aggregate mean high_temperature transform group x,"day_of_week,high_temperature",none,mean high_temperature,bar,"x=day_of_week,y=mean high_temperature,color=none",none +Plot the average high temperature for each day of the week.,abstract,Bar,weekly_weather,station_weather,mark bar data weekly_weather encoding x day_of_week y aggregate mean high_temperature transform group x,"day_of_week,high_temperature",none,mean high_temperature,bar,"x=day_of_week,y=mean high_temperature,color=none",none +Create a chart to show the number of invoices from each state in usa.,abstract,Bar,invoices,store_1,"mark bar data invoices encoding x billing_state y aggregate count billing_state transform filter billing_country = ""usa"" group x ",billing_state,"billing_country = ""USA""",count billing_state,bar,"x=billing_state,y=count billing_state,color=none",none +Show me a representation of the invoices by state from usa.,abstract,Bar,invoices,store_1,"mark bar data invoices encoding x billing_state y aggregate count billing_state transform filter billing_country = ""usa"" group x ",billing_state,"billing_country = ""USA""",count billing_state,bar,"x=billing_state,y=count billing_state,color=none",none +Display a graph of the billing state and amount of invoices in USA.,abstract,Bar,invoices,store_1,"mark bar data invoices encoding x billing_state y aggregate count billing_state transform filter billing_country = ""usa"" group x ",billing_state,"billing_country = ""USA""",count billing_state,bar,"x=billing_state,y=count billing_state,color=none",none +Visualize the invoice count per state in usa.,abstract,Bar,invoices,store_1,"mark bar data invoices encoding x billing_state y aggregate count billing_state transform filter billing_country = ""usa"" group x ",billing_state,"billing_country = ""USA""",count billing_state,bar,"x=billing_state,y=count billing_state,color=none",none +Show me a chart of invoices from US states.,abstract,Bar,invoices,store_1,"mark bar data invoices encoding x billing_state y aggregate count billing_state transform filter billing_country = ""usa"" group x",billing_state,"billing_country = ""USA""",count billing_state,bar,"x=billing_state,y=count billing_state,color=none",none +Display how many invoices are from US states.,abstract,Bar,invoices,store_1,"mark bar data invoices encoding x billing_state y aggregate count billing_state transform filter billing_country = ""usa"" group x",billing_state,"billing_country = ""USA""",count billing_state,bar,"x=billing_state,y=count billing_state,color=none",none +Can you plot the invoices by US states?,abstract,Bar,invoices,store_1,"mark bar data invoices encoding x billing_state y aggregate count billing_state transform filter billing_country = ""usa"" group x",billing_state,"billing_country = ""USA""",count billing_state,bar,"x=billing_state,y=count billing_state,color=none",none +How many invoices are for each US state? Chart it for me.,abstract,Bar,invoices,store_1,"mark bar data invoices encoding x billing_state y aggregate count billing_state transform filter billing_country = ""usa"" group x",billing_state,"billing_country = ""USA""",count billing_state,bar,"x=billing_state,y=count billing_state,color=none",none +Make a graph of invoices from the US by state.,abstract,Bar,invoices,store_1,"mark bar data invoices encoding x billing_state y aggregate count billing_state transform filter billing_country = ""usa"" group x",billing_state,"billing_country = ""USA""",count billing_state,bar,"x=billing_state,y=count billing_state,color=none",none +Show me the names of all playlists and how many there are in a bar chart from least to most.,abstract,Bar,playlists,store_1,mark bar data playlists encoding x name y aggregate count name transform group x sort y asc,name,none,count name,bar,"x=name,y=count name,color=none",y asc +Give me a graph of the number of playlists in ascending order.,abstract,Bar,playlists,store_1,mark bar data playlists encoding x name y aggregate count name transform group x sort y asc,name,none,count name,bar,"x=name,y=count name,color=none",y asc +Draw a bar chart of the number of playlists in order from least to most.,abstract,Bar,playlists,store_1,mark bar data playlists encoding x name y aggregate count name transform group x sort y asc,name,none,count name,bar,"x=name,y=count name,color=none",y asc +Display the playlist names and how many there are in a bar graph from lowest to highest.,abstract,Bar,playlists,store_1,mark bar data playlists encoding x name y aggregate count name transform group x sort y asc,name,none,count name,bar,"x=name,y=count name,color=none",y asc +Make me a graph of the playlists and their count in ascending order.,abstract,Bar,playlists,store_1,mark bar data playlists encoding x name y aggregate count name transform group x sort y asc,name,none,count name,bar,"x=name,y=count name,color=none",y asc +Show me the amount of different playlists,abstract,Bar,playlists,store_1,mark bar data playlists encoding x name y aggregate count name transform group x,name,none,count name,bar,"x=name,y=count name,color=none",none +How many playlists exist in each playlist name?,abstract,Bar,playlists,store_1,mark bar data playlists encoding x name y aggregate count name transform group x,name,none,count name,bar,"x=name,y=count name,color=none",none +Can I see the number of various playlists?,abstract,Bar,playlists,store_1,mark bar data playlists encoding x name y aggregate count name transform group x,name,none,count name,bar,"x=name,y=count name,color=none",none +I'd like to view the number of playlists,abstract,Bar,playlists,store_1,mark bar data playlists encoding x name y aggregate count name transform group x,name,none,count name,bar,"x=name,y=count name,color=none",none +Can I get a count of the playlists?,abstract,Bar,playlists,store_1,mark bar data playlists encoding x name y aggregate count name transform group x,name,none,count name,bar,"x=name,y=count name,color=none",none +Graph a chart of the number of playlists,abstract,Bar,playlists,store_1,mark bar data playlists encoding x name y aggregate count name transform group x,name,none,count name,bar,"x=name,y=count name,color=none",none +"Show me a bar chart ranking the types of stores based on quantity, from the most to the least.",abstract,Bar,store,store_product,mark bar data store encoding x type y aggregate count type transform group x sort x desc,Type,none,count Type,bar,"x=Type,y=count Type,color=none",x desc +Show me the difference between different types of stores.,abstract,Bar,store,store_product,mark bar data store encoding x type y aggregate count type transform group x,Type,none,count Type,bar,"x=Type,y=count Type,color=none",none +How many stores are there of each type?,abstract,Bar,store,store_product,mark bar data store encoding x type y aggregate count type transform group x,Type,none,count Type,bar,"x=Type,y=count Type,color=none",none +Show me the comparison between store types.,abstract,Bar,store,store_product,mark bar data store encoding x type y aggregate count type transform group x,Type,none,count Type,bar,"x=Type,y=count Type,color=none",none +What is the breakdown between types of stores?,abstract,Bar,store,store_product,mark bar data store encoding x type y aggregate count type transform group x,Type,none,count Type,bar,"x=Type,y=count Type,color=none",none +What does the distribution of stores look like?,abstract,Bar,store,store_product,mark bar data store encoding x type y aggregate count type transform group x,Type,none,count Type,bar,"x=Type,y=count Type,color=none",none +How many stores are there of each type?,abstract,Pie,store,store_product,mark arc data store encoding x type y aggregate count type transform group x,Type,none,count Type,arc,"x=Type,y=count Type,color=none",none +Show me a graph of the type distribution.,abstract,Pie,store,store_product,mark arc data store encoding x type y aggregate count type transform group x,Type,none,count Type,arc,"x=Type,y=count Type,color=none",none +What kind of stores are there and what's their share?,abstract,Pie,store,store_product,mark arc data store encoding x type y aggregate count type transform group x,Type,none,count Type,arc,"x=Type,y=count Type,color=none",none +Break down the stores by type.,abstract,Pie,store,store_product,mark arc data store encoding x type y aggregate count type transform group x,Type,none,count Type,arc,"x=Type,y=count Type,color=none",none +Show me the different kinds of stores and their counts.,abstract,Pie,store,store_product,mark arc data store encoding x type y aggregate count type transform group x,Type,none,count Type,arc,"x=Type,y=count Type,color=none",none +Can you tell me the makeup of stores?,abstract,Pie,store,store_product,mark arc data store encoding x type y aggregate count type transform group x,Type,none,count Type,arc,"x=Type,y=count Type,color=none",none +Create a chart to compare the number of deaths between storms grouped by the dates active. Only show the dates with deaths. ,abstract,Bar,storm,storm_record,mark bar data storm encoding x dates_active y aggregate none number_deaths transform filter number_deaths >= 1,"Dates_active,Number_Deaths",Number_Deaths gte 1,none,bar,"x=Dates_active,y=Number_Deaths,color=none",none +Show me the deaths across the different dates active for storms with at least 1 death. ,abstract,Bar,storm,storm_record,mark bar data storm encoding x dates_active y aggregate none number_deaths transform filter number_deaths >= 1,"Dates_active,Number_Deaths",Number_Deaths gte 1,none,bar,"x=Dates_active,y=Number_Deaths,color=none",none +Show me a graph of the dates active and the number of deaths with at least 1 death.,abstract,Bar,storm,storm_record,mark bar data storm encoding x dates_active y aggregate none number_deaths transform filter number_deaths >= 1,"Dates_active,Number_Deaths",Number_Deaths gte 1,none,bar,"x=Dates_active,y=Number_Deaths,color=none",none +Display a chart of the number of deaths grouped by dates active for storms with fatalities. ,abstract,Bar,storm,storm_record,mark bar data storm encoding x dates_active y aggregate none number_deaths transform filter number_deaths >= 1,"Dates_active,Number_Deaths",Number_Deaths gte 1,none,bar,"x=Dates_active,y=Number_Deaths,color=none",none +Plot the number of deaths according to the active dates for storms with casualties.,abstract,Bar,storm,storm_record,mark bar data storm encoding x dates_active y aggregate none number_deaths transform filter number_deaths >= 1,"Dates_active,Number_Deaths",Number_Deaths gte 1,none,bar,"x=Dates_active,y=Number_Deaths,color=none",none +What correlation is there between the classrooms and student numbers for grade 4?,abstract,Scatter,list,student_1,"mark point data list encoding x classroom y aggregate count classroom transform filter grade = ""4"" group x",Classroom,"Grade = ""4""",count Classroom,point,"x=Classroom,y=count Classroom,color=none",none +Show me a graph of how many courses there are by type.,abstract,Bar,courses,student_assessment,mark bar data courses encoding x course_name y aggregate count course_name transform group x ,course_name,none,count course_name,bar,"x=course_name,y=count course_name,color=none",none +How many courses are there by category?,abstract,Bar,courses,student_assessment,mark bar data courses encoding x course_name y aggregate count course_name transform group x ,course_name,none,count course_name,bar,"x=course_name,y=count course_name,color=none",none +Can I get a chart of the courses by name?,abstract,Bar,courses,student_assessment,mark bar data courses encoding x course_name y aggregate count course_name transform group x ,course_name,none,count course_name,bar,"x=course_name,y=count course_name,color=none",none +Give me a graph of the courses by name.,abstract,Bar,courses,student_assessment,mark bar data courses encoding x course_name y aggregate count course_name transform group x ,course_name,none,count course_name,bar,"x=course_name,y=count course_name,color=none",none +Can you show me the number of courses by type?,abstract,Bar,courses,student_assessment,mark bar data courses encoding x course_name y aggregate count course_name transform group x ,course_name,none,count course_name,bar,"x=course_name,y=count course_name,color=none",none +I need to see the breakdown of courses by name.,abstract,Bar,courses,student_assessment,mark bar data courses encoding x course_name y aggregate count course_name transform group x ,course_name,none,count course_name,bar,"x=course_name,y=count course_name,color=none",none +What's the course count?,abstract,Pie,courses,student_assessment,mark arc data courses encoding x course_name y aggregate count course_name transform group x,course_name,none,count course_name,arc,"x=course_name,y=count course_name,color=none",none +How many courses do we have?,abstract,Pie,courses,student_assessment,mark arc data courses encoding x course_name y aggregate count course_name transform group x,course_name,none,count course_name,arc,"x=course_name,y=count course_name,color=none",none +What's the proportion of courses?,abstract,Pie,courses,student_assessment,mark arc data courses encoding x course_name y aggregate count course_name transform group x,course_name,none,count course_name,arc,"x=course_name,y=count course_name,color=none",none +Show me the course breakdown.,abstract,Pie,courses,student_assessment,mark arc data courses encoding x course_name y aggregate count course_name transform group x,course_name,none,count course_name,arc,"x=course_name,y=count course_name,color=none",none +What courses are there?,abstract,Pie,courses,student_assessment,mark arc data courses encoding x course_name y aggregate count course_name transform group x,course_name,none,count course_name,arc,"x=course_name,y=count course_name,color=none",none +Give me a graph of what courses there are and how many of each course there are.,abstract,Pie,courses,student_assessment,mark arc data courses encoding x course_name y aggregate count course_name transform group x,course_name,none,count course_name,arc,"x=course_name,y=count course_name,color=none",none +What's the stadium count in each country?,abstract,Bar,stadium,swimming,mark bar data stadium encoding x country y aggregate count country transform group x ,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +How many stadiums are in each country?,abstract,Bar,stadium,swimming,mark bar data stadium encoding x country y aggregate count country transform group x ,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Number of stadiums in each country?,abstract,Bar,stadium,swimming,mark bar data stadium encoding x country y aggregate count country transform group x ,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Show me the number of stadiums in each country.,abstract,Bar,stadium,swimming,mark bar data stadium encoding x country y aggregate count country transform group x ,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Display the stadium amount in each nation.,abstract,Bar,stadium,swimming,mark bar data stadium encoding x country y aggregate count country transform group x ,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Tell me the amount of stadiums in each country.,abstract,Bar,stadium,swimming,mark bar data stadium encoding x country y aggregate count country transform group x ,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Plot the number of stadiums for each country.,abstract,Bar,stadium,swimming,mark bar data stadium encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +How many stadiums are in each country? Graph it.,abstract,Bar,stadium,swimming,mark bar data stadium encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Make a chart showing the total number of stadiums in each country.,abstract,Bar,stadium,swimming,mark bar data stadium encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Generate a chart of the amount of stadiums in each country.,abstract,Bar,stadium,swimming,mark bar data stadium encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Can I get a graph that compares Nationality and the average of ID? ,abstract,Bar,swimmer,swimming,mark bar data swimmer encoding x nationality y aggregate mean id transform group x ,"Nationality,ID",none,mean ID,bar,"x=Nationality,y=mean ID,color=none",none +"Show me the comparison between meter_700 and meter_100, sorted from highest to lowest.",abstract,Bar,swimmer,swimming,mark bar data swimmer encoding x meter_700 y aggregate none meter_100 transform sort x desc,"meter_700,meter_100",none,none,bar,"x=meter_700,y=meter_100,color=none",x desc +"Compare meter_700 and meter_100, in descending order.",abstract,Bar,swimmer,swimming,mark bar data swimmer encoding x meter_700 y aggregate none meter_100 transform sort x desc,"meter_700,meter_100",none,none,bar,"x=meter_700,y=meter_100,color=none",x desc +"Show me a bar chart of meter_700 and meter_100, from highest to lowest.",abstract,Bar,swimmer,swimming,mark bar data swimmer encoding x meter_700 y aggregate none meter_100 transform sort x desc,"meter_700,meter_100",none,none,bar,"x=meter_700,y=meter_100,color=none",x desc +"Graph the comparison between meter_700 and meter_100, in descending order.",abstract,Bar,swimmer,swimming,mark bar data swimmer encoding x meter_700 y aggregate none meter_100 transform sort x desc,"meter_700,meter_100",none,none,bar,"x=meter_700,y=meter_100,color=none",x desc +"Plot a bar chart of meter_700 and meter_100, highest to lowest.",abstract,Bar,swimmer,swimming,mark bar data swimmer encoding x meter_700 y aggregate none meter_100 transform sort x desc,"meter_700,meter_100",none,none,bar,"x=meter_700,y=meter_100,color=none",x desc +"Create a bar graph of meter_700 and meter_100, lowest to highest.",abstract,Bar,swimmer,swimming,mark bar data swimmer encoding x meter_700 y aggregate none meter_100 transform sort x desc,"meter_700,meter_100",none,none,bar,"x=meter_700,y=meter_100,color=none",x desc +Plot ID and meter_100. ,abstract,Scatter,swimmer,swimming,mark point data swimmer encoding x id y aggregate none meter_100,"ID,meter_100",none,none,point,"x=ID,y=meter_100,color=none",none +What's the pattern between ID and meter_100?,abstract,Scatter,swimmer,swimming,mark point data swimmer encoding x id y aggregate none meter_100,"ID,meter_100",none,none,point,"x=ID,y=meter_100,color=none",none +Show me the connection between ID and meter_100.,abstract,Scatter,swimmer,swimming,mark point data swimmer encoding x id y aggregate none meter_100,"ID,meter_100",none,none,point,"x=ID,y=meter_100,color=none",none +Visualize the data of ID and meter_100.,abstract,Scatter,swimmer,swimming,mark point data swimmer encoding x id y aggregate none meter_100,"ID,meter_100",none,none,point,"x=ID,y=meter_100,color=none",none +Draw a graph of ID and meter_100.,abstract,Scatter,swimmer,swimming,mark point data swimmer encoding x id y aggregate none meter_100,"ID,meter_100",none,none,point,"x=ID,y=meter_100,color=none",none +Can you make a chart of ID and meter_100?,abstract,Scatter,swimmer,swimming,mark point data swimmer encoding x id y aggregate none meter_100,"ID,meter_100",none,none,point,"x=ID,y=meter_100,color=none",none +"What exhibitions had ticket prices under 15, grouped by theme and sorted by year?",abstract,Stacked Bar,exhibition,theme_gallery,mark bar data exhibition encoding x year y aggregate count year transform filter ticket_price < 15 group theme sort y desc,"Year,Theme",Ticket_Price lt 15,count Year,bar,"x=Year,y=count Year,color=Theme",y desc +Show me a chart of the number of years each theme was used for exhibitions with ticket prices under 15.,abstract,Stacked Bar,exhibition,theme_gallery,mark bar data exhibition encoding x year y aggregate count year transform filter ticket_price < 15 group theme ,"Year,Theme",Ticket_Price lt 15,count Year,bar,"x=Year,y=count Year,color=Theme",none +"Can I see the themes and years of exhibitions with prices lower than 15, grouped by theme and year?",abstract,Stacked Bar,exhibition,theme_gallery,mark bar data exhibition encoding x year y aggregate count year transform filter ticket_price < 15 group theme ,"Year,Theme",Ticket_Price lt 15,count Year,bar,"x=Year,y=count Year,color=Theme",none +"What's the count of years for exhibitions with ticket prices less than 15, organized by theme?",abstract,Stacked Bar,exhibition,theme_gallery,mark bar data exhibition encoding x year y aggregate count year transform filter ticket_price < 15 group theme ,"Year,Theme",Ticket_Price lt 15,count Year,bar,"x=Year,y=count Year,color=Theme",none +Show me a visualization of the number of years by theme.,abstract,Stacked Bar,exhibition,theme_gallery,mark bar data exhibition encoding x year y aggregate count year transform group theme,"Year,Theme",none,count Year,bar,"x=Year,y=count Year,color=Theme",none +How many years were used for each theme? ,abstract,Stacked Bar,exhibition,theme_gallery,mark bar data exhibition encoding x year y aggregate count year transform group theme,"Year,Theme",none,count Year,bar,"x=Year,y=count Year,color=Theme",none +Can I see how many years were used for each theme in a graph?,abstract,Stacked Bar,exhibition,theme_gallery,mark bar data exhibition encoding x year y aggregate count year transform group theme,"Year,Theme",none,count Year,bar,"x=Year,y=count Year,color=Theme",none +Can I get a visual representation of the years per theme?,abstract,Stacked Bar,exhibition,theme_gallery,mark bar data exhibition encoding x year y aggregate count year transform group theme,"Year,Theme",none,count Year,bar,"x=Year,y=count Year,color=Theme",none +What does the year count look like for each theme?,abstract,Stacked Bar,exhibition,theme_gallery,mark bar data exhibition encoding x year y aggregate count year transform group theme,"Year,Theme",none,count Year,bar,"x=Year,y=count Year,color=Theme",none +Show me the details of the research staff in alphabetical order.,abstract,Bar,Research_Staff,tracking_grants_for_research,mark bar data research_staff encoding x staff_details y aggregate count staff_details transform group x sort x asc,staff_details,none,count staff_details,bar,"x=staff_details,y=count staff_details,color=none",x asc +List the research staff data in alphabetical order.,abstract,Bar,Research_Staff,tracking_grants_for_research,mark bar data research_staff encoding x staff_details y aggregate count staff_details transform group x sort x asc,staff_details,none,count staff_details,bar,"x=staff_details,y=count staff_details,color=none",x asc +Chart the research staff details in alphabetical order.,abstract,Bar,Research_Staff,tracking_grants_for_research,mark bar data research_staff encoding x staff_details y aggregate count staff_details transform group x sort x asc,staff_details,none,count staff_details,bar,"x=staff_details,y=count staff_details,color=none",x asc +Visualize the research staff details alphabetically.,abstract,Bar,Research_Staff,tracking_grants_for_research,mark bar data research_staff encoding x staff_details y aggregate count staff_details transform group x ,staff_details,none,count staff_details,bar,"x=staff_details,y=count staff_details,color=none",none +"What is the count of research staff details, ordered alphabetically?",abstract,Bar,Research_Staff,tracking_grants_for_research,mark bar data research_staff encoding x staff_details y aggregate count staff_details transform group x sort x asc,staff_details,none,count staff_details,bar,"x=staff_details,y=count staff_details,color=none",x asc +Graph the amount of transactions for each transaction type.,abstract,Pie,TRANSACTIONS,tracking_share_transactions,mark arc data transactions encoding x transaction_type_code y aggregate mean amount_of_transaction transform group x,"transaction_type_code,amount_of_transaction",none,mean amount_of_transaction,arc,"x=transaction_type_code,y=mean amount_of_transaction,color=none",none +What's the breakdown of average transaction amounts by type?,abstract,Pie,TRANSACTIONS,tracking_share_transactions,mark arc data transactions encoding x transaction_type_code y aggregate mean amount_of_transaction transform group x,"transaction_type_code,amount_of_transaction",none,mean amount_of_transaction,arc,"x=transaction_type_code,y=mean amount_of_transaction,color=none",none +Plot the average transaction amount for each transaction type.,abstract,Pie,TRANSACTIONS,tracking_share_transactions,mark arc data transactions encoding x transaction_type_code y aggregate mean amount_of_transaction transform group x,"transaction_type_code,amount_of_transaction",none,mean amount_of_transaction,arc,"x=transaction_type_code,y=mean amount_of_transaction,color=none",none +Show me the average transaction amount for each transaction type.,abstract,Pie,TRANSACTIONS,tracking_share_transactions,mark arc data transactions encoding x transaction_type_code y aggregate mean amount_of_transaction transform group x,"transaction_type_code,amount_of_transaction",none,mean amount_of_transaction,arc,"x=transaction_type_code,y=mean amount_of_transaction,color=none",none +Plot the amount of transactions for each investor. ,abstract,Scatter,TRANSACTIONS,tracking_share_transactions,mark point data transactions encoding x investor_id y aggregate count investor_id transform group x,investor_id,none,count investor_id,point,"x=investor_id,y=count investor_id,color=none",none +What are the details of the lots? ,abstract,Bar,LOTS,tracking_share_transactions,mark bar data lots encoding x lot_details y aggregate count lot_details transform group x ,lot_details,none,count lot_details,bar,"x=lot_details,y=count lot_details,color=none",none +How many lots in each lot detail? ,abstract,Bar,LOTS,tracking_share_transactions,mark bar data lots encoding x lot_details y aggregate count lot_details transform group x ,lot_details,none,count lot_details,bar,"x=lot_details,y=count lot_details,color=none",none +Show me the lot detail information. ,abstract,Bar,LOTS,tracking_share_transactions,mark bar data lots encoding x lot_details y aggregate count lot_details transform group x ,lot_details,none,count lot_details,bar,"x=lot_details,y=count lot_details,color=none",none +What's the count of each lot detail? ,abstract,Bar,LOTS,tracking_share_transactions,mark bar data lots encoding x lot_details y aggregate count lot_details transform group x ,lot_details,none,count lot_details,bar,"x=lot_details,y=count lot_details,color=none",none +Show me a graph of the lot details.,abstract,Bar,LOTS,tracking_share_transactions,mark bar data lots encoding x lot_details y aggregate count lot_details transform group x,lot_details,none,count lot_details,bar,"x=lot_details,y=count lot_details,color=none",none +What does the lot details distribution look like?,abstract,Bar,LOTS,tracking_share_transactions,mark bar data lots encoding x lot_details y aggregate count lot_details transform group x,lot_details,none,count lot_details,bar,"x=lot_details,y=count lot_details,color=none",none +Give me a visualization of the lot details. ,abstract,Bar,LOTS,tracking_share_transactions,mark bar data lots encoding x lot_details y aggregate count lot_details transform group x,lot_details,none,count lot_details,bar,"x=lot_details,y=count lot_details,color=none",none +What's the breakdown of lot details? ,abstract,Bar,LOTS,tracking_share_transactions,mark bar data lots encoding x lot_details y aggregate count lot_details transform group x,lot_details,none,count lot_details,bar,"x=lot_details,y=count lot_details,color=none",none +Can I see a chart of the lot details? ,abstract,Bar,LOTS,tracking_share_transactions,mark bar data lots encoding x lot_details y aggregate count lot_details transform group x,lot_details,none,count lot_details,bar,"x=lot_details,y=count lot_details,color=none",none +What do the lot details look like?,abstract,Bar,LOTS,tracking_share_transactions,mark bar data lots encoding x lot_details y aggregate count lot_details transform group x,lot_details,none,count lot_details,bar,"x=lot_details,y=count lot_details,color=none",none +Visualize the number of different investors.,abstract,Bar,INVESTORS,tracking_share_transactions,mark bar data investors encoding x investor_details y aggregate count investor_details transform group x,Investor_details,none,count Investor_details,bar,"x=Investor_details,y=count Investor_details,color=none",none +Display the details of investors in a chart.,abstract,Bar,INVESTORS,tracking_share_transactions,mark bar data investors encoding x investor_details y aggregate count investor_details transform group x,Investor_details,none,count Investor_details,bar,"x=Investor_details,y=count Investor_details,color=none",none +How many investors are there? Show me a graph.,abstract,Bar,INVESTORS,tracking_share_transactions,mark bar data investors encoding x investor_details y aggregate count investor_details transform group x,Investor_details,none,count Investor_details,bar,"x=Investor_details,y=count Investor_details,color=none",none +Show me a graph with the investor details.,abstract,Bar,INVESTORS,tracking_share_transactions,mark bar data investors encoding x investor_details y aggregate count investor_details transform group x,Investor_details,none,count Investor_details,bar,"x=Investor_details,y=count Investor_details,color=none",none +"Create a chart of the investor details, please.",abstract,Bar,INVESTORS,tracking_share_transactions,mark bar data investors encoding x investor_details y aggregate count investor_details transform group x,Investor_details,none,count Investor_details,bar,"x=Investor_details,y=count Investor_details,color=none",none +"Give me an overview of the investor details, visualized in a bar chart from most to least.",abstract,Bar,INVESTORS,tracking_share_transactions,mark bar data investors encoding x investor_details y aggregate count investor_details transform group x sort y desc,Investor_details,none,count Investor_details,bar,"x=Investor_details,y=count Investor_details,color=none",y desc +"Can I see a graph of the investors listed, showing how many investor details each has?",abstract,Bar,INVESTORS,tracking_share_transactions,mark bar data investors encoding x investor_details y aggregate count investor_details transform group x ,Investor_details,none,count Investor_details,bar,"x=Investor_details,y=count Investor_details,color=none",none +Generate a bar chart that distinguishes the amount of investor details for each investor.,abstract,Bar,INVESTORS,tracking_share_transactions,mark bar data investors encoding x investor_details y aggregate count investor_details transform group x ,Investor_details,none,count Investor_details,bar,"x=Investor_details,y=count Investor_details,color=none",none +Show me the entry date and log id for problem 10.,abstract,Bar,problem_log,tracking_software_problems,mark bar data problem_log encoding x log_entry_date y aggregate none problem_log_id transform filter problem_id = 10,"log_entry_date,problem_log_id",problem_id = 10,none,bar,"x=log_entry_date,y=problem_log_id,color=none",none +What were the log entry dates for problem 10?,abstract,Bar,problem_log,tracking_software_problems,mark bar data problem_log encoding x log_entry_date y aggregate none problem_log_id transform filter problem_id = 10,"log_entry_date,problem_log_id",problem_id = 10,none,bar,"x=log_entry_date,y=problem_log_id,color=none",none +Are there any logs for problem 10? Show their entry dates and log id. ,abstract,Bar,problem_log,tracking_software_problems,mark bar data problem_log encoding x log_entry_date y aggregate none problem_log_id transform filter problem_id = 10,"log_entry_date,problem_log_id",problem_id = 10,none,bar,"x=log_entry_date,y=problem_log_id,color=none",none +What was the log id and entry date for problem 10?,abstract,Bar,problem_log,tracking_software_problems,mark bar data problem_log encoding x log_entry_date y aggregate none problem_log_id transform filter problem_id = 10,"log_entry_date,problem_log_id",problem_id = 10,none,bar,"x=log_entry_date,y=problem_log_id,color=none",none +Give me the log entry dates and ids for problem 10.,abstract,Bar,problem_log,tracking_software_problems,mark bar data problem_log encoding x log_entry_date y aggregate none problem_log_id transform filter problem_id = 10,"log_entry_date,problem_log_id",problem_id = 10,none,bar,"x=log_entry_date,y=problem_log_id,color=none",none +"Show me a chart of the log entries, sorted by how many there are.",abstract,Bar,problem_log,tracking_software_problems,mark bar data problem_log encoding x log_entry_description y aggregate count log_entry_description transform group x sort y asc,log_entry_description,none,count log_entry_description,bar,"x=log_entry_description,y=count log_entry_description,color=none",y asc +How many of each log entry are there? Visualize it.,abstract,Bar,problem_log,tracking_software_problems,mark bar data problem_log encoding x log_entry_description y aggregate count log_entry_description transform group x ,log_entry_description,none,count log_entry_description,bar,"x=log_entry_description,y=count log_entry_description,color=none",none +"Can I see a graph of the log entry descriptions, ordered by frequency?",abstract,Bar,problem_log,tracking_software_problems,mark bar data problem_log encoding x log_entry_description y aggregate count log_entry_description transform group x sort y asc,log_entry_description,none,count log_entry_description,bar,"x=log_entry_description,y=count log_entry_description,color=none",y asc +"Create a bar chart of the log entry descriptions, arranged in order of most to least.",abstract,Bar,problem_log,tracking_software_problems,mark bar data problem_log encoding x log_entry_description y aggregate count log_entry_description transform group x sort y asc,log_entry_description,none,count log_entry_description,bar,"x=log_entry_description,y=count log_entry_description,color=none",y asc +"Can you give me a visualization of the languages and number of TV Channels using it, ranked from most to least?",abstract,Bar,TV_Channel,tvshow,mark bar data tv_channel encoding x language y aggregate count language transform group x sort x desc,Language,none,count Language,bar,"x=Language,y=count Language,color=none",x desc +What does the bar chart look like for the languages and number of TV Channels?,abstract,Bar,TV_Channel,tvshow,mark bar data tv_channel encoding x language y aggregate count language transform group x ,Language,none,count Language,bar,"x=Language,y=count Language,color=none",none +"Create a bar chart comparing the languages and how many TV Channels are there for each one, in descending order.",abstract,Bar,TV_Channel,tvshow,mark bar data tv_channel encoding x language y aggregate count language transform group x sort x desc,Language,none,count Language,bar,"x=Language,y=count Language,color=none",x desc +Show me the number of channels by language in a bar chart.,abstract,Bar,TV_Channel,tvshow,mark bar data tv_channel encoding x language y aggregate count language transform group x,Language,none,count Language,bar,"x=Language,y=count Language,color=none",none +Display the TV channels by language as a bar graph.,abstract,Bar,TV_Channel,tvshow,mark bar data tv_channel encoding x language y aggregate count language transform group x,Language,none,count Language,bar,"x=Language,y=count Language,color=none",none +Visualize the languages and the number of channels in a bar graph.,abstract,Bar,TV_Channel,tvshow,mark bar data tv_channel encoding x language y aggregate count language transform group x,Language,none,count Language,bar,"x=Language,y=count Language,color=none",none +Plot the count of TV channels by language.,abstract,Bar,TV_Channel,tvshow,mark bar data tv_channel encoding x language y aggregate count language transform group x,Language,none,count Language,bar,"x=Language,y=count Language,color=none",none +Show me a breakdown of languages used by TV channels.,abstract,Pie,TV_Channel,tvshow,mark arc data tv_channel encoding x language y aggregate count language transform group x,Language,none,count Language,arc,"x=Language,y=count Language,color=none",none +What proportion of TV channels use each language?,abstract,Pie,TV_Channel,tvshow,mark arc data tv_channel encoding x language y aggregate count language transform group x,Language,none,count Language,arc,"x=Language,y=count Language,color=none",none +Display the language distribution of TV channels.,abstract,Pie,TV_Channel,tvshow,mark arc data tv_channel encoding x language y aggregate count language transform group x,Language,none,count Language,arc,"x=Language,y=count Language,color=none",none +Can you show me the languages of the TV channels?,abstract,Pie,TV_Channel,tvshow,mark arc data tv_channel encoding x language y aggregate count language transform group x,Language,none,count Language,arc,"x=Language,y=count Language,color=none",none +What are the languages used for TV channels?,abstract,Pie,TV_Channel,tvshow,mark arc data tv_channel encoding x language y aggregate count language transform group x,Language,none,count Language,arc,"x=Language,y=count Language,color=none",none +What's the language breakdown for TV channels?,abstract,Pie,TV_Channel,tvshow,mark arc data tv_channel encoding x language y aggregate count language transform group x,Language,none,count Language,arc,"x=Language,y=count Language,color=none",none +Can I get a chart with the pixel aspect ratio and country of origin for tv stations that don't use English?,abstract,Bar,tv_channel,tvshow,mark bar data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x ,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,bar,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +What's the comparison of pixel aspect ratio and country of origin for tv channels that aren't in English?,abstract,Bar,tv_channel,tvshow,mark bar data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x ,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,bar,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +Can I view a chart of pixel aspect ratio and country of origin for non-English channels?,abstract,Bar,tv_channel,tvshow,mark bar data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x ,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,bar,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +Show me the number of different pixel aspect ratios for the tv channels that don't use English.,abstract,Bar,tv_channel,tvshow,mark bar data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,bar,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +Show me the comparison of the nations and pixel aspect ratio of non-English tv channels.,abstract,Bar,tv_channel,tvshow,mark bar data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,bar,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +Give me a chart of the pixel aspect ratio and nation of non-English tv channels.,abstract,Bar,tv_channel,tvshow,mark bar data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,bar,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +How many different pixel aspect ratios do the non-English tv channels have?,abstract,Bar,tv_channel,tvshow,mark bar data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,bar,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +What are the pixel aspect ratios of the non-English tv channels?,abstract,Bar,tv_channel,tvshow,mark bar data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,bar,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +Show me a chart of the pixel aspect ratio and country of origin of the TV channels that don't use English. ,abstract,Pie,tv_channel,tvshow,mark arc data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,arc,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +What is the country and aspect ratio of TV channels not using English?,abstract,Pie,tv_channel,tvshow,mark arc data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,arc,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +Chart the proportion of pixel aspect ratio and country of origin for non-English channels.,abstract,Pie,tv_channel,tvshow,mark arc data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,arc,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +Give me a graph of the nation and aspect ratio of TV channels not in English.,abstract,Pie,tv_channel,tvshow,mark arc data tv_channel encoding x pixel_aspect_ratio_par y aggregate count pixel_aspect_ratio_par transform filter language != 'english' group x,Pixel_aspect_ratio_PAR,Language != 'English',count Pixel_aspect_ratio_PAR,arc,"x=Pixel_aspect_ratio_PAR,y=count Pixel_aspect_ratio_PAR,color=none",none +Can you show me the enrollment of schools founded after 1850 grouped by affiliation type?,abstract,Bar,university,university_basketball,mark bar data university encoding x affiliation y aggregate sum enrollment transform filter founded > 1850 group x ,"Affiliation,Enrollment",Founded gt 1850,sum Enrollment,bar,"x=Affiliation,y=sum Enrollment,color=none",none +Graph the number of students enrolled in colleges founded after 1850 based on their affiliations.,abstract,Bar,university,university_basketball,mark bar data university encoding x affiliation y aggregate sum enrollment transform filter founded > 1850 group x ,"Affiliation,Enrollment",Founded gt 1850,sum Enrollment,bar,"x=Affiliation,y=sum Enrollment,color=none",none +I'd like to view a bar chart comparing the number of students enrolled in institutions founded after 1850 by their affiliation.,abstract,Bar,university,university_basketball,mark bar data university encoding x affiliation y aggregate sum enrollment transform filter founded > 1850 group x ,"Affiliation,Enrollment",Founded gt 1850,sum Enrollment,bar,"x=Affiliation,y=sum Enrollment,color=none",none +Can I see a chart with the total enrollment of schools founded after 1850 by affiliation?,abstract,Bar,university,university_basketball,mark bar data university encoding x affiliation y aggregate sum enrollment transform filter founded > 1850 group x ,"Affiliation,Enrollment",Founded gt 1850,sum Enrollment,bar,"x=Affiliation,y=sum Enrollment,color=none",none +Show me a chart of enrollment in schools founded after 1850 split by affiliation.,abstract,Bar,university,university_basketball,mark bar data university encoding x affiliation y aggregate sum enrollment transform filter founded > 1850 group x ,"Affiliation,Enrollment",Founded gt 1850,sum Enrollment,bar,"x=Affiliation,y=sum Enrollment,color=none",none +Show me the enrollment of colleges that were founded after 1850 for each affiliation type.,abstract,Pie,university,university_basketball,mark arc data university encoding x affiliation y aggregate sum enrollment transform filter founded > 1850 group x,"Affiliation,Enrollment",Founded gt 1850,sum Enrollment,arc,"x=Affiliation,y=sum Enrollment,color=none",none +What's the enrollment of schools founded after 1850 for each affiliation?,abstract,Pie,university,university_basketball,mark arc data university encoding x affiliation y aggregate sum enrollment transform filter founded > 1850 group x,"Affiliation,Enrollment",Founded gt 1850,sum Enrollment,arc,"x=Affiliation,y=sum Enrollment,color=none",none +What are the affiliations and enrollment numbers of schools founded after 1850?,abstract,Pie,university,university_basketball,mark arc data university encoding x affiliation y aggregate sum enrollment transform filter founded > 1850 group x,"Affiliation,Enrollment",Founded gt 1850,sum Enrollment,arc,"x=Affiliation,y=sum Enrollment,color=none",none +Can I get a chart of the enrollments of colleges founded after 1850?,abstract,Pie,university,university_basketball,mark arc data university encoding x affiliation y aggregate sum enrollment transform filter founded > 1850 group x,"Affiliation,Enrollment",Founded gt 1850,sum Enrollment,arc,"x=Affiliation,y=sum Enrollment,color=none",none +Draw a graph showing the enrollment of schools founded after 1850 by affiliation.,abstract,Pie,university,university_basketball,mark arc data university encoding x affiliation y aggregate sum enrollment transform filter founded > 1850 group x,"Affiliation,Enrollment",Founded gt 1850,sum Enrollment,arc,"x=Affiliation,y=sum Enrollment,color=none",none +Plot enrollments of universities by affiliation.,abstract,Bar,university,university_basketball,mark bar data university encoding x affiliation y aggregate sum enrollment transform group x,"Affiliation,Enrollment",none,sum Enrollment,bar,"x=Affiliation,y=sum Enrollment,color=none",none +What do enrollments of universities look like based on affiliation type?,abstract,Bar,university,university_basketball,mark bar data university encoding x affiliation y aggregate sum enrollment transform group x,"Affiliation,Enrollment",none,sum Enrollment,bar,"x=Affiliation,y=sum Enrollment,color=none",none +Show me the sum of enrollments for each type of university affiliation.,abstract,Bar,university,university_basketball,mark bar data university encoding x affiliation y aggregate sum enrollment transform group x,"Affiliation,Enrollment",none,sum Enrollment,bar,"x=Affiliation,y=sum Enrollment,color=none",none +Create a chart of university affiliation and enrollment.,abstract,Bar,university,university_basketball,mark bar data university encoding x affiliation y aggregate sum enrollment transform group x,"Affiliation,Enrollment",none,sum Enrollment,bar,"x=Affiliation,y=sum Enrollment,color=none",none +Display a graph of university affiliation and enrollment numbers.,abstract,Bar,university,university_basketball,mark bar data university encoding x affiliation y aggregate sum enrollment transform group x,"Affiliation,Enrollment",none,sum Enrollment,bar,"x=Affiliation,y=sum Enrollment,color=none",none +"Show me a graph of the school_id compared to the ACC_Road, grouped by ACC_Home, with the Y-axis in descending order.",abstract,Stacked Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x acc_road y aggregate none school_id color acc_home transform group x sort y desc,"ACC_Road,School_ID,ACC_Home",none,none,bar,"x=ACC_Road,y=School_ID,color=ACC_Home",y desc +"Can I get a bar chart of the distribution of the ACC_Roads and the School_ID, grouped by ACC_Home, with the Y-axis descending?",abstract,Stacked Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x acc_road y aggregate none school_id color acc_home transform group x sort y desc,"ACC_Road,School_ID,ACC_Home",none,none,bar,"x=ACC_Road,y=School_ID,color=ACC_Home",y desc +"What would a chart of School_ID against ACC_Road look like, grouped by ACC_Home with the Y-axis in descending order?",abstract,Stacked Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x acc_road y aggregate none school_id color acc_home transform group x sort y desc,"ACC_Road,School_ID,ACC_Home",none,none,bar,"x=ACC_Road,y=School_ID,color=ACC_Home",y desc +Can I see a graph showing the School_ID by ACC_Road and grouping by ACC_Home ordered by the Y-axis?,abstract,Stacked Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x acc_road y aggregate none school_id color acc_home transform group x sort y desc,"ACC_Road,School_ID,ACC_Home",none,none,bar,"x=ACC_Road,y=School_ID,color=ACC_Home",y desc +"Give me a visualization of the breakdown of ACC_Roads and School_ID, grouped by ACC_Home, ordered by Y.",abstract,Stacked Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x acc_road y aggregate none school_id color acc_home transform group x sort y desc,"ACC_Road,School_ID,ACC_Home",none,none,bar,"x=ACC_Road,y=School_ID,color=ACC_Home",y desc +"Can you generate a chart that compares the Team_Name and School_ID, and list from lowest to highest?",abstract,Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x team_name y aggregate none school_id transform sort y asc,"Team_Name,School_ID",none,none,bar,"x=Team_Name,y=School_ID,color=none",y asc +Show me a graphic of the distribution between Team_Name and School_ID.,abstract,Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x team_name y aggregate none school_id transform ,"Team_Name,School_ID",none,none,bar,"x=Team_Name,y=School_ID,color=none",none +"Make me a chart about Team_Name and School_ID, ordered in ascending.",abstract,Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x team_name y aggregate none school_id transform sort y asc,"Team_Name,School_ID",none,none,bar,"x=Team_Name,y=School_ID,color=none",y asc +"Plot a graph of Team_Name against School_ID, sorted in ascending order.",abstract,Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x team_name y aggregate none school_id transform sort y asc,"Team_Name,School_ID",none,none,bar,"x=Team_Name,y=School_ID,color=none",y asc +"Draw me a chart of Team_Name and School_ID, in ascending order.",abstract,Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x team_name y aggregate none school_id transform sort y asc,"Team_Name,School_ID",none,none,bar,"x=Team_Name,y=School_ID,color=none",y asc +"Show me the relation between Team_Name and School_ID, from low to high.",abstract,Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x team_name y aggregate none school_id transform sort y asc,"Team_Name,School_ID",none,none,bar,"x=Team_Name,y=School_ID,color=none",y asc +Can I see a scatter chart of School_ID and ACC_Percent sorted by ACC_Home?,abstract,Grouping Scatter,basketball_match,university_basketball,mark point data basketball_match encoding x school_id y aggregate none acc_percent transform group acc_home,"School_ID,ACC_Percent,ACC_Home",none,none,point,"x=School_ID,y=ACC_Percent,color=ACC_Home",none +Show me the relationship of School_ID and ACC_Percent grouped by ACC_Home.,abstract,Grouping Scatter,basketball_match,university_basketball,mark point data basketball_match encoding x school_id y aggregate none acc_percent transform group acc_home,"School_ID,ACC_Percent,ACC_Home",none,none,point,"x=School_ID,y=ACC_Percent,color=ACC_Home",none +Give me a chart of School_ID vs ACC_Percent grouped by ACC_Home.,abstract,Grouping Scatter,basketball_match,university_basketball,mark point data basketball_match encoding x school_id y aggregate none acc_percent transform group acc_home,"School_ID,ACC_Percent,ACC_Home",none,none,point,"x=School_ID,y=ACC_Percent,color=ACC_Home",none +Display a graph of ACC_Percent by School_ID based on ACC_Home.,abstract,Grouping Scatter,basketball_match,university_basketball,mark point data basketball_match encoding x school_id y aggregate none acc_percent transform group acc_home,"School_ID,ACC_Percent,ACC_Home",none,none,point,"x=School_ID,y=ACC_Percent,color=ACC_Home",none +What does the scatter plot of School_ID and ACC_Percent look like when grouped by ACC_Home?,abstract,Grouping Scatter,basketball_match,university_basketball,mark point data basketball_match encoding x school_id y aggregate none acc_percent transform group acc_home,"School_ID,ACC_Percent,ACC_Home",none,none,point,"x=School_ID,y=ACC_Percent,color=ACC_Home",none +Give me a graph that compares Team_ID and School_ID.,abstract,Scatter,basketball_match,university_basketball,mark point data basketball_match encoding x team_id y aggregate none school_id,"Team_ID,School_ID",none,none,point,"x=Team_ID,y=School_ID,color=none",none +Show me how Team_ID and School_ID are related.,abstract,Scatter,basketball_match,university_basketball,mark point data basketball_match encoding x team_id y aggregate none school_id,"Team_ID,School_ID",none,none,point,"x=Team_ID,y=School_ID,color=none",none +Show me the link between Team_ID and School_ID.,abstract,Scatter,basketball_match,university_basketball,mark point data basketball_match encoding x team_id y aggregate none school_id,"Team_ID,School_ID",none,none,point,"x=Team_ID,y=School_ID,color=none",none +Illustrate the relationship between Team_ID and School_ID.,abstract,Scatter,basketball_match,university_basketball,mark point data basketball_match encoding x team_id y aggregate none school_id,"Team_ID,School_ID",none,none,point,"x=Team_ID,y=School_ID,color=none",none +Create a chart of Team_ID and School_ID.,abstract,Scatter,basketball_match,university_basketball,mark point data basketball_match encoding x team_id y aggregate none school_id,"Team_ID,School_ID",none,none,point,"x=Team_ID,y=School_ID,color=none",none +Draw a chart of All_Neutral and School_ID.,abstract,Pie,basketball_match,university_basketball,mark arc data basketball_match encoding x all_neutral y aggregate none school_id,"All_Neutral,School_ID",none,none,arc,"x=All_Neutral,y=School_ID,color=none",none +Can I see a graph of All_Neutral and School_ID proportions?,abstract,Pie,basketball_match,university_basketball,mark arc data basketball_match encoding x all_neutral y aggregate none school_id,"All_Neutral,School_ID",none,none,arc,"x=All_Neutral,y=School_ID,color=none",none +Show me the School_ID and All_Neutral in a chart.,abstract,Pie,basketball_match,university_basketball,mark arc data basketball_match encoding x all_neutral y aggregate none school_id,"All_Neutral,School_ID",none,none,arc,"x=All_Neutral,y=School_ID,color=none",none +Make a chart to visualize All_Neutral and School_ID.,abstract,Pie,basketball_match,university_basketball,mark arc data basketball_match encoding x all_neutral y aggregate none school_id,"All_Neutral,School_ID",none,none,arc,"x=All_Neutral,y=School_ID,color=none",none +What does the School_ID and All_Neutral look like in a graph?,abstract,Pie,basketball_match,university_basketball,mark arc data basketball_match encoding x all_neutral y aggregate none school_id,"All_Neutral,School_ID",none,none,arc,"x=All_Neutral,y=School_ID,color=none",none +"Show how Team_ID is related to ACC_Road, grouped by All_Home.",abstract,Stacked Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x acc_road y aggregate none team_id color all_home transform group x,"ACC_Road,Team_ID,All_Home",none,none,bar,"x=ACC_Road,y=Team_ID,color=All_Home",none +"Can I get a chart of Team_ID based on ACC_Road, grouped by All_Home? ",abstract,Stacked Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x acc_road y aggregate none team_id color all_home transform group x,"ACC_Road,Team_ID,All_Home",none,none,bar,"x=ACC_Road,y=Team_ID,color=All_Home",none +"Give me a visualization of ACC_Road and Team_ID, grouped by All_Home.",abstract,Stacked Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x acc_road y aggregate none team_id color all_home transform group x,"ACC_Road,Team_ID,All_Home",none,none,bar,"x=ACC_Road,y=Team_ID,color=All_Home",none +"What's the distribution of ACC_Road and Team_ID, with All_Home as a grouping factor? ",abstract,Stacked Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x acc_road y aggregate none team_id color all_home transform group x,"ACC_Road,Team_ID,All_Home",none,none,bar,"x=ACC_Road,y=Team_ID,color=All_Home",none +"Create a visual representation with Team_ID and ACC_Road, grouped by All_Home.",abstract,Stacked Bar,basketball_match,university_basketball,mark bar data basketball_match encoding x acc_road y aggregate none team_id color all_home transform group x,"ACC_Road,Team_ID,All_Home",none,none,bar,"x=ACC_Road,y=Team_ID,color=All_Home",none +Show me the distribution of states in the votes.,abstract,Pie,votes,voter_1,mark arc data votes encoding x distinct y aggregate count state transform group state,"distinct,state",none,count state,arc,"x=distinct,y=, count state,color=none",none +What's the breakdown of states in the table?,abstract,Pie,votes,voter_1,mark arc data votes encoding x distinct y aggregate count state transform group state,"distinct,state",none,count state,arc,"x=distinct,y=, count state,color=none",none +What percentage of votes came from each state?,abstract,Pie,votes,voter_1,mark arc data votes encoding x distinct y aggregate count state transform group state,"distinct,state",none,count state,arc,"x=distinct,y=, count state,color=none",none +How are states distributed in the votes?,abstract,Pie,votes,voter_1,mark arc data votes encoding x distinct y aggregate count state transform group state,"distinct,state",none,count state,arc,"x=distinct,y=, count state,color=none",none +What's the trend of churches opening over the years?,abstract,Line,Church,wedding,mark line data church encoding x open_date y aggregate count open_date transform group x ,Open_Date,none,count Open_Date,line,"x=Open_Date,y=count Open_Date,color=none",none +"Display the number of churches opened, from most recent to oldest.",abstract,Line,Church,wedding,mark line data church encoding x open_date y aggregate count open_date transform group x sort x desc,Open_Date,none,count Open_Date,line,"x=Open_Date,y=count Open_Date,color=none",x desc +Show a graph of open dates for the churches.,abstract,Line,Church,wedding,mark line data church encoding x open_date y aggregate count open_date transform group x ,Open_Date,none,count Open_Date,line,"x=Open_Date,y=count Open_Date,color=none",none +"Can you give me the chart of churches opening, sorted by time?",abstract,Line,Church,wedding,mark line data church encoding x open_date y aggregate count open_date transform group x sort x desc,Open_Date,none,count Open_Date,line,"x=Open_Date,y=count Open_Date,color=none",x desc +"Show me the count of wines by grape type with a graph, in descending order on the Y axis.",abstract,Bar,WINE,wine_1,mark bar data wine encoding x grape y aggregate count grape transform group x sort y asc,Grape,none,count Grape,bar,"x=Grape,y=count Grape,color=None",y asc +"Can I see a graph of wines by grape, sorted by the Y axis in descending order?",abstract,Bar,WINE,wine_1,mark bar data wine encoding x grape y aggregate count grape transform group x sort y asc,Grape,none,count Grape,bar,"x=Grape,y=count Grape,color=None",y asc +"Visualize the number of wines by grape, in descending order on the Y.",abstract,Bar,WINE,wine_1,mark bar data wine encoding x grape y aggregate count grape transform group x sort y asc,Grape,none,count Grape,bar,"x=Grape,y=count Grape,color=None",y asc +"Display a graph of wine quantity by grape, in descending order on the Y axis.",abstract,Bar,WINE,wine_1,mark bar data wine encoding x grape y aggregate count grape transform group x sort y asc,Grape,none,count Grape,bar,"x=Grape,y=count Grape,color=None",y asc +"Give me a graph of the number of wines by grape type, in descending order on the Y axis.",abstract,Bar,WINE,wine_1,mark bar data wine encoding x grape y aggregate count grape transform group x sort y asc,Grape,none,count Grape,bar,"x=Grape,y=count Grape,color=None",y asc +"Can I get a chart showing the amount of different wines, sorted by Y-axis in descending order?",abstract,Bar,WINE,wine_1,mark bar data wine encoding x grape y aggregate count grape transform group x sort y asc,Grape,none,count Grape,bar,"x=Grape,y=count Grape,color=None",y asc +What's the highest score of wines by year?,abstract,Line,WINE,wine_1,mark line data wine encoding x year y aggregate max score transform group x sort x desc,"Year,Score",none,max Score,line,"x=Year,y=max Score,color=None",x desc +Show me the trend of maximum wine scores in descending order.,abstract,Line,WINE,wine_1,mark line data wine encoding x year y aggregate max score transform group x sort x desc,"Year,Score",none,max Score,line,"x=Year,y=max Score,color=None",x desc +Plot the maximum score of wines over the years in descending order.,abstract,Line,WINE,wine_1,mark line data wine encoding x year y aggregate max score transform group x sort x desc,"Year,Score",none,max Score,line,"x=Year,y=max Score,color=None",x desc +"What's the chart of maximum wine score by year, descending?",abstract,Line,WINE,wine_1,mark line data wine encoding x year y aggregate max score transform group x sort x desc,"Year,Score",none,max Score,line,"x=Year,y=max Score,color=None",x desc +"Can you generate a chart of wineries and grapes with the wines whose price is more than 100, with the y-axis showing the number of wineries in descending order?",abstract,Stacked Bar,WINE,wine_1,mark bar data wine encoding x winery y aggregate count winery color grape transform filter price > 100 group x sort y desc,"Winery,Grape",Price gt 100,count Winery,bar,"x=Winery,y=count Winery,color=Grape",y desc +"Show me wines with a price of more than 100 using a stacked bar chart, graphing wineries and grape varieties on the x-axis and the number of wineries on the y-axis, descending.",abstract,Stacked Bar,WINE,wine_1,mark bar data wine encoding x winery y aggregate count winery color grape transform filter price > 100 group x sort y desc,"Winery,Grape",Price gt 100,count Winery,bar,"x=Winery,y=count Winery,color=Grape",y desc +"Give me a chart of wineries with more than 100 price wines, graphing grape varieties and wineries on the x-axis and the number of wineries on the y-axis, from high to low.",abstract,Stacked Bar,WINE,wine_1,mark bar data wine encoding x winery y aggregate count winery color grape transform filter price > 100 group x sort y desc,"Winery,Grape",Price gt 100,count Winery,bar,"x=Winery,y=count Winery,color=Grape",y desc +"Create a chart showing the proportion of the number of grapes of the wines with a price above 100, ordered by year.",abstract,Pie,WINE,wine_1,mark arc data wine encoding x grape y aggregate count grape transform filter price > 100 group x,Grape,Price gt 100,count Grape,arc,"x=Grape,y=count Grape,color=None",none +"What's the proportion of the number of grapes of the wines with a price of more than 100, grouped by year?",abstract,Pie,WINE,wine_1,mark arc data wine encoding x grape y aggregate count grape transform filter price > 100 group x,Grape,Price gt 100,count Grape,arc,"x=Grape,y=count Grape,color=None",none +"Visualize data about the number of grapes of the wines with a price greater than 100, organized by year.",abstract,Pie,WINE,wine_1,mark arc data wine encoding x grape y aggregate count grape transform filter price > 100 group x,Grape,Price gt 100,count Grape,arc,"x=Grape,y=count Grape,color=None",none +"Show me the proportion of the number of grapes of the wines with a price over 100, arranged according to year.",abstract,Pie,WINE,wine_1,mark arc data wine encoding x grape y aggregate count grape transform filter price > 100 group x,Grape,Price gt 100,count Grape,arc,"x=Grape,y=count Grape,color=None",none +Plot the areas of each appellation.,abstract,Bar,APPELLATIONS,wine_1,mark bar data appellations encoding x area y aggregate count area transform group x,Area,none,count Area,bar,"x=Area,y=count Area,color=None",none +Create a graph of area distribution across appellations.,abstract,Bar,APPELLATIONS,wine_1,mark bar data appellations encoding x area y aggregate count area transform group x,Area,none,count Area,bar,"x=Area,y=count Area,color=None",none +Generate a chart of area numbers by appellation.,abstract,Bar,APPELLATIONS,wine_1,mark bar data appellations encoding x area y aggregate count area transform group x,Area,none,count Area,bar,"x=Area,y=count Area,color=None",none +Show me the area breakdown for each appellation.,abstract,Bar,APPELLATIONS,wine_1,mark bar data appellations encoding x area y aggregate count area transform group x,Area,none,count Area,bar,"x=Area,y=count Area,color=None",none +"Show me the number of counties in the appellations as a bar chart, arranged in order of least to greatest.",abstract,Bar,APPELLATIONS,wine_1,mark bar data appellations encoding x county y aggregate count county transform group x sort y asc,County,none,count County,bar,"x=County,y=count County,color=None",y asc +"Can you draw a bar graph of the county count of the appellations, from smallest to largest?",abstract,Bar,APPELLATIONS,wine_1,mark bar data appellations encoding x county y aggregate count county transform group x sort y asc,County,none,count County,bar,"x=County,y=count County,color=None",y asc +"Graph the number of counties for appellations, from least to most.",abstract,Bar,APPELLATIONS,wine_1,mark bar data appellations encoding x county y aggregate count county transform group x sort y asc,County,none,count County,bar,"x=County,y=count County,color=None",y asc +"Plot the county count of appellations, smallest to biggest.",abstract,Bar,APPELLATIONS,wine_1,mark bar data appellations encoding x county y aggregate count county transform group x sort y asc,County,none,count County,bar,"x=County,y=count County,color=None",y asc +Create a chart of the number of venues for each workshop.,abstract,Bar,workshop,workshop_paper,mark bar data workshop encoding x venue y aggregate count venue transform group x,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",none +Display how many venues the workshops had.,abstract,Bar,workshop,workshop_paper,mark bar data workshop encoding x venue y aggregate count venue transform group x,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",none +Draw a graph of the venues for the workshops.,abstract,Bar,workshop,workshop_paper,mark bar data workshop encoding x venue y aggregate count venue transform group x,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",none +Show a chart of the workshops' venues.,abstract,Bar,workshop,workshop_paper,mark bar data workshop encoding x venue y aggregate count venue transform group x,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",none +Make a visualization of the venues for the different workshops.,abstract,Bar,workshop,workshop_paper,mark bar data workshop encoding x venue y aggregate count venue transform group x,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",none +"Can you create a bar chart that displays the number of venues for each workshop, sorted from highest to lowest?",abstract,Bar,workshop,workshop_paper,mark bar data workshop encoding x venue y aggregate count venue transform group x sort y desc,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",y desc +"Can you make a bar graph of the number of venues by workshop, ordered by most to least?",abstract,Bar,workshop,workshop_paper,mark bar data workshop encoding x venue y aggregate count venue transform group x sort y desc,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",y desc +Can I get a visualization of the venues for each workshop in descending order?,abstract,Bar,workshop,workshop_paper,mark bar data workshop encoding x venue y aggregate count venue transform group x sort y desc,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",y desc +"Visualize the number of venues for each workshop, ranked in descending order.",abstract,Bar,workshop,workshop_paper,mark bar data workshop encoding x venue y aggregate count venue transform group x sort y desc,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",y desc +"Show me a chart of the venues of each workshop, ranked in descending order.",abstract,Bar,workshop,workshop_paper,mark bar data workshop encoding x venue y aggregate count venue transform group x sort y desc,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",y desc +Show me the distribution of acceptance results,abstract,Bar,acceptance,workshop_paper,mark bar data acceptance encoding x result y aggregate count result transform group x ,Result,none,count Result,bar,"x=Result,y=count Result,color=none",none +What's the breakdown of the acceptance results?,abstract,Bar,acceptance,workshop_paper,mark bar data acceptance encoding x result y aggregate count result transform group x ,Result,none,count Result,bar,"x=Result,y=count Result,color=none",none +Can I get a chart of the acceptance results?,abstract,Bar,acceptance,workshop_paper,mark bar data acceptance encoding x result y aggregate count result transform group x ,Result,none,count Result,bar,"x=Result,y=count Result,color=none",none +Graph the acceptance results.,abstract,Bar,acceptance,workshop_paper,mark bar data acceptance encoding x result y aggregate count result transform group x ,Result,none,count Result,bar,"x=Result,y=count Result,color=none",none +Make a chart on the acceptance results.,abstract,Bar,acceptance,workshop_paper,mark bar data acceptance encoding x result y aggregate count result transform group x ,Result,none,count Result,bar,"x=Result,y=count Result,color=none",none +Show me the breakdown of the acceptance result.,abstract,Pie,acceptance,workshop_paper,mark arc data acceptance encoding x result y aggregate count result transform group x,Result,none,count Result,arc,"x=Result,y=count Result,color=none",none +What is the ratio of acceptance results?,abstract,Pie,acceptance,workshop_paper,mark arc data acceptance encoding x result y aggregate count result transform group x,Result,none,count Result,arc,"x=Result,y=count Result,color=none",none +What's the proportion of accepted submissions? ,abstract,Pie,acceptance,workshop_paper,mark arc data acceptance encoding x result y aggregate count result transform group x,Result,none,count Result,arc,"x=Result,y=count Result,color=none",none +Can you create a graph of acceptance results?,abstract,Pie,acceptance,workshop_paper,mark arc data acceptance encoding x result y aggregate count result transform group x,Result,none,count Result,arc,"x=Result,y=count Result,color=none",none +What does the acceptance result look like? ,abstract,Pie,acceptance,workshop_paper,mark arc data acceptance encoding x result y aggregate count result transform group x,Result,none,count Result,arc,"x=Result,y=count Result,color=none",none +Show me the acceptance result in a chart.,abstract,Pie,acceptance,workshop_paper,mark arc data acceptance encoding x result y aggregate count result transform group x,Result,none,count Result,arc,"x=Result,y=count Result,color=none",none +Display authors by submission count.,abstract,Bar,submission,workshop_paper,mark bar data submission encoding x author y aggregate count author transform group x ,Author,none,count Author,bar,"x=Author,y=count Author,color=none",none +Show me the submission counts for authors.,abstract,Bar,submission,workshop_paper,mark bar data submission encoding x author y aggregate count author transform group x ,Author,none,count Author,bar,"x=Author,y=count Author,color=none",none +What does the distribution of author submissions look like?,abstract,Bar,submission,workshop_paper,mark bar data submission encoding x author y aggregate count author transform group x ,Author,none,count Author,bar,"x=Author,y=count Author,color=none",none +Show me a graph of authors and submission numbers.,abstract,Bar,submission,workshop_paper,mark bar data submission encoding x author y aggregate count author transform group x ,Author,none,count Author,bar,"x=Author,y=count Author,color=none",none +Graph the number of authors' submissions.,abstract,Bar,submission,workshop_paper,mark bar data submission encoding x author y aggregate count author transform group x ,Author,none,count Author,bar,"x=Author,y=count Author,color=none",none +Plot the number of authors and their submissions.,abstract,Bar,submission,workshop_paper,mark bar data submission encoding x author y aggregate count author transform group x ,Author,none,count Author,bar,"x=Author,y=count Author,color=none",none +Who has the most submisstions?,abstract,Bar,submission,workshop_paper,mark bar data submission encoding x author y aggregate count author transform group x,Author,none,count Author,bar,"x=Author,y=count Author,color=none",none +Plot the authors and their submission counts.,abstract,Bar,submission,workshop_paper,mark bar data submission encoding x author y aggregate count author transform group x,Author,none,count Author,bar,"x=Author,y=count Author,color=none",none +Present the authors and submission counts in a chart.,abstract,Bar,submission,workshop_paper,mark bar data submission encoding x author y aggregate count author transform group x,Author,none,count Author,bar,"x=Author,y=count Author,color=none",none +How many submissions did each author submit?,abstract,Bar,submission,workshop_paper,mark bar data submission encoding x author y aggregate count author transform group x,Author,none,count Author,bar,"x=Author,y=count Author,color=none",none +Show the authors and their submissions numbers.,abstract,Bar,submission,workshop_paper,mark bar data submission encoding x author y aggregate count author transform group x,Author,none,count Author,bar,"x=Author,y=count Author,color=none",none +Create a pie chart of the different authors.,abstract,Pie,submission,workshop_paper,mark arc data submission encoding x author y aggregate count author transform group x,Author,none,count Author,arc,"x=Author,y=count Author,color=none",none +Can we get a visualization of the authors and their submissions?,abstract,Pie,submission,workshop_paper,mark arc data submission encoding x author y aggregate count author transform group x,Author,none,count Author,arc,"x=Author,y=count Author,color=none",none +Make a graph of the submissions by author.,abstract,Pie,submission,workshop_paper,mark arc data submission encoding x author y aggregate count author transform group x,Author,none,count Author,arc,"x=Author,y=count Author,color=none",none +Show me the authors who submitted to the workshop.,abstract,Pie,submission,workshop_paper,mark arc data submission encoding x author y aggregate count author transform group x,Author,none,count Author,arc,"x=Author,y=count Author,color=none",none +Can you show me a chart of the continents with the lowest life expectancies?,abstract,Bar,country,world_1,mark bar data country encoding x continent y aggregate mean lifeexpectancy transform group x sort y asc,"Continent,LifeExpectancy",none,mean LifeExpectancy,bar,"x=Continent,y=mean LifeExpectancy,color=none",y asc +Plot the life expectancy of all continents in order from least to greatest.,abstract,Bar,country,world_1,mark bar data country encoding x continent y aggregate mean lifeexpectancy transform group x sort y asc,"Continent,LifeExpectancy",none,mean LifeExpectancy,bar,"x=Continent,y=mean LifeExpectancy,color=none",y asc +Show me the distribution of teams in the elimination in a pie chart. ,abstract,Pie,elimination,wrestler,mark arc data elimination encoding x team y aggregate count team transform group x,Team,none,count Team,arc,"x=Team,y=count Team,color=none",none +Can you illustrate how many teams are in the elimination with a pie chart? ,abstract,Pie,elimination,wrestler,mark arc data elimination encoding x team y aggregate count team transform group x,Team,none,count Team,arc,"x=Team,y=count Team,color=none",none +Draw a graph demonstrating the teams in the elimination. ,abstract,Pie,elimination,wrestler,mark arc data elimination encoding x team y aggregate count team transform group x,Team,none,count Team,arc,"x=Team,y=count Team,color=none",none +Show me the proportion of teams in the elimination with a pie chart. ,abstract,Pie,elimination,wrestler,mark arc data elimination encoding x team y aggregate count team transform group x,Team,none,count Team,arc,"x=Team,y=count Team,color=none",none +Give me a pie chart of the teams in the elimination.,abstract,Pie,elimination,wrestler,mark arc data elimination encoding x team y aggregate count team transform group x,Team,none,count Team,arc,"x=Team,y=count Team,color=none",none +Show how many locations the wrestlers have with a bar chart.,abstract,Bar,wrestler,wrestler,mark bar data wrestler encoding x location y aggregate count location transform group x,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +Visualize the number of locations the wrestlers have.,abstract,Bar,wrestler,wrestler,mark bar data wrestler encoding x location y aggregate count location transform group x,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +Create a bar graph for the amount of locations of the wrestlers.,abstract,Bar,wrestler,wrestler,mark bar data wrestler encoding x location y aggregate count location transform group x,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +Create a chart to show the number of locations of the wrestlers.,abstract,Bar,wrestler,wrestler,mark bar data wrestler encoding x location y aggregate count location transform group x,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +What is the distribution of locations of the wrestlers? Draw a chart.,abstract,Bar,wrestler,wrestler,mark bar data wrestler encoding x location y aggregate count location transform group x,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +Draw a bar graph for the locations of the wrestlers.,abstract,Bar,wrestler,wrestler,mark bar data wrestler encoding x location y aggregate count location transform group x,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +Show me the locations of wrestlers in a bar chart ordered from least to most.,abstract,Bar,wrestler,wrestler,mark bar data wrestler encoding x location y aggregate count location transform group x sort x asc,Location,none,count Location,bar,"x=Location,y=count Location,color=none",x asc +What is the distribution of locations of wrestlers in a bar chart?,abstract,Bar,wrestler,wrestler,mark bar data wrestler encoding x location y aggregate count location transform group x ,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +"Make a bar chart of wrestlers' locations, ordered from least to most.",abstract,Bar,wrestler,wrestler,mark bar data wrestler encoding x location y aggregate count location transform group x sort x asc,Location,none,count Location,bar,"x=Location,y=count Location,color=none",x asc +Can you draw a bar chart of locations for the wrestlers ordered from least to most?,abstract,Bar,wrestler,wrestler,mark bar data wrestler encoding x location y aggregate count location transform group x sort x asc,Location,none,count Location,bar,"x=Location,y=count Location,color=none",x asc +"Visualize the locations of wrestlers in a bar chart, least to most.",abstract,Bar,wrestler,wrestler,mark bar data wrestler encoding x location y aggregate count location transform group x sort x asc,Location,none,count Location,bar,"x=Location,y=count Location,color=none",x asc +Visualize the reign and days held by wrestlers.,abstract,Scatter,wrestler,wrestler,mark point data wrestler encoding x reign y aggregate none days_held,"Reign,Days_held",none,none,point,"x=Reign,y=Days_held,color=none",none +Show me a graph of the wrestlers' reigns and days held.,abstract,Scatter,wrestler,wrestler,mark point data wrestler encoding x reign y aggregate none days_held,"Reign,Days_held",none,none,point,"x=Reign,y=Days_held,color=none",none +Plot the reigns and days held by all wrestlers.,abstract,Scatter,wrestler,wrestler,mark point data wrestler encoding x reign y aggregate none days_held,"Reign,Days_held",none,none,point,"x=Reign,y=Days_held,color=none",none +Create a chart of the wrestler's reign and days held.,abstract,Scatter,wrestler,wrestler,mark point data wrestler encoding x reign y aggregate none days_held,"Reign,Days_held",none,none,point,"x=Reign,y=Days_held,color=none",none +Make a graph for the reigns and days held by wrestlers.,abstract,Scatter,wrestler,wrestler,mark point data wrestler encoding x reign y aggregate none days_held,"Reign,Days_held",none,none,point,"x=Reign,y=Days_held,color=none",none +Show me the count of players by hand type.,abstract,Bar,players,wta_1,mark bar data players encoding x hand y aggregate count hand transform group x ,hand,none,count hand,bar,"x=hand,y=count hand,color=none",none +Display how many players have each hand.,abstract,Bar,players,wta_1,mark bar data players encoding x hand y aggregate count hand transform group x ,hand,none,count hand,bar,"x=hand,y=count hand,color=none",none +What's the total number of players by hand?,abstract,Bar,players,wta_1,mark bar data players encoding x hand y aggregate count hand transform group x ,hand,none,count hand,bar,"x=hand,y=count hand,color=none",none +Can I get a chart of player count by hand?,abstract,Bar,players,wta_1,mark bar data players encoding x hand y aggregate count hand transform group x ,hand,none,count hand,bar,"x=hand,y=count hand,color=none",none +I need to know the number of players for each hand type.,abstract,Bar,players,wta_1,mark bar data players encoding x hand y aggregate count hand transform group x ,hand,none,count hand,bar,"x=hand,y=count hand,color=none",none +Show me how many players have each hand.,abstract,Bar,players,wta_1,mark bar data players encoding x hand y aggregate count hand transform group x,hand,none,count hand,bar,"x=hand,y=count hand,color=none",none +How many players are there with left and right hands? ,abstract,Bar,players,wta_1,mark bar data players encoding x hand y aggregate count hand transform group x,hand,none,count hand,bar,"x=hand,y=count hand,color=none",none +Visualize the distribution of hands among players. ,abstract,Bar,players,wta_1,mark bar data players encoding x hand y aggregate count hand transform group x,hand,none,count hand,bar,"x=hand,y=count hand,color=none",none +Plot the number of players based on their hand. ,abstract,Bar,players,wta_1,mark bar data players encoding x hand y aggregate count hand transform group x,hand,none,count hand,bar,"x=hand,y=count hand,color=none",none +Graph the amount of players by type of hand.,abstract,Bar,players,wta_1,mark bar data players encoding x hand y aggregate count hand transform group x,hand,none,count hand,bar,"x=hand,y=count hand,color=none",none +Show me the proportion of players for each hand type.,abstract,Pie,players,wta_1,mark arc data players encoding x hand y aggregate count hand transform group x,hand,none,count hand,arc,"x=hand,y=count hand,color=none",none +Can I see the number of players for each hand type?,abstract,Pie,players,wta_1,mark arc data players encoding x hand y aggregate count hand transform group x,hand,none,count hand,arc,"x=hand,y=count hand,color=none",none +What's the ratio of players from each hand?,abstract,Pie,players,wta_1,mark arc data players encoding x hand y aggregate count hand transform group x,hand,none,count hand,arc,"x=hand,y=count hand,color=none",none +I need to know the distribution of players from each hand.,abstract,Pie,players,wta_1,mark arc data players encoding x hand y aggregate count hand transform group x,hand,none,count hand,arc,"x=hand,y=count hand,color=none",none +I'd like to know the number of players for each hand type.,abstract,Pie,players,wta_1,mark arc data players encoding x hand y aggregate count hand transform group x,hand,none,count hand,arc,"x=hand,y=count hand,color=none",none +Can I get a chart of the distribution of hand types of players?,abstract,Pie,players,wta_1,mark arc data players encoding x hand y aggregate count hand transform group x,hand,none,count hand,arc,"x=hand,y=count hand,color=none",none +"Display the number of matches played each year in a bar chart, ordered by year.",abstract,Bar,matches,wta_1,mark bar data matches encoding x year y aggregate count year transform group x sort x asc,year,none,count year,bar,"x=year,y=count year,color=none",x asc +Plot the matches played in each year. ,abstract,Bar,matches,wta_1,mark bar data matches encoding x year y aggregate count year transform group x,year,none,count year,bar,"x=year,y=count year,color=none",none +Show me a graph of the number of matches for each year. ,abstract,Bar,matches,wta_1,mark bar data matches encoding x year y aggregate count year transform group x,year,none,count year,bar,"x=year,y=count year,color=none",none +What's the distribution of matches played in different years?,abstract,Bar,matches,wta_1,mark bar data matches encoding x year y aggregate count year transform group x,year,none,count year,bar,"x=year,y=count year,color=none",none +Chart the number of matches for each year. ,abstract,Bar,matches,wta_1,mark bar data matches encoding x year y aggregate count year transform group x,year,none,count year,bar,"x=year,y=count year,color=none",none +Generate a chart showing the amount of matches played each year. ,abstract,Bar,matches,wta_1,mark bar data matches encoding x year y aggregate count year transform group x,year,none,count year,bar,"x=year,y=count year,color=none",none +Create a graph of the matches played in each year.,abstract,Bar,matches,wta_1,mark bar data matches encoding x year y aggregate count year transform group x,year,none,count year,bar,"x=year,y=count year,color=none",none +Number of guests with male gender code by date of birth.,abstract,Line,Guests,apartment_rentals,"mark line data guests encoding x date_of_birth y aggregate count date_of_birth transform filter gender_code = ""male"" bin x by year",date_of_birth,"gender_code = ""Male""",count date_of_birth,line,"x=date_of_birth,y=count date_of_birth,color=none",none +Show me the trend of the number of Grondzeiler type mills built per year(ascending).,abstract,Line,mill,architecture,mark line data mill encoding x built_year y aggregate count built_year transform filter type = 'grondzeiler' sort x asc bin x by year,built_year,type = 'Grondzeiler',count built_year,line,"x=built_year,y=count built_year,color=none",x asc +What is the trend of the building year of Grondzeiler type mills?,abstract,Line,mill,architecture,mark line data mill encoding x built_year y aggregate count built_year transform filter type = 'grondzeiler' bin x by year,built_year,type = 'Grondzeiler',count built_year,line,"x=built_year,y=count built_year,color=none",none +How has the number of players inducted into the Hall of Fame varied over the years?,abstract,Line,hall_of_fame,baseball_1,mark line data hall_of_fame encoding x yearid y aggregate count yearid transform group x,yearid,none,count yearid,line,"x=yearid,y=count yearid,color=none",none +Show me the distribution of yearid over time.,abstract,Line,hall_of_fame,baseball_1,mark line data hall_of_fame encoding x yearid y aggregate count yearid transform bin x by year,yearid,none,count yearid,line,"x=yearid,y=count yearid,color=none",none +Show me how the total attendance of home games has evolved over the years.,abstract,Line,home_game,baseball_1,mark line data home_game encoding x year y aggregate mean attendance transform group x,"year,attendance",none,mean attendance,line,"x=year,y=mean attendance,color=none",none +Show yearly attendance frequency by weekday.,abstract,Line,home_game,baseball_1,mark line data home_game encoding x year y aggregate count year transform bin x by year,year,none,count year,line,"x=year,y=count year,color=none",none +"The trend of monthly rental versus date, in descending order.",abstract,Line,Student_Addresses,behavior_monitoring,mark line data student_addresses encoding x date_address_from y aggregate none monthly_rental transform sort y desc,"date_address_from,monthly_rental",none,none,line,"x=date_address_from,y=monthly_rental,color=none",y desc +How many dates had a max temperature of above 85F?,abstract,Line,weather,bike_1,mark line data weather encoding x date y aggregate count date transform filter max_temperature_f > 85 group x,date,max_temperature_f gt 85,count date,line,"x=date,y=count date,color=none",none +Dates with sea level pressure between 30.3 and 31 count.,abstract,Line,weather,bike_1,mark line data weather encoding x date y aggregate count date transform filter mean_sea_level_pressure_inches between 30.3 and 31 group x,date,mean_sea_level_pressure_inches gte 30.3 and mean_sea_level_pressure_inches lte 31,count date,line,"x=date,y=count date,color=none",none +Can you show me the trend of dates with a max temperature over 80?,abstract,Line,weather,bike_1,mark line data weather encoding x date y aggregate count date transform filter max_temperature_f >= 80 group x,date,max_temperature_f gte 80,count date,line,"x=date,y=count date,color=none",none +Show how dock_count in the station table changes with respect to the installation date using a line chart.,abstract,Line,station,bike_1,mark line data station encoding x installation_date y aggregate count installation_date transform group x,installation_date,none,count installation_date,line,"x=installation_date,y=count installation_date,color=none",none +Show a graph of the openning years of the cinemas.,abstract,Line,cinema,cinema,mark line data cinema encoding x openning_year y aggregate count openning_year transform bin x by year,Openning_year,none,count Openning_year,line,"x=Openning_year,y=count Openning_year,color=none",none +Show me the capacity change in each ordered openning year.,abstract,Line,cinema,cinema,mark line data cinema encoding x openning_year y aggregate mean capacity transform sort x asc bin x by year,"Openning_year,Capacity",none,mean Capacity,line,"x=Openning_year,y=mean Capacity,color=none",x asc +Show me the trend in the average capacity based on openning year.,abstract,Line,cinema,cinema,mark line data cinema encoding x openning_year y aggregate mean capacity transform bin x by year,"Openning_year,Capacity",none,mean Capacity,line,"x=Openning_year,y=mean Capacity,color=none",none +Compare the budget of departments over creation time.,abstract,Line,department,department_management,mark line data department encoding x creation y aggregate mean budget_in_billions transform group x,"Creation,Budget_in_Billions",none,mean Budget_in_Billions,line,"x=Creation,y=mean Budget_in_Billions,color=none",none +Visualize how the budget of each department changes over time.,abstract,Line,department,department_management,mark line data department encoding x creation y aggregate sum budget_in_billions transform bin x by year,"Creation,Budget_in_Billions",none,sum Budget_in_Billions,line,"x=Creation,y=sum Budget_in_Billions,color=none",none +"What is the change in document count for each year, shown as a line graph ordered by year (ascending)?",abstract,Line,Documents,cre_Doc_Control_Systems,mark line data documents encoding x receipt_date y aggregate count receipt_date transform sort x asc bin x by year,receipt_date,none,count receipt_date,line,"x=receipt_date,y=count receipt_date,color=none",x asc +Show the trend of the receipt date.,abstract,Line,Documents,cre_Doc_Control_Systems,mark line data documents encoding x receipt_date y aggregate count receipt_date transform bin x by year,receipt_date,none,count receipt_date,line,"x=receipt_date,y=count receipt_date,color=none",none +"Plot a line graph of the number of documents at different starting dates grouped by location code, with year intervals.",abstract,Grouping Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_location_from y aggregate count date_in_location_from color location_code transform bin x by year,"Date_in_Location_From,Location_Code",none,count Date_in_Location_From,line,"x=Date_in_Location_From,y=count Date_in_Location_From,color=Location_Code",none +Number of documents by year of ending date.,abstract,Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_locaton_to y aggregate count date_in_locaton_to transform bin x by year,Date_in_Locaton_To,none,count Date_in_Locaton_To,line,"x=Date_in_Locaton_To,y=count Date_in_Locaton_To,color=none",none +What has been the trend of the number of dates spent in each location since the beginning?,abstract,Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_location_from y aggregate count date_in_location_from transform bin x by year,Date_in_Location_From,none,count Date_in_Location_From,line,"x=Date_in_Location_From,y=count Date_in_Location_From,color=none",none +Generate a line chart showing the number of documents grouped by ending date.,abstract,Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_locaton_to y aggregate count date_in_locaton_to transform group x,Date_in_Locaton_To,none,count Date_in_Locaton_To,line,"x=Date_in_Locaton_To,y=count Date_in_Locaton_To,color=none",none +How many documents were in different locations at different time periods?,abstract,Grouping Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_locaton_to y aggregate count date_in_locaton_to color location_code transform group x,"Date_in_Locaton_To,Location_Code",none,count Date_in_Locaton_To,line,"x=Date_in_Locaton_To,y=count Date_in_Locaton_To,color=Location_Code",none +Display document count by location and year interval.,abstract,Grouping Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_locaton_to y aggregate count date_in_locaton_to color location_code transform bin x by year,"Date_in_Locaton_To,Location_Code",none,count Date_in_Locaton_To,line,"x=Date_in_Locaton_To,y=count Date_in_Locaton_To,color=Location_Code",none +Plot the number of Date_in_Location_From by x order from low to high in a line chart.,abstract,Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_location_from y aggregate count date_in_location_from transform group x sort x asc,Date_in_Location_From,none,count Date_in_Location_From,line,"x=Date_in_Location_From,y=count Date_in_Location_From,color=none",x asc +How many documents start on different dates?,abstract,Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_location_from y aggregate count date_in_location_from transform group x,Date_in_Location_From,none,count Date_in_Location_From,line,"x=Date_in_Location_From,y=count Date_in_Location_From,color=none",none +What is the relationship between calendar date and day number?,abstract,Line,Ref_calendar,cre_Doc_Tracking_DB,mark line data ref_calendar encoding x calendar_date y aggregate count calendar_date transform bin x by year,Calendar_Date,none,count Calendar_Date,line,"x=Calendar_Date,y=count Calendar_Date,color=none",none +Number of accounts per year? Line chart.,abstract,Line,Accounts,customers_and_invoices,mark line data accounts encoding x date_account_opened y aggregate count date_account_opened transform bin x by year,date_account_opened,none,count date_account_opened,line,"x=date_account_opened,y=count date_account_opened,color=none",none +Show orders received by date.,abstract,Line,BOOKINGS,cre_Drama_Workshop_Groups,mark line data bookings encoding x order_date y aggregate count order_date transform bin x by year,Order_Date,none,count Order_Date,line,"x=Order_Date,y=count Order_Date,color=none",none +Plot a timeline of the actual delivery dates by year.,abstract,Line,BOOKINGS,cre_Drama_Workshop_Groups,mark line data bookings encoding x actual_delivery_date y aggregate count actual_delivery_date transform bin x by year,Actual_Delivery_Date,none,count Actual_Delivery_Date,line,"x=Actual_Delivery_Date,y=count Actual_Delivery_Date,color=none",none +Show me the number of visits by date.,abstract,Line,VISITS,cre_Theme_park,mark line data visits encoding x visit_date y aggregate count visit_date transform bin x by year,Visit_Date,none,count Visit_Date,line,"x=Visit_Date,y=count Visit_Date,color=none",none +Show the number of customers with 'Good Customer' status by birthday.,abstract,Line,Customers,driving_school,mark line data customers encoding x date_of_birth y aggregate count date_of_birth transform filter customer_status_code = 'good customer' bin x by year,date_of_birth,customer_status_code = 'Good Customer',count date_of_birth,line,"x=date_of_birth,y=count date_of_birth,color=none",none +"How many tests have been taken with a ""Pass"" result?",abstract,Line,Student_Tests_Taken,e_learning,"mark line data student_tests_taken encoding x date_test_taken y aggregate count date_test_taken transform filter test_result = ""pass"" bin x by day",date_test_taken,"test_result = ""Pass""",count date_test_taken,line,"x=date_test_taken,y=count date_test_taken,color=none",none +Can you show me the overall changes in the date of completion over time?,abstract,Line,Student_Course_Enrolment,e_learning,mark line data student_course_enrolment encoding x date_of_completion y aggregate count date_of_completion transform group x,date_of_completion,none,count date_of_completion,line,"x=date_of_completion,y=count date_of_completion,color=none",none +"Show the number of people who start from a specific period over time in a line chart, with time ordered.",abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate count start_from transform sort x asc bin x by year,Start_from,none,count Start_from,line,"x=Start_from,y=count Start_from,color=none",x asc +"Show me a line graph of how Employee_ID changed over time, in time order.",abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate none employee_id transform sort x asc,"Start_from,Employee_ID",none,none,line,"x=Start_from,y=Employee_ID,color=none",x asc +How has the shop id average over the year changed by Is_full_time and starting from?,abstract,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate mean shop_id color is_full_time transform bin x by year,"Start_from,Shop_ID,Is_full_time",none,mean Shop_ID,line,"x=Start_from,y=mean Shop_ID,color=Is_full_time",none +"Compare Start_from amount over years, grouped by Is_full_time.",abstract,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate count start_from color is_full_time transform bin x by year,"Start_from,Is_full_time",none,count Start_from,line,"x=Start_from,y=count Start_from,color=Is_full_time",none +Chart for Start_from by time.,abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate count start_from transform bin x by year,Start_from,none,count Start_from,line,"x=Start_from,y=count Start_from,color=none",none +What is the relation between Employee_ID and Start_from?,abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate none employee_id,"Start_from,Employee_ID",none,none,line,"x=Start_from,y=Employee_ID,color=none",none +"Draw a line chart to show the changes in the sum of Shop_ID, grouped by Is_full_time with Start_from binned by time.",abstract,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum shop_id color is_full_time transform bin x by year,"Start_from,Shop_ID,Is_full_time",none,sum Shop_ID,line,"x=Start_from,y=sum Shop_ID,color=Is_full_time",none +What is the evolution of Employee_ID average over time and order by time?,abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate mean employee_id transform sort x asc bin x by year,"Start_from,Employee_ID",none,mean Employee_ID,line,"x=Start_from,y=mean Employee_ID,color=none",x asc +Plot the average Employee_ID over Start_from over time.,abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate mean employee_id transform bin x by year,"Start_from,Employee_ID",none,mean Employee_ID,line,"x=Start_from,y=mean Employee_ID,color=none",none +"Show a line chart to illustrate the change of the total number of Shop_IDs according to Start_from, grouped by Is_full_time and binned by Year in ascending order.",abstract,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum shop_id color is_full_time transform sort x asc bin x by year,"Start_from,Shop_ID,Is_full_time",none,sum Shop_ID,line,"x=Start_from,y=sum Shop_ID,color=Is_full_time",x asc +"Draw a line chart showing the number of employees over time, grouped by Is_full_time.",abstract,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum employee_id color is_full_time transform bin x by year,"Start_from,Employee_ID,Is_full_time",none,sum Employee_ID,line,"x=Start_from,y=sum Employee_ID,color=Is_full_time",none +"Show line chart of Start_from vs time, group by Is_full_time and order by Start_from.",abstract,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate count start_from color is_full_time transform sort x asc bin x by year,"Start_from,Is_full_time",none,count Start_from,line,"x=Start_from,y=count Start_from,color=Is_full_time",x asc +"Can we see the trend of Shop_ID and the Start_from date, when the x-axis is in ascending order?",abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum shop_id transform sort x asc bin x by year,"Start_from,Shop_ID",none,sum Shop_ID,line,"x=Start_from,y=sum Shop_ID,color=none",x asc +Plot Shop_ID vs Start_from.,abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate none shop_id,"Start_from,Shop_ID",none,none,line,"x=Start_from,y=Shop_ID,color=none",none +Show me the number of Shops based on when they Start_from.,abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum shop_id transform bin x by year,"Start_from,Shop_ID",none,sum Shop_ID,line,"x=Start_from,y=sum Shop_ID,color=none",none +What is the average Employee_ID according to Is_full_time based on the time of Start_from?,abstract,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate mean employee_id color is_full_time transform bin x by year,"Start_from,Employee_ID,Is_full_time",none,mean Employee_ID,line,"x=Start_from,y=mean Employee_ID,color=Is_full_time",none +Show Start_from trend for Shop_ID.,abstract,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate mean shop_id transform bin x by year,"Start_from,Shop_ID",none,mean Shop_ID,line,"x=Start_from,y=mean Shop_ID,color=none",none +"Create a grouped line chart for the number of games in each season grouped by away team, ordered by Season in ascending.",abstract,Grouping Line,game,game_injury,mark line data game encoding x season y aggregate count season color away_team transform sort x asc bin x by year,"Season,Away_team",none,count Season,line,"x=Season,y=count Season,color=Away_team",x asc +"Show season to season comparison of scores, ordered by season.",abstract,Line,game,game_injury,mark line data game encoding x season y aggregate count season transform group x sort x asc,Season,none,count Season,line,"x=Season,y=count Season,color=none",x asc +Show Home Team wins per Season by Away Team.,abstract,Grouping Line,game,game_injury,mark line data game encoding x season y aggregate count season color away_team transform group x,"Season,Away_team",none,count Season,line,"x=Season,y=count Season,color=Away_team",none +How many games were played in each season?,abstract,Line,game,game_injury,mark line data game encoding x season y aggregate count season transform bin x by year,Season,none,count Season,line,"x=Season,y=count Season,color=none",none +"Group line chart showing the number of games in each season, grouped by away team.",abstract,Grouping Line,game,game_injury,mark line data game encoding x season y aggregate count season color away_team transform bin x by year,"Season,Away_team",none,count Season,line,"x=Season,y=count Season,color=Away_team",none +Show the frequency of season occurrences,abstract,Line,game,game_injury,mark line data game encoding x season y aggregate count season transform group x,Season,none,count Season,line,"x=Season,y=count Season,color=none",none +Show me a group line chart of the number of games played by each home team in each season.,abstract,Grouping Line,game,game_injury,mark line data game encoding x season y aggregate count season color home_team transform bin x by year,"Season,Home_team",none,count Season,line,"x=Season,y=count Season,color=Home_team",none +Show me the changes in employee_id based on the 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 employee_id transform filter hire_date < '2002-06-21',"HIRE_DATE,EMPLOYEE_ID",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=EMPLOYEE_ID,color=none",none +"Salary 8k-12k and commission not null or not department 40, manager hire date trend.",abstract,Line,employees,hr_1,"mark line data employees encoding x hire_date y aggregate none manager_id transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","HIRE_DATE,MANAGER_ID","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,line,"x=HIRE_DATE,y=MANAGER_ID,color=none",none +Employees salary 8000-12000 commission not null department != 40 trend hire_date employee_id.,abstract,Line,employees,hr_1,"mark line data employees encoding x hire_date y aggregate none employee_id transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","HIRE_DATE,EMPLOYEE_ID","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,line,"x=HIRE_DATE,y=EMPLOYEE_ID,color=none",none +Show a line chart of commission_pct changes over hire_date for employees with salaries between 8000 and 12000 and having non-zero commission and in departments other than 40.,abstract,Line,employees,hr_1,"mark line data employees encoding x hire_date y aggregate none commission_pct transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","HIRE_DATE,COMMISSION_PCT","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,line,"x=HIRE_DATE,y=COMMISSION_PCT,color=none",none +Can you show me how salary varies to hire dates?,abstract,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none salary,"HIRE_DATE,SALARY",none,none,line,"x=HIRE_DATE,y=SALARY,color=none",none +Show me the trend of the commission_pct 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 commission_pct transform filter hire_date < '2002-06-21',"HIRE_DATE,COMMISSION_PCT",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=COMMISSION_PCT,color=none",none +Plot commission_pct's change over hire_date for employees hired before 2002-06-21 in ascending date order.,abstract,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none commission_pct transform filter hire_date < '2002-06-21' sort x asc,"HIRE_DATE,COMMISSION_PCT",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=COMMISSION_PCT,color=none",x asc +Show me how department_id changes over hire_date for employees who were hired before 2002-06-21.,abstract,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none department_id transform filter hire_date < '2002-06-21',"HIRE_DATE,DEPARTMENT_ID",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=DEPARTMENT_ID,color=none",none +"Show me the trend of salary, hire_date for the employees with salary between 8000-12000 and commission rate or department number not equal to 40?",abstract,Line,employees,hr_1,"mark line data employees encoding x hire_date y aggregate none salary transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","HIRE_DATE,SALARY","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,line,"x=HIRE_DATE,y=SALARY,color=none",none +What is the trend of salary for employees hired prior to 2002-06-21?,abstract,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none salary transform filter hire_date < '2002-06-21',"HIRE_DATE,SALARY",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=SALARY,color=none",none +Display the amount of payments made on each date with x asc.,abstract,Line,Payments,insurance_policies,mark line data payments encoding x date_payment_made y aggregate sum amount_payment transform group x sort x asc,"Date_Payment_Made,Amount_Payment",none,sum Amount_Payment,line,"x=Date_Payment_Made,y=sum Amount_Payment,color=none",x asc +Plot the amount of payment made each day following the time order.,abstract,Line,Payments,insurance_policies,mark line data payments encoding x date_payment_made y aggregate mean amount_payment transform group x sort x asc,"Date_Payment_Made,Amount_Payment",none,mean Amount_Payment,line,"x=Date_Payment_Made,y=mean Amount_Payment,color=none",x asc +"What is the trend of the payment dates, sort date in asc?",abstract,Line,Payments,insurance_policies,mark line data payments encoding x date_payment_made y aggregate count date_payment_made transform group x sort x asc,Date_Payment_Made,none,count Date_Payment_Made,line,"x=Date_Payment_Made,y=count Date_Payment_Made,color=none",x asc +The trend of claim dates.,abstract,Line,Settlements,insurance_policies,mark line data settlements encoding x date_claim_settled y aggregate count date_claim_settled transform group x,Date_Claim_Settled,none,count Date_Claim_Settled,line,"x=Date_Claim_Settled,y=count Date_Claim_Settled,color=none",none +Display on a chart the number of catalog revisions made on different weekdays.,abstract,Line,Catalogs,product_catalog,mark line data catalogs encoding x date_of_latest_revision y aggregate count date_of_latest_revision transform bin x by month,date_of_latest_revision,none,count date_of_latest_revision,line,"x=date_of_latest_revision,y=count date_of_latest_revision,color=none",none +Could you show the distribution of staff by date from?,abstract,Line,Project_Staff,tracking_grants_for_research,mark line data project_staff encoding x date_from y aggregate count date_from transform bin x by year,date_from,none,count date_from,line,"x=date_from,y=count date_from,color=none",none +Share count/amount > 100 transaction dates.,abstract,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate count date_of_transaction transform filter share_count >= 100 or amount_of_transaction >= 100 bin x by year,date_of_transaction,share_count gte 100 or amount_of_transaction gte 100,count date_of_transaction,line,"x=date_of_transaction,y=count date_of_transaction,color=none",none +What is the average trend of share count over the years?,abstract,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate mean share_count transform bin x by year,"date_of_transaction,share_count",none,mean share_count,line,"x=date_of_transaction,y=mean share_count,color=none",none +The sum share count of transactions by year.,abstract,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate sum share_count transform bin x by year,"date_of_transaction,share_count",none,sum share_count,line,"x=date_of_transaction,y=sum share_count,color=none",none +Number of transactions for share count >100 or amount over 1000.,abstract,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate count date_of_transaction transform filter share_count > 100 or amount_of_transaction > 1000 bin x by year,date_of_transaction,share_count gt 100 or amount_of_transaction gt 1000,count date_of_transaction,line,"x=date_of_transaction,y=count date_of_transaction,color=none",none +"Show how many transactions of type ""SALE"" were made by plotting their dates on a line chart.",abstract,Line,TRANSACTIONS,tracking_share_transactions,"mark line data transactions encoding x date_of_transaction y aggregate count date_of_transaction transform filter transaction_type_code = ""sale"" bin x by year",date_of_transaction,"transaction_type_code = ""SALE""",count date_of_transaction,line,"x=date_of_transaction,y=count date_of_transaction,color=none",none +"Count the number of transactions with a share count of less than 10, divided by year, and plot it in a line chart.",abstract,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate count date_of_transaction transform filter share_count < 10 bin x by year,date_of_transaction,share_count lt 10,count date_of_transaction,line,"x=date_of_transaction,y=count date_of_transaction,color=none",none +Show me a line chart of transactions by weekdays.,abstract,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate count date_of_transaction transform bin x by year,date_of_transaction,none,count date_of_transaction,line,"x=date_of_transaction,y=count date_of_transaction,color=none",none +Number of churches over time.,abstract,Line,Church,wedding,mark line data church encoding x open_date y aggregate count open_date transform group x,Open_Date,none,count Open_Date,line,"x=Open_Date,y=count Open_Date,color=none",none +Show price/year trend.,abstract,Line,WINE,wine_1,mark line data wine encoding x year y aggregate max price transform group x,"Year,Price",none,max Price,line,"x=Year,y=max Price,color=None",none +Show me the highest score of each year on a line chart.,abstract,Line,WINE,wine_1,mark line data wine encoding x year y aggregate max score transform group x,"Year,Score",none,max Score,line,"x=Year,y=max Score,color=None",none +Plot a graph of average prices for different wines.,abstract,Line,WINE,wine_1,mark line data wine encoding x year y aggregate mean price transform group x,"Year,Price",none,mean Price,line,"x=Year,y=mean Price,color=None",none +Plot the variation of monthly_rental grouped by other_details over time.,abstract,Grouping Line,Student_Addresses,behavior_monitoring,mark line data student_addresses encoding x date_address_to y aggregate mean monthly_rental color other_details transform group x sort monthly_rental desc,"date_address_to,monthly_rental,other_details",none,mean monthly_rental,line,"x=date_address_to,y=mean monthly_rental,color=other_details",none +"Can you show us a visual representation of how the rental amount changed, grouped by type of housing?",abstract,Grouping Line,Student_Addresses,behavior_monitoring,mark line data student_addresses encoding x date_address_to y aggregate count date_address_to color other_details transform group x sort monthly_rental desc,"date_address_to,other_details",none,count date_address_to,line,"x=date_address_to,y=count date_address_to,color=other_details",none +"Show the change of total monthly rental, group by other details.",abstract,Grouping Line,Student_Addresses,behavior_monitoring,mark line data student_addresses encoding x date_address_to y aggregate sum monthly_rental color other_details transform group x sort monthly_rental desc,"date_address_to,monthly_rental,other_details",none,sum monthly_rental,line,"x=date_address_to,y=sum monthly_rental,color=other_details",none +Compare student_id against monthly_rental with other_details.,abstract,Grouping Scatter,Student_Addresses,behavior_monitoring,mark point data student_addresses encoding x student_id y aggregate none monthly_rental transform group other_details sort y desc,"student_id,monthly_rental,other_details",none,none,point,"x=student_id,y=monthly_rental,color=other_details",none +Do the student id and address id have any connection? group them by other_details.,abstract,Grouping Scatter,Student_Addresses,behavior_monitoring,mark point data student_addresses encoding x student_id y aggregate none address_id transform group other_details sort monthly_rental desc,"student_id,address_id,other_details",none,none,point,"x=student_id,y=address_id,color=other_details",none +Plot the association between address id and monthly rental divided by other details.,abstract,Grouping Scatter,Student_Addresses,behavior_monitoring,mark point data student_addresses encoding x address_id y aggregate none monthly_rental transform group other_details sort y desc,"address_id,monthly_rental,other_details",none,none,point,"x=address_id,y=monthly_rental,color=other_details",none +"Plot relationship between people id and height, grouped by sex.",abstract,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none height transform group sex,"People_ID,Height,Sex",none,none,point,"x=People_ID,y=Height,color=Sex",none +What's the relationship between Height and Weight for different sexes?,abstract,Grouping Scatter,people,candidate_poll,mark point data people encoding x height y aggregate none weight transform group sex,"Height,Weight,Sex",none,none,point,"x=Height,y=Weight,color=Sex",none +Scatter the relationship between age and the time of purchase for each member.,abstract,Grouping Scatter,member,coffee_shop,mark point data member encoding x time_of_purchase y aggregate none age transform group address sort x,"Time_of_purchase,Age,Address",none,none,point,"x=Time_of_purchase,y=Age,color=Address",none +Show me version numbers and template ids for each template.,abstract,Grouping Scatter,Templates,cre_Doc_Template_Mgt,mark point data templates encoding x template_id y aggregate none version_number transform group template_type_code,"Template_ID,Version_Number,Template_Type_Code",none,none,point,"x=Template_ID,y=Version_Number,color=Template_Type_Code",none +What information can I get from the customer cards?,abstract,Grouping Scatter,Customers_cards,customers_card_transactions,mark point data customers_cards encoding x card_id y aggregate none card_number transform group card_type_code,"card_id,card_number,card_type_code",none,none,point,"x=card_id,y=card_number,color=card_type_code",none +Create a scatterplot showing card_number in comparison to customer_id grouped by card_type_code.,abstract,Grouping Scatter,Customers_cards,customers_card_transactions,mark point data customers_cards encoding x customer_id y aggregate none card_number transform group card_type_code,"customer_id,card_number,card_type_code",none,none,point,"x=customer_id,y=card_number,color=card_type_code",none +"Price 60-120, code/price correlation, group by name.",abstract,Grouping Scatter,products,manufactory_1,mark point data products encoding x code y aggregate none price transform filter price between 60 and 120 group name,"Code,Price,Name",Price gte 60 and Price lte 120,none,point,"x=Code,y=Price,color=Name",none +"Can you show me a scatter chart of the correlation between code and manufacturer grouped by product name, for the items with prices between 60 and 120?",abstract,Grouping Scatter,products,manufactory_1,mark point data products encoding x code y aggregate none manufacturer transform filter price between 60 and 120 group name,"Code,Manufacturer,Name",Price gte 60 and Price lte 120,none,point,"x=Code,y=Manufacturer,color=Name",none +Show the distribution of manufacturers according to the prices between 60 and 120 of the different products.,abstract,Grouping Scatter,products,manufactory_1,mark point data products encoding x price y aggregate none manufacturer transform filter price between 60 and 120 group name,"Price,Manufacturer,Name",Price gte 60 and Price lte 120,none,point,"x=Price,y=Manufacturer,color=Name",none +Visualize the distribution of monthly rent by detail.,abstract,Stacked Bar,Student_Addresses,behavior_monitoring,mark bar data student_addresses encoding x date_address_to y aggregate count date_address_to color other_details transform sort monthly_rental desc bin x by month,"date_address_to,other_details",none,count date_address_to,bar,"x=date_address_to,y=count date_address_to,color=other_details",none +Can you show me the relationship between the address from and the monthly rental color by other details?,abstract,Stacked Bar,Student_Addresses,behavior_monitoring,mark bar data student_addresses encoding x date_address_from y aggregate sum monthly_rental color other_details transform sort monthly_rental desc bin x by year,"date_address_from,monthly_rental,other_details",none,sum monthly_rental,bar,"x=date_address_from,y=sum monthly_rental,color=other_details",none +"Show me the average monthly rental and date_address_from, grouped by the other details.",abstract,Stacked Bar,Student_Addresses,behavior_monitoring,mark bar data student_addresses encoding x date_address_from y aggregate mean monthly_rental color other_details transform sort monthly_rental desc bin x by year,"date_address_from,monthly_rental,other_details",none,mean monthly_rental,bar,"x=date_address_from,y=mean monthly_rental,color=other_details",none +"Headquarters vs Industry, stack bar chart.",abstract,Stacked Bar,company,company_employee,mark bar data company encoding x headquarters y aggregate count headquarters color industry transform group x,"Headquarters,Industry",none,count headquarters,bar,"x=Headquarters,y=count Headquarters,color=Industry",none +Show distribution of home team and away team.,abstract,Stacked Bar,game,game_injury,mark bar data game encoding x home_team y aggregate count home_team color away_team transform group x,"Home_team,Away_team",none,count home_team,bar,"x=Home_team,y=count Home_team,color=Away_team",none +took office for each minister.,abstract,Stacked Bar,party,party_people,mark bar data party encoding x took_office y aggregate count took_office color minister transform bin x by year,"Took_office,Minister",none,count took_office,bar,"x=Took_office,y=count Took_office,color=Minister",none +Show nationalities and types.,abstract,Stacked Bar,ship,ship_mission,mark bar data ship encoding x nationality y aggregate count nationality color type transform group x,"Nationality,Type",none,count nationality,bar,"x=Nationality,y=count Nationality,color=Type",none +Show me the tonnage of different ship types grouped by nationality.,abstract,Stacked Bar,ship,ship_mission,mark bar data ship encoding x type y aggregate count type color nationality transform group x,"Type,Nationality",none,count type,bar,"x=Type,y=count Type,color=Nationality",none +"Number of competitions in each country, divided by type.",abstract,Stacked Bar,competition,sports_competition,mark bar data competition encoding x country y aggregate count country color competition_type transform group x,"Country,Competition_type",none,count country,bar,"x=Country,y=count Country,color=Competition_type",none +How many exhibitions have been held each year based on the theme?,abstract,Stacked Bar,exhibition,theme_gallery,mark bar data exhibition encoding x year y aggregate count year transform group theme,"Year,Theme",none,count year,bar,"x=Year,y=count Year,color=Theme",none +Show how people id and weight are related.,abstract,Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight,"People_ID,Weight",none,none,point,"x=People_ID,y=Weight,color=none",none +Correlation between People_ID & Height in a chart.,abstract,Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none height,"People_ID,Height",none,none,point,"x=People_ID,y=Height,color=none",none +Are heavier people taller?,abstract,Scatter,people,candidate_poll,mark point data people encoding x height y aggregate none weight,"Height,Weight",none,none,point,"x=Height,y=Weight,color=none",none +Is builder id and clean jerk correlated?,abstract,Scatter,body_builder,body_builder,mark point data body_builder encoding x body_builder_id y aggregate none clean_jerk,"Body_Builder_ID,Clean_Jerk",none,none,point,"x=Body_Builder_ID,y=Clean_Jerk,color=none",none +Snatch vs. Total.,abstract,Scatter,body_builder,body_builder,mark point data body_builder encoding x snatch y aggregate none total,"Snatch,Total",none,none,point,"x=Snatch,y=Total,color=none",none +show people_id and snatch.,abstract,Scatter,body_builder,body_builder,mark point data body_builder encoding x people_id y aggregate none snatch,"People_ID,Snatch",none,none,point,"x=People_ID,y=Snatch,color=none",none +People_ID & Clean_Jerk relationship.,abstract,Scatter,body_builder,body_builder,mark point data body_builder encoding x people_id y aggregate none clean_jerk,"People_ID,Clean_Jerk",none,none,point,"x=People_ID,y=Clean_Jerk,color=none",none +Generate a scatter plot which shows the correlation between support rate and oppose rate.,abstract,Scatter,candidate,candidate_poll,mark point data candidate encoding x support_rate y aggregate none oppose_rate,"Support_rate,Oppose_rate",none,none,point,"x=Support_rate,y=Oppose_rate,color=none",none +Compare support rate to consider rate.,abstract,Scatter,candidate,candidate_poll,mark point data candidate encoding x support_rate y aggregate none consider_rate,"Support_rate,Consider_rate",none,none,point,"x=Support_rate,y=Consider_rate,color=none",none +Will the instructor affect credits?,abstract,Scatter,COURSE,college_3,mark point data course encoding x credits y aggregate none instructor,"Credits,Instructor",none,none,point,"x=Credits,y=Instructor,color=none",none +show grade numbers and classrooms.,abstract,Scatter,list,student_1,mark point data list encoding x classroom y aggregate none grade,"Classroom,Grade",none,none,point,"x=Classroom,y=Grade,color=none",none +A pie chart showing the number of faculty members for each rank.,original,Pie,Faculty,activity_1,mark arc data faculty encoding x rank y aggregate count rank transform group x,Rank,none,count Rank,arc,"x=Rank,y=count Rank,color=none",none +"Show the number of male and female assistant professors with a bar chart, and list the y-axis in ascending order.",original,Bar,Faculty,activity_1,"mark bar data faculty encoding x sex y aggregate count sex transform filter rank = ""asstprof"" group x sort y asc",Sex,"Rank = ""AsstProf""",count Sex,bar,"x=Sex,y=count Sex,color=none",y asc +Show all the ranks and the number of male and female faculty for each rank in a bar chart.,original,Stacked Bar,Faculty,activity_1,mark bar data faculty encoding x rank y aggregate count rank color sex transform group x,"Rank,Sex",none,count Rank,bar,"x=Rank,y=count Rank,color=Sex",none +A pie chart for listing the number of the description of all aircraft.,original,Pie,aircraft,aircraft,mark arc data aircraft encoding x description y aggregate count description transform group x,Description,none,count Description,arc,"x=Description,y=count Description,color=none",none +"A bar chart for listing the number of the description of all aircraft, and order bars in ascending order.",original,Bar,aircraft,aircraft,mark bar data aircraft encoding x description y aggregate count description transform group x sort x asc,Description,none,count Description,bar,"x=Description,y=count Description,color=none",x asc +"For those female students with age is older than 18 who are not majoring in 600, tell me how many students of different first names using a bar chart, display in asc by the how many frames.",original,Bar,Student,restaurant_1,mark bar data student encoding x fname y aggregate count fname transform filter age > 18 and major != 600 and sex = 'f' group x sort y asc,Fname,Age gt 18 and Major != 600 and Sex = 'F',count Fname,bar,"x=Fname,y=count Fname,color=none",y asc +A bar chart about the number of last names for all female students whose sex is F.,original,Bar,Student,allergy_1,mark bar data student encoding x lname y aggregate count lname transform filter sex = 'f' group x,LName,Sex = 'F',count LName,bar,"x=LName,y=count LName,color=none",none +"For those female students with age is older than 18 who are not majoring in 600, visualize the proportion of students' first names with a pie chart.",original,Pie,Student,restaurant_1,mark arc data student encoding x fname y aggregate count fname transform filter age > 18 and major != 600 and sex = 'f' group x,Fname,Age gt 18 and Major != 600 and Sex = 'F',count Fname,arc,"x=Fname,y=count Fname,color=none",none +"Show all allergy types and the number of allergies in each type in a bar chart, and show in descending by the total number, please.",original,Bar,Allergy_type,allergy_1,mark bar data allergy_type encoding x allergytype y aggregate count allergytype transform group x sort y desc,AllergyType,none,count AllergyType,bar,"x=AllergyType,y=count AllergyType,color=none",y desc +Show the number of each allergy type in a bar chart.,original,Bar,Allergy_type,allergy_1,mark bar data allergy_type encoding x allergytype y aggregate count allergytype transform group x,AllergyType,none,count AllergyType,bar,"x=AllergyType,y=count AllergyType,color=none",none +Show the number of each allergy type in a pie chart.,original,Pie,Allergy_type,allergy_1,mark arc data allergy_type encoding x allergytype y aggregate count allergytype transform group x,AllergyType,none,count AllergyType,arc,"x=AllergyType,y=count AllergyType,color=none",none +How are the apartments grouped by type?,original,Pie,Apartments,apartment_rentals,mark arc data apartments encoding x apt_type_code y aggregate count apt_type_code transform group x sort y asc,apt_type_code,none,count apt_type_code,arc,"x=apt_type_code,y=count apt_type_code,color=none",y asc +"Show me a bar chart for how many bookings each booking status has. List the booking status code and the number of corresponding bookings, I want to order the total number in desc order.",original,Bar,Apartment_Bookings,apartment_rentals,mark bar data apartment_bookings encoding x booking_status_code y aggregate count booking_status_code transform group x sort y desc,booking_status_code,none,count booking_status_code,bar,"x=booking_status_code,y=count booking_status_code,color=none",y desc +Show the booking status code and the corresponding number of bookings by a pie chart.,original,Pie,Apartment_Bookings,apartment_rentals,mark arc data apartment_bookings encoding x booking_status_code y aggregate count booking_status_code transform group x,booking_status_code,none,count booking_status_code,arc,"x=booking_status_code,y=count booking_status_code,color=none",none +"Show the number of assets and group by asset make in a bar chart, show Y in desc order.",original,Bar,Assets,assets_maintenance,mark bar data assets encoding x asset_make y aggregate count asset_make transform group x sort y desc,asset_make,none,count asset_make,bar,"x=asset_make,y=count asset_make,color=none",y desc +Show the number of assets and group by asset made in a bar chart.,original,Bar,Assets,assets_maintenance,mark bar data assets encoding x asset_make y aggregate count asset_make transform group x,asset_make,none,count asset_make,bar,"x=asset_make,y=count asset_make,color=none",none +Show me a line chart for how many players enter the Hall of Fame each year.,original,Line,hall_of_fame,baseball_1,mark line data hall_of_fame encoding x yearid y aggregate count yearid transform group x,yearid,none,count yearid,line,"x=yearid,y=count yearid,color=none",none +"Show a bar chart about the number of results of the battles when the Bulgarian commander is not 'Boril', and I want to rank by the bars in asc.",original,Bar,battle,battle_death,mark bar data battle encoding x result y aggregate count result transform filter bulgarian_commander != 'boril' group x sort x asc,result,bulgarian_commander != 'Boril',count result,bar,"x=result,y=count result,color=none",x asc +A pie chart showing the number of results of the battles when the Bulgarian commander is not 'Boril'.,original,Pie,battle,battle_death,mark arc data battle encoding x result y aggregate count result transform filter bulgarian_commander != 'boril' group x,result,bulgarian_commander != 'Boril',count result,arc,"x=result,y=count result,color=none",none +Find the number of last names of teachers in alphabetical order of last name with a bar chart.,original,Bar,Teachers,behavior_monitoring,mark bar data teachers encoding x last_name y aggregate count last_name transform group x sort x,last_name,none,count last_name,bar,"x=last_name,y=count last_name,color=none",none +"A bar chart about the number of end dates for incidents with incident type code ""NOISE""?",original,Bar,Behavior_Incident,behavior_monitoring,"mark bar data behavior_incident encoding x date_incident_end y aggregate count date_incident_end transform filter incident_type_code = ""noise"" group x",date_incident_end,"incident_type_code = ""NOISE""",count date_incident_end,bar,"x=date_incident_end,y=count date_incident_end,color=none",none +"For all train stations not in London with a pie chart, show me the proportion of total passengers of different names.",original,Pie,station,train_station,mark arc data station encoding x name y aggregate none total_passengers transform filter location != 'london',"Name,Total_Passengers",Location != 'London',none,arc,"x=Name,y=Total_Passengers,color=none",none +"Bar chart x-axis location y-axis total passengers, and sort by the total number in desc.",original,Bar,station,train_station,mark bar data station encoding x location y aggregate sum total_passengers transform group x sort y desc,"Location,Total_Passengers",none,sum Total_Passengers,bar,"x=Location,y=sum Total_Passengers,color=none",y desc +Show the number of stations installed change over the installation date of in station table using a line chart.,original,Line,station,bike_1,mark line data station encoding x installation_date y aggregate count installation_date transform group x,installation_date,none,count installation_date,line,"x=installation_date,y=count installation_date,color=none",none +"For each location, give me a scatter chart showing the relationships between the number of total passengers and the number of platforms.",original,Grouping Scatter,station,train_station,mark point data station encoding x sum(number_of_platforms) y aggregate sum total_passengers transform group location,"Number_of_Platforms,Total_Passengers,Location",none,"sum Number_of_Platforms,sum Total_Passengers",point,"x=sum Number_of_Platforms,y=sum Total_Passengers,color=Location",none +Stacked bar of services and how many services are colored by local_authority.,original,Stacked Bar,station,station_weather,mark bar data station encoding x services y aggregate count services color local_authority transform group x,"services,local_authority",none,count services,bar,"x=services,y=count services,color=local_authority",none +Visualize a bar chart for what are the IDs and names of all start stations that were the beginning of at least 200 trips. Could you rank in ascending by the total number?,original,Bar,trip,bike_1,mark bar data trip encoding x start_station_name y aggregate none start_station_id transform sort y asc,"start_station_name,start_station_id",none,none,bar,"x=start_station_name,y=start_station_id,color=none",y asc +"A bar chart showing the average weight for each gender, ranked in desc by the x-axis.",original,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate mean weight transform group x sort x desc,"Sex,Weight",none,mean Weight,bar,"x=Sex,y=mean Weight,color=none",x desc +"Count the number of people of each sex who have a weight higher than 85 by a bar chart, and I want to order by the X in asc.",original,Bar,people,candidate_poll,mark bar data people encoding x sex y aggregate count sex transform filter weight > 85 group x sort x asc,Sex,Weight gt 85,count Sex,bar,"x=Sex,y=count Sex,color=none",x asc +A pie chart showing the average weight for each gender.,original,Pie,people,candidate_poll,mark arc data people encoding x sex y aggregate mean weight transform group x,"Sex,Weight",none,mean Weight,arc,"x=Sex,y=mean Weight,color=none",none +What is the proportion of average weights for each sex?,original,Pie,people,candidate_poll,mark arc data people encoding x sex y aggregate mean weight transform group x,"Sex,Weight",none,mean Weight,arc,"x=Sex,y=mean Weight,color=none",none +Give me a pie to show the average of weight different sexes.,original,Pie,people,candidate_poll,mark arc data people encoding x sex y aggregate mean weight transform group x,"Sex,Weight",none,mean Weight,arc,"x=Sex,y=mean Weight,color=none",none +List the snatch score and clean jerk score of bodybuilders of snatch score in a scatter chart.,original,Scatter,body_builder,body_builder,mark point data body_builder encoding x snatch y aggregate none clean_jerk,"Snatch,Clean_Jerk",none,none,point,"x=Snatch,y=Clean_Jerk,color=none",none +List the snatch score and clean jerk score of bodybuilders of snatch score. Plot them as a scatter chart.,original,Scatter,body_builder,body_builder,mark point data body_builder encoding x snatch y aggregate none clean_jerk,"Snatch,Clean_Jerk",none,none,point,"x=Snatch,y=Clean_Jerk,color=none",none +Scatter plot to show snatch on the x-axis and clean_jerk on the y-axis.,original,Scatter,body_builder,body_builder,mark point data body_builder encoding x snatch y aggregate none clean_jerk,"Snatch,Clean_Jerk",none,none,point,"x=Snatch,y=Clean_Jerk,color=none",none +Show different publishers together with the number of publications they have in a bar chart.,original,Bar,publication,book_2,mark bar data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,bar,"x=Publisher,y=count Publisher,color=none",none +Show different publishers together with the number of publications they have. Plot them as a bar chart.,original,Bar,publication,book_2,mark bar data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,bar,"x=Publisher,y=count Publisher,color=none",none +Draw a bar chart of the publisher versus the total number.,original,Bar,publication,book_2,mark bar data publication encoding x publisher y aggregate count publisher transform group x,Publisher,none,count Publisher,bar,"x=Publisher,y=count Publisher,color=none",none +"Show different publishers together with the number of publications they have Plot them as a bar chart, and I want to order by the bars in asc.",original,Bar,publication,book_2,mark bar data publication encoding x publisher y aggregate count publisher transform group x sort x asc,Publisher,none,count Publisher,bar,"x=Publisher,y=count Publisher,color=none",x asc +"List the writers of the books in ascending alphabetical order, and count them by a bar chart.",original,Bar,book,book_2,mark bar data book encoding x writer y aggregate count writer transform group x sort x asc,Writer,none,count Writer,bar,"x=Writer,y=count Writer,color=none",x asc +A bar chart for listing the number of the writers of the books in ascending alphabetical order.,original,Bar,book,book_2,mark bar data book encoding x writer y aggregate count writer transform group x sort x asc,Writer,none,count Writer,bar,"x=Writer,y=count Writer,color=none",x asc +List the number of the writers of the books in ascending alphabetical order.,original,Bar,book,book_2,mark bar data book encoding x writer y aggregate count writer transform group x sort x asc,Writer,none,count Writer,bar,"x=Writer,y=count Writer,color=none",x asc +Find the number of web accelerators used for each Operating system.,original,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",none +Draw a bar chart of the operating system versus the total number.,original,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",none +"Draw a bar chart of the operating system versus the total number, and list from low to high by the X-axis.",original,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x sort x asc,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",x asc +"Find the number of web accelerators used for each Operating system, I want to display in ascending by the X.",original,Bar,web_client_accelerator,browser_web,mark bar data web_client_accelerator encoding x operating_system y aggregate count operating_system transform group x sort x asc,Operating_system,none,count Operating_system,bar,"x=Operating_system,y=count Operating_system,color=none",x asc +A scatter showing the correlation between consider and oppose rates for each candidate.,original,Scatter,candidate,candidate_poll,mark point data candidate encoding x consider_rate y aggregate none oppose_rate,"Consider_rate,Oppose_rate",none,none,point,"x=Consider_rate,y=Oppose_rate,color=none",none +What is the relationship between consider and oppose rates of each candidate?,original,Scatter,candidate,candidate_poll,mark point data candidate encoding x consider_rate y aggregate none oppose_rate,"Consider_rate,Oppose_rate",none,none,point,"x=Consider_rate,y=Oppose_rate,color=none",none +Scatter plot to show consider rate on the x-axis and oppose_rate on the y-axis.,original,Scatter,candidate,candidate_poll,mark point data candidate encoding x consider_rate y aggregate none oppose_rate,"Consider_rate,Oppose_rate",none,none,point,"x=Consider_rate,y=Oppose_rate,color=none",none +What is the maximum acceleration for different numbers of cylinders?,original,Scatter,CARS_DATA,car_1,mark point data cars_data encoding x max(accelerate) y aggregate none cylinders,"Accelerate,Cylinders",none,max Accelerate,point,"x=max Accelerate,y=Cylinders,color=none",none +"What is the number of the phone numbers for each employee? Sort by the x-axis in asc, please.",original,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x sort x asc,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",x asc +"Plot the number of phones by grouping them by phone as a bar graph, and could you list X in asc order, please?",original,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x sort x asc,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",x asc +"List the number of the phone numbers of all employees, list in asc by the names, please.",original,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x sort x asc,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",x asc +A bar chart for listing the number of the phone numbers of all employees.,original,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +What are the number of the phone numbers for each employee?,original,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +A bar chart for what are the number of the phone numbers for each employee?,original,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +List the number of the phone numbers of all employees.,original,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +"What are the phone numbers for each employee, and count them by a bar chart?",original,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +"List the phone numbers of all employees, and count them by a bar chart.",original,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +Plot the number of phones grouped by phone as a bar graph.,original,Bar,EMPLOYEE,chinook_1,mark bar data employee encoding x phone y aggregate count phone transform group x,Phone,none,count Phone,bar,"x=Phone,y=count Phone,color=none",none +"The bar graph shows the number of directed by from different directed by, showing Y from high to low order.",original,Bar,film,cinema,mark bar data film encoding x directed_by y aggregate count directed_by transform group x sort y desc,Directed_by,none,count Directed_by,bar,"x=Directed_by,y=count Directed_by,color=none",y desc +"What is the number of films of each director? Return a bar chart, and list the y-axis from high to low order.",original,Bar,film,cinema,mark bar data film encoding x directed_by y aggregate count directed_by transform group x sort y desc,Directed_by,none,count Directed_by,bar,"x=Directed_by,y=count Directed_by,color=none",y desc +"Give me a bar chart showing the number of films for each director, and I want to list the total number from high to low order, please.",original,Bar,film,cinema,mark bar data film encoding x directed_by y aggregate count directed_by transform group x sort y desc,Directed_by,none,count Directed_by,bar,"x=Directed_by,y=count Directed_by,color=none",y desc +List the studios of each film and the number of films produced by that studio. Show bar chart.,original,Bar,film,film_rank,mark bar data film encoding x studio y aggregate count studio transform group x,Studio,none,count Studio,bar,"x=Studio,y=count Studio,color=none",none +Visualize a bar chart for how films are produced by each studio.,original,Bar,film,film_rank,mark bar data film encoding x studio y aggregate count studio transform group x,Studio,none,count Studio,bar,"x=Studio,y=count Studio,color=none",none +A bar chart about how films are produced by each studio.,original,Bar,film,film_rank,mark bar data film encoding x studio y aggregate count studio transform group x,Studio,none,count Studio,bar,"x=Studio,y=count Studio,color=none",none +How many films are produced by each studio? Show bar chart.,original,Bar,film,film_rank,mark bar data film encoding x studio y aggregate count studio transform group x,Studio,none,count Studio,bar,"x=Studio,y=count Studio,color=none",none +Show me the total number by studio in a histogram.,original,Bar,film,film_rank,mark bar data film encoding x studio y aggregate count studio transform group x,Studio,none,count Studio,bar,"x=Studio,y=count Studio,color=none",none +List all directors along with the number of films directed by each director with a pie chart.,original,Pie,film,cinema,mark arc data film encoding x directed_by y aggregate count directed_by transform group x,Directed_by,none,count Directed_by,arc,"x=Directed_by,y=count Directed_by,color=none",none +List all directors along with the number of films directed by each director. Visualize by a pie chart.,original,Pie,film,cinema,mark arc data film encoding x directed_by y aggregate count directed_by transform group x,Directed_by,none,count Directed_by,arc,"x=Directed_by,y=count Directed_by,color=none",none +Give me a pie to show the total number from different directions.,original,Pie,film,cinema,mark arc data film encoding x directed_by y aggregate count directed_by transform group x,Directed_by,none,count Directed_by,arc,"x=Directed_by,y=count Directed_by,color=none",none +"For each competition, count the number of matches, and rank in desc by the X-axis.",original,Bar,MATCH,city_record,mark bar data match encoding x competition y aggregate count competition transform group x sort x desc,Competition,none,count Competition,bar,"x=Competition,y=count Competition,color=none",x desc +"Find the number of matches in different competitions visualize by bar chart, and show in descending by the bars.",original,Bar,MATCH,city_record,mark bar data match encoding x competition y aggregate count competition transform group x sort x desc,Competition,none,count Competition,bar,"x=Competition,y=count Competition,color=none",x desc +"Bar chart x axis competition y axis the total number, could you display by the bar in descending?",original,Bar,MATCH,city_record,mark bar data match encoding x competition y aggregate count competition transform group x sort x desc,Competition,none,count Competition,bar,"x=Competition,y=count Competition,color=none",x desc +Find the number of matches in different competitions. Plot them as a pie chart.,original,Pie,MATCH,city_record,mark arc data match encoding x competition y aggregate count competition transform group x,Competition,none,count Competition,arc,"x=Competition,y=count Competition,color=none",none +"For each competition, count the number of matches. Visualize by a pie chart.",original,Pie,MATCH,city_record,mark arc data match encoding x competition y aggregate count competition transform group x,Competition,none,count Competition,arc,"x=Competition,y=count Competition,color=none",none +Create a pie chart showing the total number across the competition.,original,Pie,MATCH,city_record,mark arc data match encoding x competition y aggregate count competition transform group x,Competition,none,count Competition,arc,"x=Competition,y=count Competition,color=none",none +Draw a pie chart for how many climbers are from each country.,original,Pie,climber,climbing,mark arc data climber encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +Display a pie chart for how many climbers are from each country.,original,Pie,climber,climbing,mark arc data climber encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +How many climbers are from each country? Visualize by a pie chart.,original,Pie,climber,climbing,mark arc data climber encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +Give me a pie to show the total number from different countries.,original,Pie,climber,climbing,mark arc data climber encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +Display a bar chart for how many climbers are from each country.,original,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Give me a histogram of how many climbers are from each country.,original,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +How many climbers are from each country?,original,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +Bar chart of the total number from each country.,original,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x,Country,none,count Country,bar,"x=Country,y=count Country,color=none",none +"Bar chart of the total number from each country, I want to show by the x-axis in ascending.",original,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x sort x asc,Country,none,count Country,bar,"x=Country,y=count Country,color=none",x asc +"Display a bar chart for how many climbers are from each country, and could you display X in asc order?",original,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x sort x asc,Country,none,count Country,bar,"x=Country,y=count Country,color=none",x asc +How many climbers are from each country? Rank the X-axis from low to high order.,original,Bar,climber,climbing,mark bar data climber encoding x country y aggregate count country transform group x sort x asc,Country,none,count Country,bar,"x=Country,y=count Country,color=none",x asc +What are the countries of mountains with heights bigger than 5000? Count them by a bar chart.,original,Bar,mountain,climbing,mark bar data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,bar,"x=Country,y=count Country,color=none",none +What are the number of mountains with heights bigger than 5000 in each country?,original,Bar,mountain,climbing,mark bar data mountain encoding x country y aggregate count country transform filter height > 5000 group x,Country,Height gt 5000,count Country,bar,"x=Country,y=count Country,color=none",none +"A bar chart for returning the number of the countries of the mountains that have a height larger than 5000, could you show in ascending by the bars?",original,Bar,mountain,climbing,mark bar data mountain encoding x country y aggregate count country transform filter height > 5000 group x sort x asc,Country,Height gt 5000,count Country,bar,"x=Country,y=count Country,color=none",x asc +"The bar graph to show the total number from different addresses is shown in desc by the Y-axis, please.",original,Bar,member,coffee_shop,mark bar data member encoding x address y aggregate count address transform group x sort y desc,Address,none,count Address,bar,"x=Address,y=count Address,color=none",y desc +"Find the number of members living in each address. Show the bar chart, and rank by the Y in desc.",original,Bar,member,coffee_shop,mark bar data member encoding x address y aggregate count address transform group x sort y desc,Address,none,count Address,bar,"x=Address,y=count Address,color=none",y desc +Find the number of members living in each address. Plot them as a pie chart.,original,Pie,member,coffee_shop,mark arc data member encoding x address y aggregate count address transform group x,Address,none,count Address,arc,"x=Address,y=count Address,color=none",none +I want to know the proportion of the number of members for each address.,original,Pie,member,coffee_shop,mark arc data member encoding x address y aggregate count address transform group x,Address,none,count Address,arc,"x=Address,y=count Address,color=none",none +List the number of departments for each building with a bar chart.,original,Bar,department,college_2,mark bar data department encoding x building y aggregate count building transform group x,building,none,count building,bar,"x=building,y=count building,color=none",none +How many departments for each building? Draw a bar chart.,original,Bar,department,college_2,mark bar data department encoding x building y aggregate count building transform group x,building,none,count building,bar,"x=building,y=count building,color=none",none +Bar chart of how many buildings are from each building.,original,Bar,department,college_2,mark bar data department encoding x building y aggregate count building transform group x,building,none,count building,bar,"x=building,y=count building,color=none",none +Draw a pie chart for how many different locations each school has.,original,Pie,department,college_1,mark arc data department encoding x school_code y aggregate count distinct dept_address,"SCHOOL_CODE,distinct",none,count distinct DEPT_ADDRESS,arc,"x=SCHOOL_CODE,y=count distinct DEPT_ADDRESS,color=none",none +Show me the proportion of how many different locations each school has.,original,Pie,department,college_1,mark arc data department encoding x school_code y aggregate count distinct dept_address,"SCHOOL_CODE,distinct",none,count distinct DEPT_ADDRESS,arc,"x=SCHOOL_CODE,y=count distinct DEPT_ADDRESS,color=none",none +How many different locations does each school have? Show the proportion.,original,Pie,department,college_1,mark arc data department encoding x school_code y aggregate count distinct dept_address,"SCHOOL_CODE,distinct",none,count distinct DEPT_ADDRESS,arc,"x=SCHOOL_CODE,y=count distinct DEPT_ADDRESS,color=none",none +Count different addresses of each school by a pie chart.,original,Pie,department,college_1,mark arc data department encoding x school_code y aggregate count distinct dept_address,"SCHOOL_CODE,distinct",none,count distinct DEPT_ADDRESS,arc,"x=SCHOOL_CODE,y=count distinct DEPT_ADDRESS,color=none",none +Count the different addresses of each school. Plot them as a pie chart.,original,Pie,department,college_1,mark arc data department encoding x school_code y aggregate count distinct dept_address,"SCHOOL_CODE,distinct",none,count distinct DEPT_ADDRESS,arc,"x=SCHOOL_CODE,y=count distinct DEPT_ADDRESS,color=none",none +"Find the number of employees of each gender whose salary is lower than 50000. Visualize by bar chart, rank in ascending by the X-axis, please.",original,Bar,employee,company_1,mark bar data employee encoding x sex y aggregate count sex transform filter salary < 50000 group x sort x asc,Sex,Salary lt 50000,count Sex,bar,"x=Sex,y=count Sex,color=none",x asc +Draw a bar chart for what is the number of employees from each city? and could you display bars in descending order?,original,Bar,employee,employee_hire_evaluation,mark bar data employee encoding x city y aggregate count city transform group x sort x desc,City,none,count City,bar,"x=City,y=count City,color=none",x desc +"Count the number of employees for each city Plot them as a bar chart, I want to sort the x-axis in descending order.",original,Bar,employee,employee_hire_evaluation,mark bar data employee encoding x city y aggregate count city transform group x sort x desc,City,none,count City,bar,"x=City,y=count City,color=none",x desc +A bar chart about how many professors have a Ph.D. in each department. I want to display it by the Y from low to high.,original,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x sort y asc,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",y asc +"How many professors with a PhD in each department? Show the bar chart, and could you order by the y-axis from low to high?",original,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x sort y asc,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",y asc +"Find the number of professors with a PhD degree in each department. Show a bar chart, I want to display it by the Y from low to high.",original,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x sort y asc,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",y asc +Return a histogram of how many professors have a Ph.D. in each department. and rank in ascending by the y-axis.,original,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x sort y asc,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",y asc +Find the number of professors with a Ph.D. degree in each department. Show bar chart.,original,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +Return a histogram of how many professors have a Ph.D. in each department.,original,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +A bar chart about how many professors have a Ph.D. in each department.,original,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +How many professors have a Ph.D. in each department? Show bar chart.,original,Bar,professor,college_1,mark bar data professor encoding x dept_code y aggregate count dept_code transform filter prof_high_degree = 'ph.d.' group x,DEPT_CODE,PROF_HIGH_DEGREE = 'Ph.D.',count DEPT_CODE,bar,"x=DEPT_CODE,y=count DEPT_CODE,color=none",none +Find the relationship between the minimum and average GPA of all students in each department with a scatter chart.,original,Scatter,student,college_1,mark point data student encoding x avg(stu_gpa) y aggregate min stu_gpa transform group dept_code,STU_GPA,none,"avg STU_GPA,min STU_GPA",point,"x=avg STU_GPA,y=min STU_GPA,color=none",none +"Draw a bar chart for the average age for the students from each city, and display in desc by the x-axis.",original,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform group x sort x desc,"city_code,Age",none,mean Age,bar,"x=city_code,y=mean Age,color=none",x desc +"Bar chart of mean age from each city code, order names in desc order.",original,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform group x sort x desc,"city_code,Age",none,mean Age,bar,"x=city_code,y=mean Age,color=none",x desc +"What is the average age for each city and what are those cities? Show the bar chart, and list names in descending order.",original,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform group x sort x desc,"city_code,Age",none,mean Age,bar,"x=city_code,y=mean Age,color=none",x desc +"A bar chart about what is the average age for each city and what are those cities, and order from high to low by the x-axis.",original,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform group x sort x desc,"city_code,Age",none,mean Age,bar,"x=city_code,y=mean Age,color=none",x desc +"Find the average age of all students living in each city, and show the bar chart, order from high to low by the x-axis.",original,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform group x sort x desc,"city_code,Age",none,mean Age,bar,"x=city_code,y=mean Age,color=none",x desc +Find the relationship between the minimum and maximum GPA of all students in each department with a scatter chart grouping by department code.,original,Grouping Scatter,student,college_1,mark point data student encoding x max(stu_gpa) y aggregate min stu_gpa transform group dept_code,"STU_GPA,DEPT_CODE",none,"max STU_GPA,min STU_GPA",point,"x=max STU_GPA,y=min STU_GPA,color=DEPT_CODE",none +"What is the average age of male students in each city? Draw a bar chart, show by the names in descending.",original,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform filter sex = 'm' group x sort x desc,"city_code,Age",Sex = 'M',mean Age,bar,"x=city_code,y=mean Age,color=none",x desc +"Find the average age of male students (with sex M) from each city, showing in descending by the x-axis.",original,Bar,student,dorm_1,mark bar data student encoding x city_code y aggregate mean age transform filter sex = 'm' group x sort x desc,"city_code,Age",Sex = 'M',mean Age,bar,"x=city_code,y=mean Age,color=none",x desc +"Find the number of classes offered for all classrooms that held at least 2 classes. Show a bar chart, and sort the x-axis from high to low order.",original,Bar,CLASS,college_1,mark bar data class encoding x class_room y aggregate count class_room transform group x sort x desc,CLASS_ROOM,none,count CLASS_ROOM,bar,"x=CLASS_ROOM,y=count CLASS_ROOM,color=none",x desc +"For each classroom with at least 2 classes, how many classes are offered, and show CLASS_ROOM in descending order.",original,Bar,CLASS,college_1,mark bar data class encoding x class_room y aggregate count class_room transform group x sort x desc,CLASS_ROOM,none,count CLASS_ROOM,bar,"x=CLASS_ROOM,y=count CLASS_ROOM,color=none",x desc +"Bar chart of the total number from each classroom, and list by the names in desc.",original,Bar,CLASS,college_1,mark bar data class encoding x class_room y aggregate count class_room transform group x sort x desc,CLASS_ROOM,none,count CLASS_ROOM,bar,"x=CLASS_ROOM,y=count CLASS_ROOM,color=none",x desc +"How many total credits are offered by each department? Show the bar chart, and rank bars in ASC order.",original,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x sort x asc,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",x asc +"Bar chart of total number of credits from each dept name, rank bars in asc order.",original,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x sort x asc,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",x asc +Show me a bar chart for how many total credits are offered by each department. and order by the names from low to high.,original,Bar,course,college_2,mark bar data course encoding x dept_name y aggregate sum credits transform group x sort x asc,"dept_name,credits",none,sum credits,bar,"x=dept_name,y=sum credits,color=none",x asc +Give the proportion of the total credit each department offers.,original,Pie,course,college_1,mark arc data course encoding x dept_code y aggregate sum crs_credit transform group x,"DEPT_CODE,CRS_CREDIT",none,sum CRS_CREDIT,arc,"x=DEPT_CODE,y=sum CRS_CREDIT,color=none",none +Give me a histogram for what are the names and average salaries for departments with an average salary higher than 42000. And could you list names from low to high order?,original,Bar,instructor,college_2,mark bar data instructor encoding x dept_name y aggregate mean salary transform group x sort x asc,"dept_name,salary",none,mean salary,bar,"x=dept_name,y=mean salary,color=none",x asc +Display a bar chart for what are the names and average salaries for departments with average salaries higher than 42000. Could you list names from low to high order?,original,Bar,instructor,college_2,mark bar data instructor encoding x dept_name y aggregate mean salary transform group x sort x asc,"dept_name,salary",none,mean salary,bar,"x=dept_name,y=mean salary,color=none",x asc +"What are the names and average salaries for departments with an average salary higher than 42000? Plot them as a bar chart, and sort by the X-axis from low to high.",original,Bar,instructor,college_2,mark bar data instructor encoding x dept_name y aggregate mean salary transform group x sort x asc,"dept_name,salary",none,mean salary,bar,"x=dept_name,y=mean salary,color=none",x asc +Draw a scatter chart about the correlation between ID and salary.,original,Scatter,instructor,college_2,mark point data instructor encoding x id y aggregate none salary transform sort y,"ID,salary",none,none,point,"x=ID,y=salary,color=none",none +Visualize the relationship between ID and salary.,original,Scatter,instructor,college_2,mark point data instructor encoding x id y aggregate none salary transform sort y,"ID,salary",none,none,point,"x=ID,y=salary,color=none",none +Return a scatter chart about the correlation between ID and salary.,original,Scatter,instructor,college_2,mark point data instructor encoding x id y aggregate none salary transform sort y,"ID,salary",none,none,point,"x=ID,y=salary,color=none",none +"What is the average capacity for rooms in each building? Draw a bar chart, and sort in asc by the Y.",original,Bar,classroom,college_2,mark bar data classroom encoding x building y aggregate mean capacity transform group x sort y asc,"building,capacity",none,mean capacity,bar,"x=building,y=mean capacity,color=none",y asc +"Find the average capacity among rooms in each building with a bar chart, and order in ascending by the y-axis, please.",original,Bar,classroom,college_2,mark bar data classroom encoding x building y aggregate mean capacity transform group x sort y asc,"building,capacity",none,mean capacity,bar,"x=building,y=mean capacity,color=none",y asc +"Bar chart x-axis building y-axis the average of capacity, and order in ascending by the y-axis, please.",original,Bar,classroom,college_2,mark bar data classroom encoding x building y aggregate mean capacity transform group x sort y asc,"building,capacity",none,mean capacity,bar,"x=building,y=mean capacity,color=none",y asc +"Find the number of rooms with more than 50 capacity for each building Show the bar chart, and order from high to low by the X-axis.",original,Bar,classroom,college_2,mark bar data classroom encoding x building y aggregate count building transform filter capacity > 50 group x sort x desc,building,capacity gt 50,count building,bar,"x=building,y=count building,color=none",x desc +"For each advisor, report the total number of students advised by him or her. Plot them as a scatter chart.",original,Scatter,STUDENT,voter_2,mark point data student encoding x advisor y aggregate count advisor transform group x,Advisor,none,count Advisor,point,"x=Advisor,y=count Advisor,color=none",none +Visualize a scatter chart on how many students each advisor has.,original,Scatter,STUDENT,voter_2,mark point data student encoding x advisor y aggregate count advisor transform group x,Advisor,none,count Advisor,point,"x=Advisor,y=count Advisor,color=none",none +List all headquarters and the number of companies in each headquarters in a pie chart.,original,Pie,company,gas_company,mark arc data company encoding x headquarters y aggregate count headquarters transform group x,Headquarters,none,count Headquarters,arc,"x=Headquarters,y=count Headquarters,color=none",none +List all headquarters and the number of companies in each headquarters. Show a pie chart.,original,Pie,company,gas_company,mark arc data company encoding x headquarters y aggregate count headquarters transform group x,Headquarters,none,count Headquarters,arc,"x=Headquarters,y=count Headquarters,color=none",none +"For each headquarters, what are the headquarters and how many companies are centered there? Show the proportion.",original,Pie,company,gas_company,mark arc data company encoding x headquarters y aggregate count headquarters transform group x,Headquarters,none,count Headquarters,arc,"x=Headquarters,y=count Headquarters,color=none",none +Give me a pie to show the total number from different headquarters.,original,Pie,company,gas_company,mark arc data company encoding x headquarters y aggregate count headquarters transform group x,Headquarters,none,count Headquarters,arc,"x=Headquarters,y=count Headquarters,color=none",none +"Stack bar chart of the number of headquarters vs Industry based on headquarters, show by the names in desc.",original,Stacked Bar,company,company_employee,mark bar data company encoding x headquarters y aggregate count headquarters color industry transform group x sort x desc,"Headquarters,Industry",none,count Headquarters,bar,"x=Headquarters,y=count Headquarters,color=Industry",x desc +"How many companies are there in each headquarters? Return a stacked bar chart to group by industry and headquarters, count by headquarters, and rank X from high to low order.",original,Stacked Bar,company,company_employee,mark bar data company encoding x headquarters y aggregate count headquarters color industry transform group x sort x desc,"Headquarters,Industry",none,count Headquarters,bar,"x=Headquarters,y=count Headquarters,color=Industry",x desc +Show the relationship between the rank and market values of the companies in the banking industry with a scatter chart.,original,Scatter,company,gas_company,mark point data company encoding x rank y aggregate none market_value transform filter main_industry = 'banking',"Rank,Market_Value",Main_Industry = 'Banking',none,point,"x=Rank,y=Market_Value,color=none",none +Compare the number of companies from different industries using a pie chart.,original,Pie,Companies,company_office,mark arc data companies encoding x industry y aggregate count industry transform group x,Industry,none,count Industry,arc,"x=Industry,y=count Industry,color=none",none +A pie chart about the number of companies in different industries.,original,Pie,Companies,company_office,mark arc data companies encoding x industry y aggregate count industry transform group x,Industry,none,count Industry,arc,"x=Industry,y=count Industry,color=none",none +I want to know the proportion of different industry types.,original,Pie,Companies,company_office,mark arc data companies encoding x industry y aggregate count industry transform group x,Industry,none,count Industry,arc,"x=Industry,y=count Industry,color=none",none +"Show different citizenships and the maximum net worth of singers of each citizenship, and rank by the bars from low to high.",original,Bar,singer,singer,mark bar data singer encoding x citizenship y aggregate max net_worth_millions transform group x sort x asc,"Citizenship,Net_Worth_Millions",none,max Net_Worth_Millions,bar,"x=Citizenship,y=max Net_Worth_Millions,color=none",x asc +"Show me the total number by citizenship in a histogram, could you list by the Y-axis in ascending, please?",original,Bar,singer,singer,mark bar data singer encoding x citizenship y aggregate count citizenship transform group x sort y asc,Citizenship,none,count Citizenship,bar,"x=Citizenship,y=count Citizenship,color=none",y asc +"Show the different citizenship of singers and the number of singers of each citizenship. Plot them as a bar chart, and sort the total number in asc order.",original,Bar,singer,singer,mark bar data singer encoding x citizenship y aggregate count citizenship transform group x sort y asc,Citizenship,none,count Citizenship,bar,"x=Citizenship,y=count Citizenship,color=none",y asc +"For each citizenship, how many singers are from that country, and display in asc by the Y.",original,Bar,singer,singer,mark bar data singer encoding x citizenship y aggregate count citizenship transform group x sort y asc,Citizenship,none,count Citizenship,bar,"x=Citizenship,y=count Citizenship,color=none",y asc +Show different citizenship of singers and the number of singers of each citizenship in a pie chart.,original,Pie,singer,singer,mark arc data singer encoding x citizenship y aggregate count citizenship transform group x,Citizenship,none,count Citizenship,arc,"x=Citizenship,y=count Citizenship,color=none",none +Show the different citizenship of singers and the number of singers of each citizenship. Show a pie chart.,original,Pie,singer,singer,mark arc data singer encoding x citizenship y aggregate count citizenship transform group x,Citizenship,none,count Citizenship,arc,"x=Citizenship,y=count Citizenship,color=none",none +"For each citizenship, how many singers are from that country? Show the proportion.",original,Pie,singer,singer,mark arc data singer encoding x citizenship y aggregate count citizenship transform group x,Citizenship,none,count Citizenship,arc,"x=Citizenship,y=count Citizenship,color=none",none +Create a pie chart showing the total number across citizenship.,original,Pie,singer,singer,mark arc data singer encoding x citizenship y aggregate count citizenship transform group x,Citizenship,none,count Citizenship,arc,"x=Citizenship,y=count Citizenship,color=none",none +Pie chart. How many counties correspond to each police force?,original,Pie,county_public_safety,county_public_safety,mark arc data county_public_safety encoding x police_force y aggregate count police_force transform group x,Police_force,none,count Police_force,arc,"x=Police_force,y=count Police_force,color=none",none +Return a pie chart on how many counties correspond to each police force.,original,Pie,county_public_safety,county_public_safety,mark arc data county_public_safety encoding x police_force y aggregate count police_force transform group x,Police_force,none,count Police_force,arc,"x=Police_force,y=count Police_force,color=none",none +How many counties correspond to each police force?,original,Pie,county_public_safety,county_public_safety,mark arc data county_public_safety encoding x police_force y aggregate count police_force transform group x,Police_force,none,count Police_force,arc,"x=Police_force,y=count Police_force,color=none",none +I want to know the proportion of the number of counties for each police force.,original,Pie,county_public_safety,county_public_safety,mark arc data county_public_safety encoding x police_force y aggregate count police_force transform group x,Police_force,none,count Police_force,arc,"x=Police_force,y=count Police_force,color=none",none +"How many counties correspond to each police force? Display in descending by the Police_force, please.",original,Bar,county_public_safety,county_public_safety,mark bar data county_public_safety encoding x police_force y aggregate count police_force transform group x sort x desc,Police_force,none,count Police_force,bar,"x=Police_force,y=count Police_force,color=none",x desc +A bar chart about what is the age and hometown of every teacher.,original,Bar,teacher,course_teach,mark bar data teacher encoding x hometown y aggregate none age,"Hometown,Age",none,none,bar,"x=Hometown,y=Age,color=none",none +Visualize a bar chart for what is the age and hometown of every teacher.,original,Bar,teacher,course_teach,mark bar data teacher encoding x hometown y aggregate none age,"Hometown,Age",none,none,bar,"x=Hometown,y=Age,color=none",none +"List document type codes and the number of documents in each code. Visualize by bar chart, sort from low to high by the Y.",original,Bar,Documents,cre_Docs_and_Epenses,mark bar data documents encoding x document_type_code y aggregate count document_type_code transform group x sort y asc,Document_Type_Code,none,count Document_Type_Code,bar,"x=Document_Type_Code,y=count Document_Type_Code,color=none",y asc +How many documents are there of each type? Show a bar chart. Could you display them from low to high by the total number?,original,Bar,Documents,cre_Docs_and_Epenses,mark bar data documents encoding x document_type_code y aggregate count document_type_code transform group x sort y asc,Document_Type_Code,none,count Document_Type_Code,bar,"x=Document_Type_Code,y=count Document_Type_Code,color=none",y asc +List document type codes and the number of documents in each code in a pie chart.,original,Pie,Documents,cre_Docs_and_Epenses,mark arc data documents encoding x document_type_code y aggregate count document_type_code transform group x,Document_Type_Code,none,count Document_Type_Code,arc,"x=Document_Type_Code,y=count Document_Type_Code,color=none",none +Show all template type codes and the number of templates for each in a pie chart.,original,Pie,Templates,cre_Doc_Template_Mgt,mark arc data templates encoding x template_type_code y aggregate count template_type_code transform group x,Template_Type_Code,none,count Template_Type_Code,arc,"x=Template_Type_Code,y=count Template_Type_Code,color=none",none +Show all template type codes and the number of templates for each. Visualize by a pie chart.,original,Pie,Templates,cre_Doc_Template_Mgt,mark arc data templates encoding x template_type_code y aggregate count template_type_code transform group x,Template_Type_Code,none,count Template_Type_Code,arc,"x=Template_Type_Code,y=count Template_Type_Code,color=none",none +"Return a pie chart on what are the different template type codes, and how many templates correspond to each.",original,Pie,Templates,cre_Doc_Template_Mgt,mark arc data templates encoding x template_type_code y aggregate count template_type_code transform group x,Template_Type_Code,none,count Template_Type_Code,arc,"x=Template_Type_Code,y=count Template_Type_Code,color=none",none +Return a histogram on what is the code of each role and the number of employees in each role. I want to display bars in ascending order.,original,Bar,Employees,cre_Doc_Tracking_DB,mark bar data employees encoding x role_code y aggregate count role_code transform group x sort x asc,Role_Code,none,count Role_Code,bar,"x=Role_Code,y=count Role_Code,color=none",x asc +A pie chart about what is the code of each role and the number of employees in each role.,original,Pie,Employees,cre_Doc_Tracking_DB,mark arc data employees encoding x role_code y aggregate count role_code transform group x,Role_Code,none,count Role_Code,arc,"x=Role_Code,y=count Role_Code,color=none",none +"Show budget type codes and the number of documents in each budget type. Show the bar chart, and sort from low to high by the X.",original,Bar,Documents_with_expenses,cre_Docs_and_Epenses,mark bar data documents_with_expenses encoding x budget_type_code y aggregate count budget_type_code transform group x sort x asc,Budget_Type_Code,none,count Budget_Type_Code,bar,"x=Budget_Type_Code,y=count Budget_Type_Code,color=none",x asc +Give me a bar chart for the total number of each budget type code.,original,Bar,Documents_with_expenses,cre_Docs_and_Epenses,mark bar data documents_with_expenses encoding x budget_type_code y aggregate count budget_type_code transform group x,Budget_Type_Code,none,count Budget_Type_Code,bar,"x=Budget_Type_Code,y=count Budget_Type_Code,color=none",none +Compute the total the total number across budget type code as a pie chart.,original,Pie,Documents_with_expenses,cre_Docs_and_Epenses,mark arc data documents_with_expenses encoding x budget_type_code y aggregate count budget_type_code transform group x,Budget_Type_Code,none,count Budget_Type_Code,arc,"x=Budget_Type_Code,y=count Budget_Type_Code,color=none",none +"Plot a scatter chart, customer id by account_name.",original,Scatter,Accounts,customers_card_transactions,mark point data accounts encoding x customer_id y aggregate none account_name,"customer_id,account_name",none,none,point,"x=customer_id,y=account_name,color=none",none +Scatterplot of account_name vs account id by other_account_details.,original,Grouping Scatter,Accounts,customers_and_invoices,mark point data accounts encoding x account_id y aggregate none account_name transform group other_account_details,"account_id,account_name,other_account_details",none,none,point,"x=account_id,y=account_name,color=other_account_details",none +Give me a pie to show how many other account details are from different other account details.,original,Pie,Accounts,customers_and_invoices,mark arc data accounts encoding x other_account_details y aggregate count other_account_details transform group x,other_account_details,none,count other_account_details,arc,"x=other_account_details,y=count other_account_details,color=none",none +"The bar graph shows the number of document type descriptions from different document type descriptions, and I want to order in descending by the Y.",original,Bar,Ref_document_types,cre_Docs_and_Epenses,mark bar data ref_document_types encoding x document_type_description y aggregate count document_type_description transform group x sort y desc,Document_Type_Description,none,count Document_Type_Description,bar,"x=Document_Type_Description,y=count Document_Type_Description,color=none",y desc +How many document types for different document type descriptions? Visualize with a bar chart.,original,Bar,Ref_document_types,cre_Docs_and_Epenses,mark bar data ref_document_types encoding x document_type_description y aggregate count document_type_description transform group x,Document_Type_Description,none,count Document_Type_Description,bar,"x=Document_Type_Description,y=count Document_Type_Description,color=none",none +Compute the total number of document-type descriptions across document-type descriptions as a pie chart.,original,Pie,Ref_document_types,cre_Docs_and_Epenses,mark arc data ref_document_types encoding x document_type_description y aggregate count document_type_description transform group x,Document_Type_Description,none,count Document_Type_Description,arc,"x=Document_Type_Description,y=count Document_Type_Description,color=none",none +"For each distinct product name, show its average product price, and show the X-axis from high to low order.",original,Bar,PRODUCTS,cre_Drama_Workshop_Groups,mark bar data products encoding x product_name y aggregate mean product_price transform group x sort x desc,"Product_Name,Product_Price",none,mean Product_Price,bar,"x=Product_Name,y=mean Product_Price,color=none",x desc +What are the different product names? What is the average product price for each of them? Show bar chart.,original,Bar,PRODUCTS,cre_Drama_Workshop_Groups,mark bar data products encoding x product_name y aggregate mean product_price transform group x,"Product_Name,Product_Price",none,mean Product_Price,bar,"x=Product_Name,y=mean Product_Price,color=none",none +Give the proportion of what are the different product names. What is the average product price for each of them?,original,Pie,PRODUCTS,cre_Drama_Workshop_Groups,mark arc data products encoding x product_name y aggregate mean product_price transform group x,"Product_Name,Product_Price",none,mean Product_Price,arc,"x=Product_Name,y=mean Product_Price,color=none",none +"Show all payment method codes and the number of orders for each code in a bar chart, listed by the Y from high to low.",original,Bar,INVOICES,cre_Drama_Workshop_Groups,mark bar data invoices encoding x payment_method_code y aggregate count payment_method_code transform group x sort y desc,payment_method_code,none,count payment_method_code,bar,"x=payment_method_code,y=count payment_method_code,color=none",y desc +Show all payment method codes and the number of orders for each code by a pie chart.,original,Pie,INVOICES,cre_Drama_Workshop_Groups,mark arc data invoices encoding x payment_method_code y aggregate count payment_method_code transform group x,payment_method_code,none,count payment_method_code,arc,"x=payment_method_code,y=count payment_method_code,color=none",none +"Show different ways to get to attractions and the number of attractions that can be accessed in the corresponding way in a bar chart, and show the bars from high to low.",original,Bar,Tourist_Attractions,cre_Theme_park,mark bar data tourist_attractions encoding x how_to_get_there y aggregate count how_to_get_there transform group x sort x desc,How_to_Get_There,none,count How_to_Get_There,bar,"x=How_to_Get_There,y=count How_to_Get_There,color=none",x desc +"List all the possible ways to get to attractions, together with the number of attractions accessible by these methods in a bar chart.",original,Bar,Tourist_Attractions,cre_Theme_park,mark bar 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,bar,"x=How_to_Get_There,y=count How_to_Get_There,color=none",none +Visualize a bar chart for how many books fall into each category. Sort the total number in descending order.,original,Bar,book_club,culture_company,mark bar data book_club encoding x category y aggregate count category transform group x sort y desc,Category,none,count Category,bar,"x=Category,y=count Category,color=none",y desc +Show all book categories and the number of books in each category with a bar chart.,original,Bar,book_club,culture_company,mark bar data book_club encoding x category y aggregate count category transform group x,Category,none,count Category,bar,"x=Category,y=count Category,color=none",none +Show all book categories and the number of books in each category in a pie chart.,original,Pie,book_club,culture_company,mark arc data book_club encoding x category y aggregate count category transform group x,Category,none,count Category,arc,"x=Category,y=count Category,color=none",none +"Which directors had a movie in either 1999 or 2000, and count them by a bar chart, could you order the X-axis in desc order?",original,Bar,movie,culture_company,mark bar data movie encoding x director y aggregate count director transform filter year = 1999 or year = 2000 group x sort x desc,Director,Year = 1999 or Year = 2000,count Director,bar,"x=Director,y=count Director,color=none",x desc +"Show all director names who have a movie in the year 1999 or 2000, and count them by a bar chart.",original,Bar,movie,culture_company,mark bar data movie encoding x director y aggregate count director transform filter year = 1999 or year = 2000 group x,Director,Year = 1999 or Year = 2000,count Director,bar,"x=Director,y=count Director,color=none",none +"For those products with a price between 60 and 120, draw a scatter chart about the correlation between code and price.",original,Scatter,products,manufactory_1,mark point data products encoding x code y aggregate none price transform filter price between 60 and 120,"Code,Price",Price gte 60 and Price lte 120,none,point,"x=Code,y=Price,color=none",none +"What are the names of the cheapest products in each category along with the cheapest price in a bar chart? Rank in descending by the Y, please.",original,Bar,products,manufactory_1,mark bar data products encoding x name y aggregate min price transform group x sort y desc,"Name,Price",none,min Price,bar,"x=Name,y=min Price,color=none",y desc +Show the number of products with a price higher than 1000 or lower than 500 for each product name in a bar chart.,original,Bar,products,customers_and_products_contacts,mark bar data products encoding x product_name y aggregate count product_name transform filter product_price > 1000 or product_price < 500 group x,product_name,product_price gt 1000 or product_price lt 500,count product_name,bar,"x=product_name,y=count product_name,color=none",none +"Give me a bar chart for the sum price of each name, I want to display it by the x-axis in desc.",original,Bar,products,manufactory_1,mark bar data products encoding x name y aggregate sum price transform group x sort x desc,"Name,Price",none,sum Price,bar,"x=Name,y=sum Price,color=none",x desc +Show the relationship between minimum product price and maximum product price and group by product type code in a group scatter chart.,original,Grouping Scatter,products,department_store,mark point data products encoding x max(product_price) y aggregate min product_price transform group product_type_code,"product_price,product_type_code",none,"max product_price,min product_price",point,"x=max product_price,y=min product_price,color=product_type_code",none +"Show the number of products with a price higher than 1000 or lower than 500 for each product type code in a bar chart, and I want to list from high to low by the Y-axis, please.",original,Bar,products,customers_and_products_contacts,mark bar data products encoding x product_type_code y aggregate count product_type_code transform filter product_price > 1000 or product_price < 500 group x sort y desc,product_type_code,product_price gt 1000 or product_price lt 500,count product_type_code,bar,"x=product_type_code,y=count product_type_code,color=none",y desc +Take the first name of all the good customers as the X-axis and the gender of all the good customers as the Y-axis in a bar chart.,original,Bar,customers,products_for_hire,mark bar data customers encoding x first_name y aggregate none gender_mf transform filter good_or_bad_customer = 'good',"first_name,gender_mf",good_or_bad_customer = 'good',none,bar,"x=first_name,y=gender_mf,color=none",none +How many customers use each payment method? Display by the y-axis in descending.,original,Bar,customers,department_store,mark bar data customers encoding x payment_method_code y aggregate count payment_method_code transform group x sort y desc,payment_method_code,none,count payment_method_code,bar,"x=payment_method_code,y=count payment_method_code,color=none",y desc +List all customer status codes and the number of customers having each status code in a bar chart.,original,Bar,Customers,driving_school,mark bar data customers encoding x customer_status_code y aggregate count customer_status_code transform group x,customer_status_code,none,count customer_status_code,bar,"x=customer_status_code,y=count customer_status_code,color=none",none +List all customer status codes and the number of customers having each status code by a pie chart.,original,Pie,Customers,driving_school,mark arc data customers encoding x customer_status_code y aggregate count customer_status_code transform group x,customer_status_code,none,count customer_status_code,arc,"x=customer_status_code,y=count customer_status_code,color=none",none +Show the number of customers for each gender in a scatter chart.,original,Scatter,Customers,customers_and_invoices,mark point data customers encoding x gender y aggregate count gender transform group x,gender,none,count gender,point,"x=gender,y=count gender,color=none",none +Show the order IDs and the number of invoices for each order with a scatter chart.,original,Scatter,Invoices,customers_and_invoices,mark point data invoices encoding x order_id y aggregate count order_id transform group x,order_id,none,count order_id,point,"x=order_id,y=count order_id,color=none",none +Show the transaction type and the number of transactions by a bar chart.,original,Bar,Financial_transactions,customers_card_transactions,mark bar data financial_transactions encoding x transaction_type y aggregate count transaction_type transform group x,transaction_type,none,count transaction_type,bar,"x=transaction_type,y=count transaction_type,color=none",none +"What are the total transaction amounts for each transaction type, could you show by the Y-axis from low to high?",original,Bar,Financial_transactions,customers_and_invoices,mark bar data financial_transactions encoding x transaction_type y aggregate sum transaction_amount transform group x sort y asc,"transaction_type,transaction_amount",none,sum transaction_amount,bar,"x=transaction_type,y=sum transaction_amount,color=none",y asc +Show the invoice number and the number of transactions for each invoice in a scatter chart,original,Scatter,Financial_transactions,customers_and_invoices,mark point data financial_transactions encoding x invoice_number y aggregate count invoice_number transform group x,invoice_number,none,count invoice_number,point,"x=invoice_number,y=count invoice_number,color=none",none +Show the transaction type and the number of transactions by a pie chart.,original,Pie,Financial_transactions,customers_card_transactions,mark arc data financial_transactions encoding x transaction_type y aggregate count transaction_type transform group x,transaction_type,none,count transaction_type,arc,"x=transaction_type,y=count transaction_type,color=none",none +"Show the total number from each state province county, and list in desc by the total number.",original,Bar,addresses,customers_and_products_contacts,mark bar data addresses encoding x state_province_county y aggregate count state_province_county transform group x sort y desc,state_province_county,none,count state_province_county,bar,"x=state_province_county,y=count state_province_county,color=none",y desc +Show each state and the number of addresses in each state by a bar chart.,original,Bar,addresses,customers_and_products_contacts,mark bar data addresses encoding x state_province_county y aggregate count state_province_county transform group x,state_province_county,none,count state_province_county,bar,"x=state_province_county,y=count state_province_county,color=none",none +Show the number of premises for different premises types in a bar chart.,original,Bar,premises,customers_campaigns_ecommerce,mark bar data premises encoding x premises_type y aggregate count premises_type transform group x sort x,premises_type,none,count premises_type,bar,"x=premises_type,y=count premises_type,color=none",none +Show how many premises for different premises types in a pie chart.,original,Pie,premises,customers_campaigns_ecommerce,mark arc data premises encoding x premises_type y aggregate count premises_type transform group x,premises_type,none,count premises_type,arc,"x=premises_type,y=count premises_type,color=none",none +"How many cards in different card type codes? Plot a bar chart, rank by the x-axis in desc.",original,Bar,Customers_cards,customers_card_transactions,mark bar data customers_cards encoding x card_type_code y aggregate count card_type_code transform group x sort x desc,card_type_code,none,count card_type_code,bar,"x=card_type_code,y=count card_type_code,color=none",x desc +Show the relationship between customer ID and card ID with a scatter chart.,original,Scatter,Customers_cards,customers_card_transactions,mark point data customers_cards encoding x card_id y aggregate none customer_id,"card_id,customer_id",none,none,point,"x=card_id,y=customer_id,color=none",none +Show the number of cards in different card type codes in a pie chart.,original,Pie,Customers_cards,customers_card_transactions,mark arc data customers_cards encoding x card_type_code y aggregate count card_type_code transform group x,card_type_code,none,count card_type_code,arc,"x=card_type_code,y=count card_type_code,color=none",none +Scatterplot of customer_id vs card id by card_type_code.,original,Grouping Scatter,Customers_cards,customers_card_transactions,mark point data customers_cards encoding x card_id y aggregate none customer_id transform group card_type_code,"card_id,customer_id,card_type_code",none,none,point,"x=card_id,y=customer_id,color=card_type_code",none +"A bar chart showing how many debates are held for each venue, in order in ascending by the x-axis.",original,Bar,debate,debate,mark bar data debate encoding x venue y aggregate count venue transform group x sort x asc,Venue,none,count Venue,bar,"x=Venue,y=count Venue,color=none",x asc +"Show the average age of heads of departments born in each state with a bar chart, and could you display the y-axis in descending order?",original,Bar,head,department_management,mark bar data head encoding x born_state y aggregate mean age transform group x sort y desc,"born_state,age",none,mean age,bar,"x=born_state,y=mean age,color=none",y desc +Show the average age of heads of departments born in each state with a bar chart.,original,Bar,head,department_management,mark bar data head encoding x born_state y aggregate mean age transform group x,"born_state,age",none,mean age,bar,"x=born_state,y=mean age,color=none",none +Show the number of heads of departments born in each state with a pie chart.,original,Pie,head,department_management,mark arc data head encoding x born_state y aggregate count born_state transform group x,born_state,none,count born_state,arc,"x=born_state,y=count born_state,color=none",none +"A bar chart about what are the different software platforms for devices, and how many devices have each? Could you display by the x-axis in desc?",original,Bar,device,device,mark bar data device encoding x software_platform y aggregate count software_platform transform group x sort x desc,Software_Platform,none,count Software_Platform,bar,"x=Software_Platform,y=count Software_Platform,color=none",x desc +"A pie chart about what are the different software platforms for devices, and how many devices have each?",original,Pie,device,device,mark arc data device encoding x software_platform y aggregate count software_platform transform group x,Software_Platform,none,count Software_Platform,arc,"x=Software_Platform,y=count Software_Platform,color=none",none +"Create a bar chart showing how many locations are across locations, and show names from low to high order.",original,Bar,shop,device,mark bar data shop encoding x location y aggregate count location transform group x sort x asc,Location,none,count Location,bar,"x=Location,y=count Location,color=none",x asc +Return a bar chart showing how many shops are in each location.,original,Bar,shop,device,mark bar data shop encoding x location y aggregate count location transform group x,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +"Return a histogram on what are the different role codes for users, and how many users have each. Rank by the total number in ascending, please.",original,Bar,users,document_management,mark bar data users encoding x role_code y aggregate count role_code transform group x sort y asc,role_code,none,count role_code,bar,"x=role_code,y=count role_code,color=none",y asc +Find the number of users in each role. Plot them as a bar chart.,original,Bar,users,document_management,mark bar data users encoding x role_code y aggregate count role_code transform group x,role_code,none,count role_code,bar,"x=role_code,y=count role_code,color=none",none +Find the number of users in each role. Visualize by a pie chart.,original,Pie,users,document_management,mark arc data users encoding x role_code y aggregate count role_code transform group x,role_code,none,count role_code,arc,"x=role_code,y=count role_code,color=none",none +"Find the name and access counts of all documents, in alphabetic order of the document name. Show bar chart.",original,Bar,documents,document_management,mark bar data documents encoding x document_name y aggregate none access_count transform sort x,"document_name,access_count",none,none,bar,"x=document_name,y=access_count,color=none",x asc +Show the relationship between the age and weight of the dogs who have been abandoned in a scatter chart.,original,Scatter,Dogs,dog_kennels,mark point data dogs encoding x age y aggregate none weight transform filter abandoned_yn = 1,"age,weight",abandoned_yn = 1,none,point,"x=age,y=weight,color=none",none +Visualize a bar chart for how much each charge type costs. List both charge type and amount.,original,Bar,Charges,dog_kennels,mark bar data charges encoding x charge_type y aggregate none charge_amount,"charge_type,charge_amount",none,none,bar,"x=charge_type,y=charge_amount,color=none",none +Find the number of dorms for each gender in a bar chart.,original,Bar,dorm,dorm_1,mark bar data dorm encoding x gender y aggregate count gender transform group x,gender,none,count gender,bar,"x=gender,y=count gender,color=none",none +Find the number of dorms for each gender with a pie chart.,original,Pie,dorm,dorm_1,mark arc data dorm encoding x gender y aggregate count gender transform group x,gender,none,count gender,arc,"x=gender,y=count gender,color=none",none +"List all payment methods and the number of payments using each payment method. Plot them as a bar chart, and display names in ascending order, please.",original,Bar,Customer_Payments,driving_school,mark bar data customer_payments encoding x payment_method_code y aggregate count payment_method_code transform group x sort x asc,payment_method_code,none,count payment_method_code,bar,"x=payment_method_code,y=count payment_method_code,color=none",x asc +List all payment methods and the number of payments using each payment method with a pie chart.,original,Pie,Customer_Payments,driving_school,mark arc data customer_payments encoding x payment_method_code y aggregate count payment_method_code transform group x,payment_method_code,none,count payment_method_code,arc,"x=payment_method_code,y=count payment_method_code,color=none",none +"What other details can you tell me about students in reverse alphabetical order, and count them by a bar chart?",original,Bar,Students,student_transcripts_tracking,mark bar data students encoding x other_student_details y aggregate count other_student_details transform group x sort x desc,other_student_details,none,count other_student_details,bar,"x=other_student_details,y=count other_student_details,color=none",x desc +"Find the dates of the tests taken with the result ""Pass"", and count them by a bar chart, and order by the Y in asc.",original,Bar,Student_Tests_Taken,e_learning,"mark bar data student_tests_taken encoding x date_test_taken y aggregate count date_test_taken transform filter test_result = ""pass"" group x sort y asc",date_test_taken,"test_result = ""Pass""",count date_test_taken,bar,"x=date_test_taken,y=count date_test_taken,color=none",y asc +"Find the number of the dates of the tests taken with the result ""Pass"".",original,Bar,Student_Tests_Taken,e_learning,"mark bar data student_tests_taken encoding x date_test_taken y aggregate count date_test_taken transform filter test_result = ""pass"" group x",date_test_taken,"test_result = ""Pass""",count date_test_taken,bar,"x=date_test_taken,y=count date_test_taken,color=none",none +List each test result and its count in descending order of count by a pie chart.,original,Pie,Student_Tests_Taken,e_learning,mark arc data student_tests_taken encoding x test_result y aggregate count test_result transform group x sort y desc,test_result,none,count test_result,arc,"x=test_result,y=count test_result,color=none",y desc +"How many completed students each day? Return a line chart grouping by date of completion, and rank by the x-axis from low to high.",original,Line,Student_Course_Enrolment,e_learning,mark line data student_course_enrolment encoding x date_of_completion y aggregate count date_of_completion transform group x sort x asc,date_of_completion,none,count date_of_completion,line,"x=date_of_completion,y=count date_of_completion,color=none",x asc +"Show the county name and population of all counties with a bar chart, I want to sort by the x-axis in asc.",original,Bar,county,election,mark bar data county encoding x county_name y aggregate none population transform sort x asc,"County_name,Population",none,none,bar,"x=County_name,y=Population,color=none",x asc +"How many delegates are on each committee? Return a bar chart, and display by the y-axis in descending.",original,Bar,election,election,mark bar data election encoding x committee y aggregate count committee transform group x sort y desc,Committee,none,count Committee,bar,"x=Committee,y=count Committee,color=none",y desc +List the dates and vote percentages of elections in a bar chart.,original,Bar,election,election_representative,mark bar data election encoding x date y aggregate none vote_percent,"Date,Vote_Percent",none,none,bar,"x=Date,y=Vote_Percent,color=none",none +List the dates and vote percentages of elections by a pie chart.,original,Pie,election,election_representative,mark arc data election encoding x date y aggregate none vote_percent,"Date,Vote_Percent",none,none,arc,"x=Date,y=Vote_Percent,color=none",none +"Give me a histogram for what are the different parties of representatives. Show the party name and the number of representatives in each party, and show the total number in asc order, please.",original,Bar,representative,election_representative,mark bar data representative encoding x party y aggregate count party transform group x sort y asc,Party,none,count Party,bar,"x=Party,y=count Party,color=none",y asc +A bar chart showing how many representatives are in each party.,original,Bar,representative,election_representative,mark bar data representative encoding x party y aggregate count party transform group x,Party,none,count Party,bar,"x=Party,y=count Party,color=none",none +"Show me the distribution of Is_full_time and the amount of Is_full_time, and group by attribute Is_full_time in a bar chart. I want to list the number of Is_full_time in ascending.",original,Bar,hiring,employee_hire_evaluation,mark bar data hiring encoding x is_full_time y aggregate count is_full_time transform group x sort y asc,Is_full_time,none,count Is_full_time,bar,"x=Is_full_time,y=count Is_full_time,color=none",y asc +"For the attribute, Is_full_time and the sum of Employee_ID, show their proportion by a pie chart.",original,Pie,hiring,employee_hire_evaluation,mark arc data hiring encoding x is_full_time y aggregate sum employee_id transform group x,"Is_full_time,Employee_ID",none,sum Employee_ID,arc,"x=Is_full_time,y=sum Employee_ID,color=none",none +"Visualize a scatter chart about the correlation between Shop_ID and Employee_ID, and group by attribute Is_full_time.",original,Grouping Scatter,hiring,employee_hire_evaluation,mark point data hiring encoding x shop_id y aggregate none employee_id transform group is_full_time,"Shop_ID,Employee_ID,Is_full_time",none,none,point,"x=Shop_ID,y=Employee_ID,color=Is_full_time",none +A scatter chart shows the correlation between Shop_ID and Employee_ID.,original,Scatter,hiring,employee_hire_evaluation,mark point data hiring encoding x shop_id y aggregate none employee_id,"Shop_ID,Employee_ID",none,none,point,"x=Shop_ID,y=Employee_ID,color=none",none +"How many companies each investor has invested in? Show me a bar chart, and I want to show Y in asc order.",original,Bar,entrepreneur,entrepreneur,mark bar data entrepreneur encoding x investor y aggregate count investor transform group x sort y asc,Investor,none,count Investor,bar,"x=Investor,y=count Investor,color=none",y asc +Show the number of companies each investor has invested in with a bar chart.,original,Bar,entrepreneur,entrepreneur,mark bar data entrepreneur encoding x investor y aggregate count investor transform group x,Investor,none,count Investor,bar,"x=Investor,y=count Investor,color=none",none +Show the number of companies each investor has invested in with a pie chart.,original,Pie,entrepreneur,entrepreneur,mark arc data entrepreneur encoding x investor y aggregate count investor transform group x,Investor,none,count Investor,arc,"x=Investor,y=count Investor,color=none",none +Give me a histogram for what are the statuses and average populations of each city. List them by the names in desc please.,original,Bar,city,farm,mark bar data city encoding x status y aggregate mean population transform group x sort x desc,"Status,Population",none,mean Population,bar,"x=Status,y=mean Population,color=none",x desc +A bar chart about what are the statuses and average populations of each city.,original,Bar,city,farm,mark bar data city encoding x status y aggregate mean population transform group x,"Status,Population",none,mean Population,bar,"x=Status,y=mean Population,color=none",none +Return a pie chart on what are the statuses and average populations of each city.,original,Pie,city,farm,mark arc data city encoding x status y aggregate mean population transform group x,"Status,Population",none,mean Population,arc,"x=Status,y=mean Population,color=none",none +Draw a scatter chart for what are the low and high estimates of film markets.,original,Scatter,film_market_estimation,film_rank,mark point data film_market_estimation encoding x low_estimate y aggregate none high_estimate,"Low_Estimate,High_Estimate",none,none,point,"x=Low_Estimate,y=High_Estimate,color=none",none +"Draw a bar chart of destination versus the total number, I want to display in desc by the names.",original,Bar,Flight,flight_1,mark bar data flight encoding x destination y aggregate count destination transform group x sort x desc,destination,none,count destination,bar,"x=destination,y=count destination,color=none",x desc +A pie chart showing the number of flights with prices higher than 300 for each destination city.,original,Pie,Flight,flight_1,mark arc data flight encoding x destination y aggregate count destination transform filter price > 300 group x,destination,price gt 300,count destination,arc,"x=destination,y=count destination,color=none",none +"How many flights with a price higher than 300 for each destination city? Return a bar chart, I want to show the X-axis from high to low order.",original,Bar,Flight,flight_1,mark bar data flight encoding x destination y aggregate count destination transform filter price > 300 group x sort x desc,destination,price gt 300,count destination,bar,"x=destination,y=count destination,color=none",x desc +Show the name and distance of all aircraft on a bar chart.,original,Bar,Aircraft,flight_1,mark bar data aircraft encoding x name y aggregate none distance,"name,distance",none,none,bar,"x=name,y=distance,color=none",none +Show how many flights each pilot has flown in a pie chart.,original,Pie,flight,flight_company,mark arc data flight encoding x pilot y aggregate count pilot transform group x,Pilot,none,count Pilot,arc,"x=Pilot,y=count Pilot,color=none",none +Find the ID and location of circuits that belong to France or Belgium. Plot them as a bar chart.,original,Bar,circuits,formula_1,"mark bar data circuits encoding x location y aggregate none circuitid transform filter country = ""france"" or country = ""belgium""","location,circuitId","country = ""France"" or country = ""Belgium""",none,bar,"x=location,y=circuitId,color=none",none +Display a bar chart for what are the IDs and locations of all circuits in France or Belgium. Order in ascending by the total number.,original,Bar,circuits,formula_1,"mark bar data circuits encoding x location y aggregate none circuitid transform filter country = ""france"" or country = ""belgium"" sort y asc","location,circuitId","country = ""France"" or country = ""Belgium""",none,bar,"x=location,y=circuitId,color=none",y asc +"What are the names of races held between 2009 and 2011, count them by a bar chart, showing from high to low by the Y.",original,Bar,races,formula_1,mark bar data races encoding x name y aggregate count name transform filter year between 2009 and 2011 group x sort y desc,name,year gte 2009 and year lte 2011,count name,bar,"x=name,y=count name,color=none",y desc +"What are the names of all races held between 2009 and 2011, and count them by a bar chart?",original,Bar,races,formula_1,mark bar data races encoding x name y aggregate count name transform filter year between 2009 and 2011 group x,name,year gte 2009 and year lte 2011,count name,bar,"x=name,y=count name,color=none",none +Scatter. What are the IDs and total number of hours played for each game?,original,Scatter,Plays_games,game_1,mark point data plays_games encoding x gameid y aggregate sum hours_played transform group x,"GameID,Hours_Played",none,sum Hours_Played,point,"x=GameID,y=sum Hours_Played,color=none",none +"Draw a bar chart of manager names versus how many manager names, and show the total number from low to high.",original,Bar,gas_station,gas_company,mark bar data gas_station encoding x manager_name y aggregate count manager_name transform group x sort y asc,Manager_Name,none,count Manager_Name,bar,"x=Manager_Name,y=count Manager_Name,color=none",y asc +Show the number of gas stations for each manager in a bar chart.,original,Bar,gas_station,gas_company,mark bar data gas_station encoding x manager_name y aggregate count manager_name transform group x,Manager_Name,none,count Manager_Name,bar,"x=Manager_Name,y=count Manager_Name,color=none",none +List the physicians' employee IDs together with their primary affiliation departments' IDs with a scatter chart.,original,Scatter,affiliated_with,hospital_1,mark point data affiliated_with encoding x physician y aggregate none department transform filter primaryaffiliation = 1,"Physician,Department",PrimaryAffiliation = 1,none,point,"x=Physician,y=Department,color=none",none +Group and count the state province attribute of the location table to visualize a bar chart.,original,Bar,locations,hr_1,mark bar data locations encoding x state_province y aggregate count state_province transform group x,STATE_PROVINCE,none,count STATE_PROVINCE,bar,"x=STATE_PROVINCE,y=count STATE_PROVINCE,color=none",none +"What are the job titles, and range of salaries for jobs with a maximum salary between 12000 and 18000? Could you sort by the names in descending?",original,Bar,jobs,hr_1,mark bar data jobs encoding x job_title y aggregate none max_salary - min_salary transform filter max_salary between 12000 and 18000 sort x desc,"JOB_TITLE,MAX_SALARY",MAX_SALARY gte 12000 and MAX_SALARY lte 18000,none,bar,"x=JOB_TITLE,y=MAX_SALARY - MIN_SALARY,color=none",x desc +"A pie chart about what are the job titles, and the range of salaries for jobs with a maximum salary between 12000 and 18000?",original,Pie,jobs,hr_1,mark arc data jobs encoding x job_title y aggregate none max_salary - min_salary transform filter max_salary between 12000 and 18000,"JOB_TITLE,MAX_SALARY",MAX_SALARY gte 12000 and MAX_SALARY lte 18000,none,arc,"x=JOB_TITLE,y=MAX_SALARY - MIN_SALARY,color=none",none +"Please show me how many employees working in different countries using a bar chart, could you list from high to low by the bars?",original,Bar,countries,hr_1,mark bar data countries encoding x country_name y aggregate count country_name transform group x sort x desc,COUNTRY_NAME,none,count COUNTRY_NAME,bar,"x=COUNTRY_NAME,y=count COUNTRY_NAME,color=none",x desc +"You can give me a bar chart, that groups and counts the country name.",original,Bar,countries,hr_1,mark bar data countries encoding x country_name y aggregate count country_name transform group x,COUNTRY_NAME,none,count COUNTRY_NAME,bar,"x=COUNTRY_NAME,y=count COUNTRY_NAME,color=none",none +"You can give me a pie chart, that groups and counts the country name.",original,Pie,countries,hr_1,mark arc data countries encoding x country_name y aggregate count country_name transform group x,COUNTRY_NAME,none,count COUNTRY_NAME,arc,"x=COUNTRY_NAME,y=count COUNTRY_NAME,color=none",none +"What is the number of rooms for each bed type? Show bar chart, I want to show by the x-axis in ascending.",original,Bar,Rooms,inn_1,mark bar data rooms encoding x bedtype y aggregate count bedtype transform group x sort x asc,bedType,none,count bedType,bar,"x=bedType,y=count bedType,color=none",x asc +Show the frequency of the decor of rooms that have a king bed using a pie chart.,original,Pie,Rooms,inn_1,mark arc data rooms encoding x decor y aggregate count decor transform filter bedtype = 'king' group x,decor,"bedType = ""King""",count decor,arc,"x=decor,y=count decor,color=none",none +"Show the minimum of the rooms in different decor using a bar chart, and display by the X-axis from low to high, please.",original,Bar,Rooms,inn_1,mark bar data rooms encoding x decor y aggregate min baseprice transform group x sort x asc,"decor,basePrice",none,min basePrice,bar,"x=decor,y=min basePrice,color=none",x asc +Find the number of records of each policy type and its type code. Visualize by bar chart.,original,Bar,policies,insurance_and_eClaims,mark bar data policies encoding x policy_type_code y aggregate count policy_type_code transform group x,Policy_Type_Code,none,count Policy_Type_Code,bar,"x=Policy_Type_Code,y=count Policy_Type_Code,color=none",none +Find the number of records of each policy type and its type code Visualize by a bar chart. Could you rank the bar in ascending order?,original,Bar,policies,insurance_and_eClaims,mark bar data policies encoding x policy_type_code y aggregate count policy_type_code transform group x sort x asc,Policy_Type_Code,none,count Policy_Type_Code,bar,"x=Policy_Type_Code,y=count Policy_Type_Code,color=none",x asc +Find the number of records of each policy type and its type code. Plot them as a pie chart.,original,Pie,policies,insurance_and_eClaims,mark arc data policies encoding x policy_type_code y aggregate count policy_type_code transform group x,Policy_Type_Code,none,count Policy_Type_Code,arc,"x=Policy_Type_Code,y=count Policy_Type_Code,color=none",none +Compare the frequency of each payment method code using a bar chart.,original,Bar,Payments,insurance_policies,mark bar data payments encoding x payment_method_code y aggregate count payment_method_code transform group x,Payment_Method_Code,none,count Payment_Method_Code,bar,"x=Payment_Method_Code,y=count Payment_Method_Code,color=none",none +What about the proportion of the total amounts of payments by each method code? You can give me a pie chart.,original,Pie,Payments,insurance_policies,mark arc data payments encoding x payment_method_code y aggregate sum amount_payment transform group x,"Payment_Method_Code,Amount_Payment",none,sum Amount_Payment,arc,"x=Payment_Method_Code,y=sum Amount_Payment,color=none",none +Return a trend line to show the average amount of payment by each payment day.,original,Line,Payments,insurance_policies,mark line data payments encoding x date_payment_made y aggregate mean amount_payment transform group x sort x asc,"Date_Payment_Made,Amount_Payment",none,mean Amount_Payment,line,"x=Date_Payment_Made,y=mean Amount_Payment,color=none",x asc +"Which Payments were processed with Visa? Get the payment ID, the date, and the amount for visualizing a scatter chart.",original,Scatter,Payments,insurance_policies,mark point data payments encoding x payment_id y aggregate none amount_payment transform filter payment_method_code = 'visa',"Payment_ID,Amount_Payment",Payment_Method_Code = 'Visa',none,point,"x=Payment_ID,y=Amount_Payment,color=none",none +"Plot data claim settled by the number of date claim settled as a line chart, and list by the X from low to high.",original,Line,Settlements,insurance_policies,mark line data settlements encoding x date_claim_settled y aggregate count date_claim_settled transform group x sort x asc,Date_Claim_Settled,none,count Date_Claim_Settled,line,"x=Date_Claim_Settled,y=count Date_Claim_Settled,color=none",x asc +"Bar chart x-axis name y-axis how many names, and could you sort in ascending by the Y?",original,Bar,editor,journal_committee,mark bar data editor encoding x name y aggregate count name transform group x sort y asc,Name,none,count Name,bar,"x=Name,y=count Name,color=none",y asc +Group and count the name attribute for visualizing a bar chart.,original,Bar,editor,journal_committee,mark bar data editor encoding x name y aggregate count name transform group x,Name,none,count Name,bar,"x=Name,y=count Name,color=none",none +"For each account type, find the average account balance of customers with credit scores lower than 50. Show a pie chart.",original,Pie,customer,loan_1,mark arc data customer encoding x acc_type y aggregate mean acc_bal transform filter credit_score < 50 group x,"acc_type,acc_bal",credit_score lt 50,mean acc_bal,arc,"x=acc_type,y=mean acc_bal,color=none",none +"Compare the number of items in the type of each thing using a bar chart, list in asc by the Y, please.",original,Bar,Things,local_govt_and_lot,mark bar data things encoding x type_of_thing_code y aggregate count type_of_thing_code transform group x sort y asc,Type_of_Thing_Code,none,count Type_of_Thing_Code,bar,"x=Type_of_Thing_Code,y=count Type_of_Thing_Code,color=none",y asc +Compare the number of items in the type of each thing using a bar chart.,original,Bar,Things,local_govt_and_lot,mark bar data things encoding x type_of_thing_code y aggregate count type_of_thing_code transform group x,Type_of_Thing_Code,none,count Type_of_Thing_Code,bar,"x=Type_of_Thing_Code,y=count Type_of_Thing_Code,color=none",none +Just list the resident ID and details in a bar chart.,original,Bar,Residents,local_govt_and_lot,mark bar data residents encoding x other_details y aggregate none resident_id,"other_details,resident_id",none,none,bar,"x=other_details,y=resident_id,color=none",none +Just list the customer event ID and the corresponding move property ID using a scatter.,original,Scatter,customer_events,local_govt_and_lot,mark point data customer_events encoding x customer_event_id y aggregate none property_id,"Customer_Event_ID,property_id",none,none,point,"x=Customer_Event_ID,y=property_id,color=none",none +"List all the participant IDs and their details using a bar chart, and I want to order in asc by the bar.",original,Bar,Participants,local_govt_in_alabama,mark bar data participants encoding x participant_details y aggregate none participant_id transform sort x asc,"Participant_Details,Participant_ID",none,none,bar,"x=Participant_Details,y=Participant_ID,color=none",x asc +"Bar chart x axis event details y axis how many event details, could you order by the y-axis in ascending please?",original,Bar,EVENTS,local_govt_in_alabama,mark bar data events encoding x event_details y aggregate count event_details transform group x sort y asc,Event_Details,none,count Event_Details,bar,"x=Event_Details,y=count Event_Details,color=none",y asc +Group and count details for the events using a bar chart.,original,Bar,EVENTS,local_govt_in_alabama,mark bar data events encoding x event_details y aggregate count event_details transform group x,Event_Details,none,count Event_Details,bar,"x=Event_Details,y=count Event_Details,color=none",none +Group and count details for the events using a pie chart.,original,Pie,EVENTS,local_govt_in_alabama,mark arc data events encoding x event_details y aggregate count event_details transform group x,Event_Details,none,count Event_Details,arc,"x=Event_Details,y=count Event_Details,color=none",none +"For each team, how many technicians are there, could you sort X in ASC order?",original,Bar,technician,machine_repair,mark bar data technician encoding x team y aggregate count team transform group x sort x asc,Team,none,count Team,bar,"x=Team,y=count Team,color=none",x asc +"List the names of technicians whose team is not ""NYY"", count them by a bar chart, and show the x-axis in descending order, please.",original,Bar,technician,machine_repair,"mark bar data technician encoding x name y aggregate count name transform filter team != ""nyy"" group x sort x desc",Name,"Team != ""NYY""",count Name,bar,"x=Name,y=count Name,color=none",x desc +Show different teams of technicians and the number of technicians in each team in a pie chart.,original,Pie,technician,machine_repair,mark arc data technician encoding x team y aggregate count team transform group x,Team,none,count Team,arc,"x=Team,y=count Team,color=none",none +"Display a bar chart for what is the total revenue of companies started by the founder, and display the x-axis from low to high.",original,Bar,manufacturers,manufactory_1,mark bar data manufacturers encoding x founder y aggregate sum revenue transform group x sort x asc,"Founder,Revenue",none,sum Revenue,bar,"x=Founder,y=sum Revenue,color=none",x asc +Please show me a bar chart for visualizing the name and revenue of all manufacturers sorted by their revenue in descending order.,original,Bar,manufacturers,manufactory_1,mark bar data manufacturers encoding x name y aggregate none revenue transform sort y desc,"Name,Revenue",none,none,bar,"x=Name,y=Revenue,color=none",y desc +"Give me a bar chart for the total number of each product type code, could you rank in desc by the X-axis?",original,Bar,Products,solvency_ii,mark bar data products encoding x product_type_code y aggregate count product_type_code transform group x sort x desc,Product_Type_Code,none,count Product_Type_Code,bar,"x=Product_Type_Code,y=count Product_Type_Code,color=none",x desc +What is the total number of different types of codes of products?,original,Bar,Products,solvency_ii,mark bar data products encoding x product_type_code y aggregate count product_type_code transform group x,Product_Type_Code,none,count Product_Type_Code,bar,"x=Product_Type_Code,y=count Product_Type_Code,color=none",none +Show different type codes of products and the number of products with each type code with a pie chart.,original,Pie,Products,solvency_ii,mark arc data products encoding x product_type_code y aggregate count product_type_code transform group x,Product_Type_Code,none,count Product_Type_Code,arc,"x=Product_Type_Code,y=count Product_Type_Code,color=none",none +"Scatter. What are the average prices of products, grouped by manufacturer code?",original,Scatter,Products,manufactory_1,mark point data products encoding x avg(price) y aggregate none manufacturer transform group manufacturer,"Price,Manufacturer",none,avg Price,point,"x=avg Price,y=Manufacturer,color=none",none +Find the component amounts and names of all furniture that have more than 10 components. Show me the proportion of component amounts using a pie chart.,original,Pie,furniture,manufacturer,mark arc data furniture encoding x name y aggregate none num_of_component transform filter num_of_component > 10,"Name,Num_of_Component",Num_of_Component gt 10,none,arc,"x=Name,y=Num_of_Component,color=none",none +"Find the component amounts and names of all furniture that has more than 10 components, and could you order by the y-axis from low to high?",original,Bar,furniture,manufacturer,mark bar data furniture encoding x name y aggregate none num_of_component transform filter num_of_component > 10 sort y asc,"Name,Num_of_Component",Num_of_Component gt 10,none,bar,"x=Name,y=Num_of_Component,color=none",y asc +"Give me a histogram for what is the number of players who have points less than 30 for each position, list by the y-axis in desc, please.",original,Bar,player,sports_competition,mark bar data player encoding x position y aggregate count position transform filter points < 30 group x sort y desc,Position,Points lt 30,count Position,bar,"x=Position,y=count Position,color=none",y desc +What is the proportion of the gender of players?,original,Pie,player,riding_club,mark arc data player encoding x gender y aggregate count gender transform group x,Gender,none,count Gender,arc,"x=Gender,y=count Gender,color=none",none +"Compare the number of players of different occupations using a bar chart, and list the y-axis in descending order.",original,Bar,player,riding_club,mark bar data player encoding x occupation y aggregate count occupation transform group x sort y desc,Occupation,none,count Occupation,bar,"x=Occupation,y=count Occupation,color=none",y desc +"How many players played each position? Plot them as a bar chart, and could you display the y-axis from high to low order?",original,Bar,match_season,match_season,mark bar data match_season encoding x position y aggregate count position transform group x sort y desc,Position,none,count Position,bar,"x=Position,y=count Position,color=none",y desc +Show the draft pick numbers and draft classes of players whose positions are defenders in a bar chart.,original,Bar,match_season,match_season,"mark bar data match_season encoding x draft_class y aggregate none draft_pick_number transform filter position = ""defender""","Draft_Class,Draft_Pick_Number","Position = ""Defender""",none,bar,"x=Draft_Class,y=Draft_Pick_Number,color=none",none +Show the position of players and the corresponding number of players in a pie chart.,original,Pie,match_season,match_season,mark arc data match_season encoding x position y aggregate count position transform group x,Position,none,count Position,arc,"x=Position,y=count Position,color=none",none +"Show the number of brands from each brand, and list the x-axis in descending order.",original,Bar,camera_lens,mountain_photos,mark bar data camera_lens encoding x brand y aggregate count brand transform group x sort x desc,brand,none,count brand,bar,"x=brand,y=count brand,color=none",x desc +Count the brand of each camera lens with a pie chart.,original,Pie,camera_lens,mountain_photos,mark arc data camera_lens encoding x brand y aggregate count brand transform group x,brand,none,count brand,arc,"x=brand,y=count brand,color=none",none +Compare the number of items in each color scheme using a bar chart.,original,Bar,photos,mountain_photos,mark bar data photos encoding x color y aggregate count color transform group x,"color,y",none,count,bar,"x=color,y=count,color=y",none +Please draw a bar chart to show the total number of different colors. Could you rank the Y-axis from low to high order?,original,Bar,photos,mountain_photos,mark bar data photos encoding x color y aggregate count color transform group x sort y asc,"color,y",none,count,bar,"x=color,y=count,color=y",y asc +Group and count the color scheme for all the photos using a pie chart.,original,Pie,photos,mountain_photos,mark arc data photos encoding x color y aggregate count color transform group x,"color,y",none,count,arc,"x=color,y=count,color=y",none +"Can you give me a bar chart to show the name and membership level of the visitors whose membership level is higher than 4, listed in desc by the x-axis, please?",original,Bar,visitor,museum_visit,mark bar data visitor encoding x name y aggregate none level_of_membership transform filter level_of_membership > 4 sort x desc,"Name,Level_of_membership",Level_of_membership gt 4,none,bar,"x=Name,y=Level_of_membership,color=none",x desc +Can you give me a bar chart to show the name and membership level of the visitors whose membership level is higher than 4?,original,Bar,visitor,museum_visit,mark bar data visitor encoding x name y aggregate none level_of_membership transform filter level_of_membership > 4,"Name,Level_of_membership",Level_of_membership gt 4,none,bar,"x=Name,y=Level_of_membership,color=none",none +Find the name and membership level of the visitors whose membership level is higher than 4. Plot them as a pie chart.,original,Pie,visitor,museum_visit,mark arc data visitor encoding x name y aggregate none level_of_membership transform filter level_of_membership > 4,"Name,Level_of_membership",Level_of_membership gt 4,none,arc,"x=Name,y=Level_of_membership,color=none",none +Show me a pie chart for how many songs were released for each format.,original,Pie,files,music_1,mark arc data files encoding x formats y aggregate count formats transform group x,formats,none,count formats,arc,"x=formats,y=count formats,color=none",none +"What is the average rating of songs for each language? Plot them as a bar chart, and could you list from high to low by the total number?",original,Bar,song,music_1,mark bar data song encoding x languages y aggregate mean rating transform group x sort y desc,"languages,rating",none,mean rating,bar,"x=languages,y=mean rating,color=none",y desc +Show me a bar chart for what is the average rating of songs for each language.,original,Bar,song,music_1,mark bar data song encoding x languages y aggregate mean rating transform group x,"languages,rating",none,mean rating,bar,"x=languages,y=mean rating,color=none",none +What is the average rating of songs for each language? Plot them as a pie chart.,original,Pie,song,music_1,mark arc data song encoding x languages y aggregate mean rating transform group x,"languages,rating",none,mean rating,arc,"x=languages,y=mean rating,color=none",none +"What is the category of music festivals with the result ""Awarded""? Count them by a bar chart, showing from low to high by the y-axis.",original,Bar,music_festival,music_4,"mark bar data music_festival encoding x category y aggregate count category transform filter result = ""awarded"" group x sort y asc",Category,"Result = ""Awarded""",count Category,bar,"x=Category,y=count Category,color=none",y asc +"What are the categories of music festivals with the result ""Awarded""? Count them by a pie chart.",original,Pie,music_festival,music_4,"mark arc data music_festival encoding x category y aggregate count category transform filter result = ""awarded"" group x",Category,"Result = ""Awarded""",count Category,arc,"x=Category,y=count Category,color=none",none +Return the results of all music festivals using a pie chart.,original,Pie,music_festival,music_4,mark arc data music_festival encoding x result y aggregate count result transform group x,Result,none,count Result,arc,"x=Result,y=count Result,color=none",none +"For all artists' names who are not from the United States, show the total number of each year with a bar chart, I want to display the Y-axis from low to high order, please.",original,Bar,artist,theme_gallery,mark bar data artist encoding x year_join y aggregate count year_join transform filter country != 'united states' group x sort y asc,Year_Join,Country != 'United States',count Year_Join,bar,"x=Year_Join,y=count Year_Join,color=none",y asc +Show all countries with a pie chart.,original,Pie,artist,theme_gallery,mark arc data artist encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +"For artist names who are not from the United States, show me a stack in which the x-axis is the Year_Join and the group by name in Y, I want to rank the y-axis from low to high order.",original,Stacked Bar,artist,theme_gallery,mark bar data artist encoding x year_join y aggregate count year_join transform filter country != 'united states' group name sort y asc,"Year_Join,Name",Country != 'United States',count Year_Join,bar,"x=Year_Join,y=count Year_Join,color=Name",y asc +"Show the names and average grades of each high schooler with a bar chart, and I want to rank by the bars in descending.",original,Bar,Highschooler,network_1,mark bar data highschooler encoding x name y aggregate mean grade transform group x sort x desc,"name,grade",none,mean grade,bar,"x=name,y=mean grade,color=none",x desc +Show the names and average grades of each high schooler with a bar chart.,original,Bar,Highschooler,network_1,mark bar data highschooler encoding x name y aggregate mean grade transform group x,"name,grade",none,mean grade,bar,"x=name,y=mean grade,color=none",none +Draw a bar chart for what is the average age of males for different job titles. and sort in desc by the x-axis.,original,Bar,Person,network_2,mark bar data person encoding x job y aggregate mean age transform filter gender = 'male' group x sort x desc,"job,age",gender = 'male',mean age,bar,"x=job,y=mean age,color=none",x desc +Find the number of people who are under 40 for each gender.,original,Bar,Person,network_2,mark bar data person encoding x gender y aggregate count gender transform filter age < 40 group x,gender,age lt 40,count gender,bar,"x=gender,y=count gender,color=none",none +"A bar chart about the nationalities and average ages of journalists, and the y-axis from high to low order.",original,Bar,journalist,news_report,mark bar data journalist encoding x nationality y aggregate mean age transform group x sort y desc,"Nationality,Age",none,mean Age,bar,"x=Nationality,y=mean Age,color=none",y desc +Show the different nationalities and the number of journalists of each nationality in a bar chart.,original,Bar,journalist,news_report,mark bar data journalist encoding x nationality y aggregate count nationality transform group x,Nationality,none,count Nationality,bar,"x=Nationality,y=count Nationality,color=none",none +"Plot how many ministers are grouped by the minister as a bar graph, and order by the Minister in ascending.",original,Bar,party,party_people,mark bar data party encoding x minister y aggregate count minister transform group x sort x asc,Minister,none,count Minister,bar,"x=Minister,y=count Minister,color=none",x asc +Give me a bar chart that groups them by location and counts them.,original,Bar,party,party_host,mark bar data party encoding x location y aggregate count location transform group x,Location,none,count Location,bar,"x=Location,y=count Location,color=none",none +Show the proportion of all ministers using a pie chart.,original,Pie,party,party_people,mark arc data party encoding x minister y aggregate count minister transform group x,Minister,none,count Minister,arc,"x=Minister,y=count Minister,color=none",none +How many hosts does each nationality have? List the nationality and the count. Visualize by bar chart. Could you list them in ascending order by the y-axis?,original,Bar,HOST,party_host,mark bar data host encoding x nationality y aggregate count nationality transform group x sort y asc,Nationality,none,count Nationality,bar,"x=Nationality,y=count Nationality,color=none",y asc +Show different nationalities along with the number of hosts of each nationality in a bar chart.,original,Bar,HOST,party_host,mark bar data host encoding x nationality y aggregate count nationality transform group x,Nationality,none,count Nationality,bar,"x=Nationality,y=count Nationality,color=none",none +Show different nationalities along with the number of hosts of each nationality by a pie chart.,original,Pie,HOST,party_host,mark arc data host encoding x nationality y aggregate count nationality transform group x,Nationality,none,count Nationality,arc,"x=Nationality,y=count Nationality,color=none",none +"Bar chart x-axis location y-axis how many locations, and rank by the bars in asc.",original,Bar,performance,performance_attendance,mark bar data performance encoding x location y aggregate count location transform group x sort x asc,Location,none,count Location,bar,"x=Location,y=count Location,color=none",x asc +How many performances are in each location? Show me the proportion using a pie chart.,original,Pie,performance,performance_attendance,mark arc data performance encoding x location y aggregate count location transform group x,Location,none,count Location,arc,"x=Location,y=count Location,color=none",none +Visualize a bar chart of the countries of perpetrators. Show each country and the corresponding number of perpetrators there. I want to rank them by the X-axis from low to high.,original,Bar,perpetrator,perpetrator,mark bar data perpetrator encoding x country y aggregate count country transform group x sort x asc,Country,none,count Country,bar,"x=Country,y=count Country,color=none",x asc +What are the countries of the perpetrators? Show each country and the corresponding number of perpetrators there.,original,Pie,perpetrator,perpetrator,mark arc data perpetrator encoding x country y aggregate count country transform group x,Country,none,count Country,arc,"x=Country,y=count Country,color=none",none +"What is the average weight for each type of pet? Show the bar chart, and could you display it in ascending by the bars?",original,Bar,pets,pets_1,mark bar data pets encoding x pettype y aggregate mean weight transform group x sort x asc,"PetType,weight",none,mean weight,bar,"x=PetType,y=mean weight,color=none",x asc +Give me a pie to show the average pet age from different pet types.,original,Pie,pets,pets_1,mark arc data pets encoding x pettype y aggregate mean pet_age transform group x,"PetType,pet_age",none,mean pet_age,arc,"x=PetType,y=mean pet_age,color=none",none +"Bar graph to show mean memory in g from different carriers; sort X-axis from high to low order, please.",original,Bar,phone,phone_market,mark bar data phone encoding x carrier y aggregate mean memory_in_g transform group x sort x desc,"Carrier,Memory_in_G",none,mean Memory_in_G,bar,"x=Carrier,y=mean Memory_in_G,color=none",x desc +A bar chart about what the memories and carriers of phones are.,original,Bar,phone,phone_market,mark bar data phone encoding x carrier y aggregate mean memory_in_g transform group x,"Carrier,Memory_in_G",none,mean Memory_in_G,bar,"x=Carrier,y=mean Memory_in_G,color=none",none +What is the proportion of carriers of phones?,original,Pie,phone,phone_market,mark arc data phone encoding x carrier y aggregate count carrier transform group x,Carrier,none,count Carrier,arc,"x=Carrier,y=count Carrier,color=none",none +"Bar chart of the number of positions from each position, list by the names in desc.",original,Bar,pilot,pilot_record,mark bar data pilot encoding x position y aggregate count position transform group x sort x desc,Position,none,count Position,bar,"x=Position,y=count Position,color=none",x desc +Show me a pie chart showing the different nationalities of pilots. Show each nationality and the number of pilots of each nationality.,original,Pie,pilot,pilot_record,mark arc data pilot encoding x nationality y aggregate count nationality transform group x,Nationality,none,count Nationality,arc,"x=Nationality,y=count Nationality,color=none",none +List the final tables made and the best finishes of poker players in a scatter chart.,original,Scatter,poker_player,poker_player,mark point data poker_player encoding x final_table_made y aggregate none best_finish,"Final_Table_Made,Best_Finish",none,none,point,"x=Final_Table_Made,y=Best_Finish,color=none",none +Which catalog contents have a price above 700 dollars? Show their catalogue entry names and capacities with a pie chart.,original,Pie,Catalog_Contents,product_catalog,mark arc data catalog_contents encoding x catalog_entry_name y aggregate none capacity transform filter price_in_dollars > 700,"catalog_entry_name,capacity",price_in_dollars gt 700,none,arc,"x=catalog_entry_name,y=capacity,color=none",none +"Find the total rating ratio for each channel owner. Visualize by bar chart. Display the Y-axis from low to high order, please.",original,Bar,channel,program_share,mark bar data channel encoding x owner y aggregate sum rating_in_percent transform group x sort y asc,"Owner,Rating_in_percent",none,sum Rating_in_percent,bar,"x=Owner,y=sum Rating_in_percent,color=none",y asc +Return a pie chart on the total rating of the channel for each channel owner.,original,Pie,channel,program_share,mark arc data channel encoding x owner y aggregate sum rating_in_percent transform group x,"Owner,Rating_in_percent",none,sum Rating_in_percent,arc,"x=Owner,y=sum Rating_in_percent,color=none",none +"Bar chart x-axis type y-axis total enrollment number, and could you sort bars in asc order?",original,Bar,institution,protein_institute,mark bar data institution encoding x type y aggregate sum enrollment transform group x sort x asc,"Type,Enrollment",none,sum Enrollment,bar,"x=Type,y=sum Enrollment,color=none",x asc +Please give me a bar chart showing institution types and the total enrollment for each type.,original,Bar,institution,protein_institute,mark bar data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,bar,"x=Type,y=sum Enrollment,color=none",none +Please compare the total enrollment for each type using a bar chart.,original,Bar,institution,protein_institute,mark bar data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,bar,"x=Type,y=sum Enrollment,color=none",none +Bar chart x axis type y axis total number of enrollment.,original,Bar,institution,protein_institute,mark bar data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,bar,"x=Type,y=sum Enrollment,color=none",none +Please give me a pie chart showing institution types and the total enrollment for each type.,original,Pie,institution,protein_institute,mark arc data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,arc,"x=Type,y=sum Enrollment,color=none",none +Please tell me the proportion of total enrollment for each type using a pie chart.,original,Pie,institution,protein_institute,mark arc data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,arc,"x=Type,y=sum Enrollment,color=none",none +Give me a pie to show the sum enrollment from different types.,original,Pie,institution,protein_institute,mark arc data institution encoding x type y aggregate sum enrollment transform group x,"Type,Enrollment",none,sum Enrollment,arc,"x=Type,y=sum Enrollment,color=none",none +"Return a bar chart with the name as the X-axis and the number of floors for all buildings as the Y-axis, and ordered by the number of floors.",original,Bar,building,protein_institute,mark bar data building encoding x name y aggregate none floors transform sort y,"Name,Floors",none,none,bar,"x=Name,y=Floors,color=none",y asc +Please compare the number of floors for all building names using a bar chart and order by the number of floors.,original,Bar,building,protein_institute,mark bar data building encoding x name y aggregate none floors transform sort y,"Name,Floors",none,none,bar,"x=Name,y=Floors,color=none",y asc +Show the race class and number of races in each class in a pie chart.,original,Pie,race,race_track,mark arc data race encoding x class y aggregate count class transform group x,Class,none,count Class,arc,"x=Class,y=count Class,color=none",none +Show the race class and number of races in each class.,original,Pie,race,race_track,mark arc data race encoding x class y aggregate count class transform group x,Class,none,count Class,arc,"x=Class,y=count Class,color=none",none +Display a pie chart for the different classes of races and how many races correspond to each.,original,Pie,race,race_track,mark arc data race encoding x class y aggregate count class transform group x,Class,none,count Class,arc,"x=Class,y=count Class,color=none",none +Visualize a pie chart with the different classes of races and how many races correspond to each.,original,Pie,race,race_track,mark arc data race encoding x class y aggregate count class transform group x,Class,none,count Class,arc,"x=Class,y=count Class,color=none",none +"What are the different classes of races, and how many races correspond to each? Show the proportion.",original,Pie,race,race_track,mark arc data race encoding x class y aggregate count class transform group x,Class,none,count Class,arc,"x=Class,y=count Class,color=none",none +Compute the total number across the class as a pie chart.,original,Pie,race,race_track,mark arc data race encoding x class y aggregate count class transform group x,Class,none,count Class,arc,"x=Class,y=count Class,color=none",none +"Show names and seatings, ordered by seating for all tracks opened after 2000 in a bar chart.",original,Bar,track,race_track,mark bar data track encoding x name y aggregate none seating transform filter year_opened > 2000 sort y,"Name,Seating",Year_Opened gt 2000,none,bar,"x=Name,y=Seating,color=none",y asc +"Show names and seatings, ordered by seating for all tracks opened these days. Plot them as a bar chart.",original,Bar,track,race_track,mark bar data track encoding x name y aggregate none seating transform filter year_opened > 2000 sort y,"Name,Seating",Year_Opened gt 2000,none,bar,"x=Name,y=Seating,color=none",y asc +"Return the number of the date of birth for all the guests with the gender code ""Male"".",original,Line,Guests,apartment_rentals,"mark line data guests encoding x date_of_birth y aggregate count date_of_birth transform filter gender_code = ""male"" bin x by year",date_of_birth,"gender_code = ""Male""",count date_of_birth,line,"x=date_of_birth,y=count date_of_birth,color=none",none +"How many mills of the 'Grondzeiler' type are built each year? Give me the trend, and list the x-axis from low to high order.",original,Line,mill,architecture,mark line data mill encoding x built_year y aggregate count built_year transform filter type = 'grondzeiler' sort x asc bin x by year,built_year,type = 'Grondzeiler',count built_year,line,"x=built_year,y=count built_year,color=none",x asc +How many mills of the 'Grondzeiler' type are built each year? Give me the trend.,original,Line,mill,architecture,mark line data mill encoding x built_year y aggregate count built_year transform filter type = 'grondzeiler' bin x by year,built_year,type = 'Grondzeiler',count built_year,line,"x=built_year,y=count built_year,color=none",none +Return a line chart on how many players enter hall of fame each year.,original,Line,hall_of_fame,baseball_1,mark line data hall_of_fame encoding x yearid y aggregate count yearid transform group x,yearid,none,count yearid,line,"x=yearid,y=count yearid,color=none",none +count yearid for visualizing a line chart.,original,Line,hall_of_fame,baseball_1,mark line data hall_of_fame encoding x yearid y aggregate count yearid transform bin x by year,yearid,none,count yearid,line,"x=yearid,y=count yearid,color=none",none +"For each year, return the year and the average number of attendance at home games. ",original,Line,home_game,baseball_1,mark line data home_game encoding x year y aggregate mean attendance transform group x,"year,attendance",none,mean attendance,line,"x=year,y=mean attendance,color=none",none +How many home games by each year (bin the year attr into weekdays interval)? Give me a line chart.,original,Line,home_game,baseball_1,mark line data home_game encoding x year y aggregate count year transform bin x by year,year,none,count year,line,"x=year,y=count year,color=none",none +Show me the trend about monthly_rental over date_address_from with a line chart.,original,Line,Student_Addresses,behavior_monitoring,mark line data student_addresses encoding x date_address_from y aggregate none monthly_rental transform sort y desc,"date_address_from,monthly_rental",none,none,line,"x=date_address_from,y=monthly_rental,color=none",y desc +"What are the dates with a maximum temperature higher than 85, and count them by a line chart.",original,Line,weather,bike_1,mark line data weather encoding x date y aggregate count date transform filter max_temperature_f > 85 group x,date,max_temperature_f gt 85,count date,line,"x=date,y=count date,color=none",none +A line chart for what are the number of dates in which the mean sea level pressure was between 30.3 and 31.,original,Line,weather,bike_1,mark line data weather encoding x date y aggregate count date transform filter mean_sea_level_pressure_inches between 30.3 and 31 group x,date,mean_sea_level_pressure_inches gte 30.3 and mean_sea_level_pressure_inches lte 31,count date,line,"x=date,y=count date,color=none",none +Please show the trend about the number of days with max temperature reaching 80 change over dates.,original,Line,weather,bike_1,mark line data weather encoding x date y aggregate count date transform filter max_temperature_f >= 80 group x,date,max_temperature_f gte 80,count date,line,"x=date,y=count date,color=none",none +Show the number of stations installed change over the installation date of in station table using a line chart.,original,Line,station,bike_1,mark line data station encoding x installation_date y aggregate count installation_date transform group x,installation_date,none,count installation_date,line,"x=installation_date,y=count installation_date,color=none",none +Show how many cinemas are open for each year in a line chart.,original,Line,cinema,cinema,mark line data cinema encoding x openning_year y aggregate count openning_year transform bin x by year,Openning_year,none,count Openning_year,line,"x=Openning_year,y=count Openning_year,color=none",none +Can you draw the trend of the average of capacity over the openning year? display X from low to high order.,original,Line,cinema,cinema,mark line data cinema encoding x openning_year y aggregate mean capacity transform sort x asc bin x by year,"Openning_year,Capacity",none,mean Capacity,line,"x=Openning_year,y=mean Capacity,color=none",x asc +Tell me the average capacity of cinemas open for each year in a line chart.,original,Line,cinema,cinema,mark line data cinema encoding x openning_year y aggregate mean capacity transform bin x by year,"Openning_year,Capacity",none,mean Capacity,line,"x=Openning_year,y=mean Capacity,color=none",none +Plot the average budget in billions over creation in a line chart.,original,Line,department,department_management,mark line data department encoding x creation y aggregate mean budget_in_billions transform group x,"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 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 sum budget_in_billions transform bin x by year,"Creation,Budget_in_Billions",none,sum Budget_in_Billions,line,"x=Creation,y=sum Budget_in_Billions,color=none",none +"List the number of documents for each receipt date and bin by year with a line chart, order by the X in ascending.",original,Line,Documents,cre_Doc_Control_Systems,mark line data documents encoding x receipt_date y aggregate count receipt_date transform sort x asc bin x by year,receipt_date,none,count receipt_date,line,"x=receipt_date,y=count receipt_date,color=none",x asc +List the number of documents for each receipt date and bin by year with a line chart.,original,Line,Documents,cre_Doc_Control_Systems,mark line data documents encoding x receipt_date y aggregate count receipt_date transform bin x by year,receipt_date,none,count receipt_date,line,"x=receipt_date,y=count receipt_date,color=none",none +Show the number of documents in different starting dates. Bin starting date by year interval and group by location code with a group line chart.,original,Grouping Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_location_from y aggregate count date_in_location_from color location_code transform bin x by year,"Date_in_Location_From,Location_Code",none,count Date_in_Location_From,line,"x=Date_in_Location_From,y=count Date_in_Location_From,color=Location_Code",none +Show the number of documents with different ending dates and bin ending dates by year interval with a line chart.,original,Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_locaton_to y aggregate count date_in_locaton_to transform bin x by year,Date_in_Locaton_To,none,count Date_in_Locaton_To,line,"x=Date_in_Locaton_To,y=count Date_in_Locaton_To,color=none",none +Show the number of documents with different starting dates and bin starting dates by year interval with a line chart.,original,Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_location_from y aggregate count date_in_location_from transform bin x by year,Date_in_Location_From,none,count Date_in_Location_From,line,"x=Date_in_Location_From,y=count Date_in_Location_From,color=none",none +How many documents in different ending dates? Return a line chart grouping by ending date.,original,Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_locaton_to y aggregate count date_in_locaton_to transform group x,Date_in_Locaton_To,none,count Date_in_Locaton_To,line,"x=Date_in_Locaton_To,y=count Date_in_Locaton_To,color=none",none +I want to see the trend of the number of date in location to over date in location to by Location_Code.,original,Grouping Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_locaton_to y aggregate count date_in_locaton_to color location_code transform group x,"Date_in_Locaton_To,Location_Code",none,count Date_in_Locaton_To,line,"x=Date_in_Locaton_To,y=count Date_in_Locaton_To,color=Location_Code",none +Show the number of documents with different ending dates. Bin ending date by year interval and group by location code with a group line chart.,original,Grouping Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_locaton_to y aggregate count date_in_locaton_to color location_code transform bin x by year,"Date_in_Locaton_To,Location_Code",none,count Date_in_Locaton_To,line,"x=Date_in_Locaton_To,y=count Date_in_Locaton_To,color=Location_Code",none +"Show the number of documents with different starting date and group by starting date with a line chart, list by the X from low to high.",original,Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_location_from y aggregate count date_in_location_from transform group x sort x asc,Date_in_Location_From,none,count Date_in_Location_From,line,"x=Date_in_Location_From,y=count Date_in_Location_From,color=none",x asc +How many documents in different starting dates? Return a line chart grouping by starting date.,original,Line,Document_locations,cre_Doc_Tracking_DB,mark line data document_locations encoding x date_in_location_from y aggregate count date_in_location_from transform group x,Date_in_Location_From,none,count Date_in_Location_From,line,"x=Date_in_Location_From,y=count Date_in_Location_From,color=none",none +Plot calendar date by how many calendar date as a line chart.,original,Line,Ref_calendar,cre_Doc_Tracking_DB,mark line data ref_calendar encoding x calendar_date y aggregate count calendar_date transform bin x by year,Calendar_Date,none,count Calendar_Date,line,"x=Calendar_Date,y=count Calendar_Date,color=none",none +How many accounts are opened in each year? Show a line chart.,original,Line,Accounts,customers_and_invoices,mark line data accounts encoding x date_account_opened y aggregate count date_account_opened transform bin x by year,date_account_opened,none,count date_account_opened,line,"x=date_account_opened,y=count date_account_opened,color=none",none +List the number of the order dates of all the bookings.,original,Line,BOOKINGS,cre_Drama_Workshop_Groups,mark line data bookings encoding x order_date y aggregate count order_date transform bin x by year,Order_Date,none,count Order_Date,line,"x=Order_Date,y=count Order_Date,color=none",none +Can you draw the trend of the number of actual delivery date over the actual delivery date?,original,Line,BOOKINGS,cre_Drama_Workshop_Groups,mark line data bookings encoding x actual_delivery_date y aggregate count actual_delivery_date transform bin x by year,Actual_Delivery_Date,none,count Actual_Delivery_Date,line,"x=Actual_Delivery_Date,y=count Actual_Delivery_Date,color=none",none +What is the number of distinct visit dates?,original,Line,VISITS,cre_Theme_park,mark line data visits encoding x visit_date y aggregate count visit_date transform bin x by year,Visit_Date,none,count Visit_Date,line,"x=Visit_Date,y=count Visit_Date,color=none",none +"When are the birthdays of customers who are classified as 'Good Customer' status, and count them by a line chart.",original,Line,Customers,driving_school,mark line data customers encoding x date_of_birth y aggregate count date_of_birth transform filter customer_status_code = 'good customer' bin x by year,date_of_birth,customer_status_code = 'Good Customer',count date_of_birth,line,"x=date_of_birth,y=count date_of_birth,color=none",none +"Find the dates of the tests taken with the result ""Pass"", and count them by a line chart.",original,Line,Student_Tests_Taken,e_learning,"mark line data student_tests_taken encoding x date_test_taken y aggregate count date_test_taken transform filter test_result = ""pass"" bin x by day",date_test_taken,"test_result = ""Pass""",count date_test_taken,line,"x=date_test_taken,y=count date_test_taken,color=none",none +How many completed students each day? Return a line chart grouping by date of completion.,original,Line,Student_Course_Enrolment,e_learning,mark line data student_course_enrolment encoding x date_of_completion y aggregate count date_of_completion transform group x,date_of_completion,none,count date_of_completion,line,"x=date_of_completion,y=count date_of_completion,color=none",none +"Show me the trend about the amount of Start_from over Start_from bin start_from by time with a line chart, sort from low to high by the x-axis.",original,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate count start_from transform sort x asc bin x by year,Start_from,none,count Start_from,line,"x=Start_from,y=count Start_from,color=none",x asc +"Draw a line chart about the change of Employee_ID over Start_from, and order the X-axis from low to high order, please.",original,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate none employee_id transform sort x asc,"Start_from,Employee_ID",none,none,line,"x=Start_from,y=Employee_ID,color=none",x asc +"Give me the trend about the average of Shop_ID over Start_from, and group by attribute Is_full_time and bin start_from by time.",original,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate mean shop_id color is_full_time transform bin x by year,"Start_from,Shop_ID,Is_full_time",none,mean Shop_ID,line,"x=Start_from,y=mean Shop_ID,color=Is_full_time",none +"Give me the trend about the amount of Start_from over Start_from, and group by attribute Is_full_time and bin start_from by time.",original,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate count start_from color is_full_time transform bin x by year,"Start_from,Is_full_time",none,count Start_from,line,"x=Start_from,y=count Start_from,color=Is_full_time",none +Visualize a line chart about the change of the amount of Start_from over Start_from bin start_from by time.,original,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate count start_from transform bin x by year,Start_from,none,count Start_from,line,"x=Start_from,y=count Start_from,color=none",none +Visualize a line chart about the change of Employee_ID over Start_from.,original,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate none employee_id,"Start_from,Employee_ID",none,none,line,"x=Start_from,y=Employee_ID,color=none",none +"Give me the trend about the sum of Shop_ID over Start_from, and group by attribute Is_full_time and bin start_from by time.",original,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum shop_id color is_full_time transform bin x by year,"Start_from,Shop_ID,Is_full_time",none,sum Shop_ID,line,"x=Start_from,y=sum Shop_ID,color=Is_full_time",none +"For the average of Employee_ID, Start_from, visualize the trend, and order in asc by the X-axis.",original,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate mean employee_id transform sort x asc bin x by year,"Start_from,Employee_ID",none,mean Employee_ID,line,"x=Start_from,y=mean Employee_ID,color=none",x asc +Give me the trend about the average 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 mean employee_id transform bin x by year,"Start_from,Employee_ID",none,mean Employee_ID,line,"x=Start_from,y=mean Employee_ID,color=none",none +"Draw a line chart about the change of the sum of Shop_ID over Start_from, and group by attribute Is_full_time and bin start_from by time, and I want to list in ascending by the x-axis.",original,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum shop_id color is_full_time transform sort x asc bin x by year,"Start_from,Shop_ID,Is_full_time",none,sum Shop_ID,line,"x=Start_from,y=sum Shop_ID,color=Is_full_time",x asc +"For the sum of Employee_ID, and Start_from, visualize the trend.",original,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum employee_id color is_full_time transform bin x by year,"Start_from,Employee_ID,Is_full_time",none,sum Employee_ID,line,"x=Start_from,y=sum Employee_ID,color=Is_full_time",none +"Return a line chart about the change of the amount of Start_from over Start_from, and group by attribute Is_full_time and bin start_from by time, and could you rank by the Start_from from low to high?",original,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate count start_from color is_full_time transform sort x asc bin x by year,"Start_from,Is_full_time",none,count Start_from,line,"x=Start_from,y=count Start_from,color=Is_full_time",x asc +"Plot the total number of shop id over start from in a line chart, list by the x-axis in asc.",original,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum shop_id transform sort x asc bin x by year,"Start_from,Shop_ID",none,sum Shop_ID,line,"x=Start_from,y=sum Shop_ID,color=none",x asc +Show me about the change of Shop_ID over Start_from in a line chart.,original,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate none shop_id,"Start_from,Shop_ID",none,none,line,"x=Start_from,y=Shop_ID,color=none",none +"For the sum of Shop_ID, and Start_from, visualize the trend.",original,Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate sum shop_id transform bin x by year,"Start_from,Shop_ID",none,sum Shop_ID,line,"x=Start_from,y=sum Shop_ID,color=none",none +"Show me the trend about the average of Employee_ID over Start_from, and group by attribute Is_full_time and bin start_from by time with a line chart.",original,Grouping Line,hiring,employee_hire_evaluation,mark line data hiring encoding x start_from y aggregate mean employee_id color is_full_time transform bin x by year,"Start_from,Employee_ID,Is_full_time",none,mean Employee_ID,line,"x=Start_from,y=mean Employee_ID,color=Is_full_time",none +Return a line chart about the change of the average of Shop_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 mean shop_id transform bin x by year,"Start_from,Shop_ID",none,mean Shop_ID,line,"x=Start_from,y=mean Shop_ID,color=none",none +"I want to see the trend of the number of seasons over the season by Away_team, listed by the x-axis in ascending.",original,Grouping Line,game,game_injury,mark line data game encoding x season y aggregate count season color away_team transform sort x asc bin x by year,"Season,Away_team",none,count Season,line,"x=Season,y=count Season,color=Away_team",x asc +"I want to see the trend of the number of seasons by season, and order by the X-axis in ascending.",original,Line,game,game_injury,mark line data game encoding x season y aggregate count season transform group x sort x asc,Season,none,count Season,line,"x=Season,y=count Season,color=none",x asc +List the number of games in each season and group by away team in a group line chart.,original,Grouping Line,game,game_injury,mark line data game encoding x season y aggregate count season color away_team transform group x,"Season,Away_team",none,count Season,line,"x=Season,y=count Season,color=Away_team",none + List the number of games in each season with a line chart.,original,Line,game,game_injury,mark line data game encoding x season y aggregate count season transform bin x by year,Season,none,count Season,line,"x=Season,y=count Season,color=none",none +Show the number of games in each season and group by away team in a group line chart. The x-axis is the season.,original,Grouping Line,game,game_injury,mark line data game encoding x season y aggregate count season color away_team transform bin x by year,"Season,Away_team",none,count Season,line,"x=Season,y=count Season,color=Away_team",none +List the number of games in each season with a line chart.,original,Line,game,game_injury,mark line data game encoding x season y aggregate count season transform group x,Season,none,count Season,line,"x=Season,y=count Season,color=none",none +The trend about the number of seasons of different Home_team over the season.,original,Grouping Line,game,game_injury,mark line data game encoding x season y aggregate count season color home_team transform bin x by year,"Season,Home_team",none,count Season,line,"x=Season,y=count Season,color=Home_team",none +"For those employees who were hired before 2002-06-21, a line chart shows the change of employee_id over hire_date. ",original,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none employee_id transform filter hire_date < '2002-06-21',"HIRE_DATE,EMPLOYEE_ID",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=EMPLOYEE_ID,color=none",none +"For those employees whose salary is in the range of 8000 and 12000 and whose commission is not null or whose department number is not equal to 40, show me the trend about manager_id over hire_date with a line chart.",original,Line,employees,hr_1,"mark line data employees encoding x hire_date y aggregate none manager_id transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","HIRE_DATE,MANAGER_ID","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,line,"x=HIRE_DATE,y=MANAGER_ID,color=none",none +"For those employees whose salary is in the range of 8000 and 12000 and whose commission is not null or whose department number is not equal to 40, give me the trend about employee_id over hire_date.",original,Line,employees,hr_1,"mark line data employees encoding x hire_date y aggregate none employee_id transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","HIRE_DATE,EMPLOYEE_ID","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,line,"x=HIRE_DATE,y=EMPLOYEE_ID,color=none",none +"For those employees whose salary is in the range of 8000 and 12000 and whose commission is not null or whose department number is not equal to 40, show me the change of commission_pct over hire_date in a line chart.",original,Line,employees,hr_1,"mark line data employees encoding x hire_date y aggregate none commission_pct transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","HIRE_DATE,COMMISSION_PCT","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,line,"x=HIRE_DATE,y=COMMISSION_PCT,color=none",none +"Line chart, the X is the hire date of employees and the Y-axis is the corresponding salary.",original,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none salary,"HIRE_DATE,SALARY",none,none,line,"x=HIRE_DATE,y=SALARY,color=none",none +"For those employees who were hired before 2002-06-21, show me the trend about commission_pct over hire_date with a line chart.",original,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none commission_pct transform filter hire_date < '2002-06-21',"HIRE_DATE,COMMISSION_PCT",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=COMMISSION_PCT,color=none",none +"For those employees who were hired before 2002-06-21, show me the trend about commission_pct over hire_date with a line chart, and could you display the x-axis in ascending order?",original,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none commission_pct transform filter hire_date < '2002-06-21' sort x asc,"HIRE_DATE,COMMISSION_PCT",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=COMMISSION_PCT,color=none",x asc +"For those employees who were hired before 2002-06-21, show me the change of department_id over hire_date in a line chart.",original,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none department_id transform filter hire_date < '2002-06-21',"HIRE_DATE,DEPARTMENT_ID",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=DEPARTMENT_ID,color=none",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, a line chart shows the trend of salary over hire_date.",original,Line,employees,hr_1,"mark line data employees encoding x hire_date y aggregate none salary transform filter salary between 8000 and 12000 and commission_pct != ""null"" or department_id != 40","HIRE_DATE,SALARY","SALARY gte 8000 and SALARY lte 12000 and COMMISSION_PCT != ""null"" or DEPARTMENT_ID != 40",none,line,"x=HIRE_DATE,y=SALARY,color=none",none +"For those employees who were hired before 2002-06-21, a line chart shows the change in salary over hire_date.",original,Line,employees,hr_1,mark line data employees encoding x hire_date y aggregate none salary transform filter hire_date < '2002-06-21',"HIRE_DATE,SALARY",HIRE_DATE lt '2002-06-21',none,line,"x=HIRE_DATE,y=SALARY,color=none",none +Return a trend line by sorting the payment day in ascending order to show the total amount of payment by each payment day.,original,Line,Payments,insurance_policies,mark line data payments encoding x date_payment_made y aggregate sum amount_payment transform group x sort x asc,"Date_Payment_Made,Amount_Payment",none,sum Amount_Payment,line,"x=Date_Payment_Made,y=sum Amount_Payment,color=none",x asc +"Show the trend about the average amount of each payment on the payment day, line chart. Note that, you should order the payment day in ascending order.",original,Line,Payments,insurance_policies,mark line data payments encoding x date_payment_made y aggregate mean amount_payment transform group x sort x asc,"Date_Payment_Made,Amount_Payment",none,mean Amount_Payment,line,"x=Date_Payment_Made,y=mean Amount_Payment,color=none",x asc +"Show me the trend using a line chart that group and count payment dates, and then sort the bars in ascending order of date.",original,Line,Payments,insurance_policies,mark line data payments encoding x date_payment_made y aggregate count date_payment_made transform group x sort x asc,Date_Payment_Made,none,count Date_Payment_Made,line,"x=Date_Payment_Made,y=count Date_Payment_Made,color=none",x asc +Tell me the trend about the claim dates using a trend line.,original,Line,Settlements,insurance_policies,mark line data settlements encoding x date_claim_settled y aggregate count date_claim_settled transform group x,Date_Claim_Settled,none,count Date_Claim_Settled,line,"x=Date_Claim_Settled,y=count Date_Claim_Settled,color=none",none +Plot the date of the latest revision by the number of dates of the latest revision as a line chart.,original,Line,Catalogs,product_catalog,mark line data catalogs encoding x date_of_latest_revision y aggregate count date_of_latest_revision transform bin x by month,date_of_latest_revision,none,count date_of_latest_revision,line,"x=date_of_latest_revision,y=count date_of_latest_revision,color=none",none +When do all the researcher role staff start to work? 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_from y aggregate count date_from transform bin x by year,date_from,none,count date_from,line,"x=date_from,y=count date_from,color=none",none +"What are the dates of transactions with at least 100 share count or amount bigger than 100, and count them by a line chart.",original,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate count date_of_transaction transform filter share_count >= 100 or amount_of_transaction >= 100 bin x by year,date_of_transaction,share_count gte 100 or amount_of_transaction gte 100,count date_of_transaction,line,"x=date_of_transaction,y=count date_of_transaction,color=none",none +"Bin all date of transactions into the YEAR interval, and give the average of the share count for each bin. What is the trend?",original,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate mean share_count transform bin x by year,"date_of_transaction,share_count",none,mean share_count,line,"x=date_of_transaction,y=mean share_count,color=none",none +"Bin all date of transactions into the YEAR interval, and sum the share count of each bin. Return the result using a line chart.",original,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate sum share_count transform bin x by year,"date_of_transaction,share_count",none,sum share_count,line,"x=date_of_transaction,y=sum share_count,color=none",none +"Show the dates of transactions if the share count is bigger than 100 or the amount is bigger than 1000, and count them by a line chart.",original,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate count date_of_transaction transform filter share_count > 100 or amount_of_transaction > 1000 bin x by year,date_of_transaction,share_count gt 100 or amount_of_transaction gt 1000,count date_of_transaction,line,"x=date_of_transaction,y=count date_of_transaction,color=none",none +"Show all dates of transactions whose type code is ""SALE"", and count them by a line chart.",original,Line,TRANSACTIONS,tracking_share_transactions,"mark line data transactions encoding x date_of_transaction y aggregate count date_of_transaction transform filter transaction_type_code = ""sale"" bin x by year",date_of_transaction,"transaction_type_code = ""SALE""",count date_of_transaction,line,"x=date_of_transaction,y=count date_of_transaction,color=none",none +"For the transaction dates if the share count is smaller than 10, bin the dates into the year interval, and count them using a line chart.",original,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate count date_of_transaction transform filter share_count < 10 bin x by year,date_of_transaction,share_count lt 10,count date_of_transaction,line,"x=date_of_transaction,y=count date_of_transaction,color=none",none +"Bin all date of transactions into the weekday interval, and the total number of each bin, and then show me the trend.",original,Line,TRANSACTIONS,tracking_share_transactions,mark line data transactions encoding x date_of_transaction y aggregate count date_of_transaction transform bin x by year,date_of_transaction,none,count date_of_transaction,line,"x=date_of_transaction,y=count date_of_transaction,color=none",none +Show me a line chart of how the number of open date change over the open date.,original,Line,Church,wedding,mark line data church encoding x open_date y aggregate count open_date transform group x,Open_Date,none,count Open_Date,line,"x=Open_Date,y=count Open_Date,color=none",none +What is the maximum price of wines in each year?,original,Line,WINE,wine_1,mark line data wine encoding x year y aggregate max price transform group x,"Year,Price",none,max Price,line,"x=Year,y=max Price,color=None",none +Show me the trend about the maximum score of wines for each year.,original,Line,WINE,wine_1,mark line data wine encoding x year y aggregate max score transform group x,"Year,Score",none,max Score,line,"x=Year,y=max Score,color=None",none +What are the average prices of wines for each? Visualize by line chart.,original,Line,WINE,wine_1,mark line data wine encoding x year y aggregate mean price transform group x,"Year,Price",none,mean Price,line,"x=Year,y=mean Price,color=None",none +"Show me about the change of the average of monthly_rental over date_address_to, and group by attribute other_details in a line chart.",original,Grouping Line,Student_Addresses,behavior_monitoring,mark line data student_addresses encoding x date_address_to y aggregate mean monthly_rental color other_details transform group x sort monthly_rental desc,"date_address_to,monthly_rental,other_details",none,mean monthly_rental,line,"x=date_address_to,y=mean monthly_rental,color=other_details",none +"Draw a line chart about the change of the amount of date_address_to over date_address_to, and group by attribute other_details.",original,Grouping Line,Student_Addresses,behavior_monitoring,mark line data student_addresses encoding x date_address_to y aggregate count date_address_to color other_details transform group x sort monthly_rental desc,"date_address_to,other_details",none,count date_address_to,line,"x=date_address_to,y=count date_address_to,color=other_details",none +"Visualize a line chart about the change of the sum of monthly_rental over date_address_to, and group by attribute other_details.",original,Grouping Line,Student_Addresses,behavior_monitoring,mark line data student_addresses encoding x date_address_to y aggregate sum monthly_rental color other_details transform group x sort monthly_rental desc,"date_address_to,monthly_rental,other_details",none,sum monthly_rental,line,"x=date_address_to,y=sum monthly_rental,color=other_details",none +"Show me about the correlation between student_id and monthly_rental, and group by attribute other_details in a scatter chart.",original,Grouping Scatter,Student_Addresses,behavior_monitoring,mark point data student_addresses encoding x student_id y aggregate none monthly_rental transform group other_details sort y desc,"student_id,monthly_rental,other_details",none,none,point,"x=student_id,y=monthly_rental,color=other_details",none +"Show me about the correlation between student_id and address_id, and group by attribute other_details in a scatter chart.",original,Grouping Scatter,Student_Addresses,behavior_monitoring,mark point data student_addresses encoding x student_id y aggregate none address_id transform group other_details sort monthly_rental desc,"student_id,address_id,other_details",none,none,point,"x=student_id,y=address_id,color=other_details",none +"A scatter chart shows the correlation between address_id and monthly_rental, and group by attribute other_details.",original,Grouping Scatter,Student_Addresses,behavior_monitoring,mark point data student_addresses encoding x address_id y aggregate none monthly_rental transform group other_details sort y desc,"address_id,monthly_rental,other_details",none,none,point,"x=address_id,y=monthly_rental,color=other_details",none +"Visualize a scatter chart about the correlation between People_ID and Height, and group by attribute Sex.",original,Grouping Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none height transform group sex,"People_ID,Height,Sex",none,none,point,"x=People_ID,y=Height,color=Sex",none +"Draw a scatter chart about the correlation between Height and Weight, and group by attribute Sex.",original,Grouping Scatter,people,candidate_poll,mark point data people encoding x height y aggregate none weight transform group sex,"Height,Weight,Sex",none,none,point,"x=Height,y=Weight,color=Sex",none +A scatter chart showing the correlation between age and purchase time for each coffee shop.,original,Grouping Scatter,member,coffee_shop,mark point data member encoding x time_of_purchase y aggregate none age transform group address sort x,"Time_of_purchase,Age,Address",none,none,point,"x=Time_of_purchase,y=Age,color=Address",none +What is the relationship between version number and template id for each template? Visualize by a scatter chart.,original,Grouping Scatter,Templates,cre_Doc_Template_Mgt,mark point data templates encoding x template_id y aggregate none version_number transform group template_type_code,"Template_ID,Version_Number,Template_Type_Code",none,none,point,"x=Template_ID,y=Version_Number,color=Template_Type_Code",none +"What are card ids, customer ids, card types, and card numbers for each customer card?",original,Grouping Scatter,Customers_cards,customers_card_transactions,mark point data customers_cards encoding x card_id y aggregate none card_number transform group card_type_code,"card_id,card_number,card_type_code",none,none,point,"x=card_id,y=card_number,color=card_type_code",none +Scatterplot of card_number vs customer id by card_type_code.,original,Grouping Scatter,Customers_cards,customers_card_transactions,mark point data customers_cards encoding x customer_id y aggregate none card_number transform group card_type_code,"customer_id,card_number,card_type_code",none,none,point,"x=customer_id,y=card_number,color=card_type_code",none +"For those products with a price between 60 and 120, visualize a scatter chart about the correlation between code and price, and group by attribute name.",original,Grouping Scatter,products,manufactory_1,mark point data products encoding x code y aggregate none price transform filter price between 60 and 120 group name,"Code,Price,Name",Price gte 60 and Price lte 120,none,point,"x=Code,y=Price,color=Name",none +"For those products with a price between 60 and 120, show me about the correlation between code and manufacturer, and group by attribute name in a scatter chart.",original,Grouping Scatter,products,manufactory_1,mark point data products encoding x code y aggregate none manufacturer transform filter price between 60 and 120 group name,"Code,Manufacturer,Name",Price gte 60 and Price lte 120,none,point,"x=Code,y=Manufacturer,color=Name",none +"For those products with a price between 60 and 120, visualize the relationship between price and manufacturer, and group by attribute name.",original,Grouping Scatter,products,manufactory_1,mark point data products encoding x price y aggregate none manufacturer transform filter price between 60 and 120 group name,"Price,Manufacturer,Name",Price gte 60 and Price lte 120,none,point,"x=Price,y=Manufacturer,color=Name",none +"Draw a bar chart about the distribution of date_address_to, and group by attribute other_details.",original,Stacked Bar,Student_Addresses,behavior_monitoring,mark bar data student_addresses encoding x date_address_to y aggregate count date_address_to color other_details transform sort monthly_rental desc bin x by month,"date_address_to,other_details",none,count date_address_to,bar,"x=date_address_to,y=count date_address_to,color=other_details",none +"Show me the distribution of date_address_from and the sum of monthly_rental, and group by attribute other_details.",original,Stacked Bar,Student_Addresses,behavior_monitoring,mark bar data student_addresses encoding x date_address_from y aggregate sum monthly_rental color other_details transform sort monthly_rental desc bin x by year,"date_address_from,monthly_rental,other_details",none,sum monthly_rental,bar,"x=date_address_from,y=sum monthly_rental,color=other_details",none +"Give me the comparison about the average of monthly_rental over the date_address_from, and group by attribute other_details by a bar chart.",original,Stacked Bar,Student_Addresses,behavior_monitoring,mark bar data student_addresses encoding x date_address_from y aggregate mean monthly_rental color other_details transform sort monthly_rental desc bin x by year,"date_address_from,monthly_rental,other_details",none,mean monthly_rental,bar,"x=date_address_from,y=mean monthly_rental,color=other_details",none +Stack bar chart of the number of headquarters vs Industry based on headquarters.,original,Stacked Bar,company,company_employee,mark bar data company encoding x headquarters y aggregate count headquarters color industry transform group x,"Headquarters,Industry",none,count headquarters,bar,"x=Headquarters,y=count Headquarters,color=Industry",none +Stack bar chart of how many home team vs Away_team based on home team.,original,Stacked Bar,game,game_injury,mark bar data game encoding x home_team y aggregate count home_team color away_team transform group x,"Home_team,Away_team",none,count home_team,bar,"x=Home_team,y=count Home_team,color=Away_team",none +"How many parties at the time they took office, were split by the minister's name?",original,Stacked Bar,party,party_people,mark bar data party encoding x took_office y aggregate count took_office color minister transform bin x by year,"Took_office,Minister",none,count took_office,bar,"x=Took_office,y=count Took_office,color=Minister",none +What is the total number of ships with different nationalities and ship types?,original,Stacked Bar,ship,ship_mission,mark bar data ship encoding x nationality y aggregate count nationality color type transform group x,"Nationality,Type",none,count nationality,bar,"x=Nationality,y=count Nationality,color=Type",none +Give me a stacked bar chart to show the total number of each ship type and categorize it by ship nationality.,original,Stacked Bar,ship,ship_mission,mark bar data ship encoding x type y aggregate count type color nationality transform group x,"Type,Nationality",none,count type,bar,"x=Type,y=count Type,color=Nationality",none +"A stacked bar chart about the total number in each competition type, and then split by country.",original,Stacked Bar,competition,sports_competition,mark bar data competition encoding x country y aggregate count country color competition_type transform group x,"Country,Competition_type",none,count country,bar,"x=Country,y=count Country,color=Competition_type",none +Stacked bar of year and the number of years colored by Theme.,original,Stacked Bar,exhibition,theme_gallery,mark bar data exhibition encoding x year y aggregate count year transform group theme,"Year,Theme",none,count year,bar,"x=Year,y=count Year,color=Theme",none +Visualize the relationship between People_ID and Weight.,original,Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none weight,"People_ID,Weight",none,none,point,"x=People_ID,y=Weight,color=none",none +Show me the correlation between People_ID and Height in a scatter chart.,original,Scatter,people,candidate_poll,mark point data people encoding x people_id y aggregate none height,"People_ID,Height",none,none,point,"x=People_ID,y=Height,color=none",none +"Plot a scatter chart, height by weight.",original,Scatter,people,candidate_poll,mark point data people encoding x height y aggregate none weight,"Height,Weight",none,none,point,"x=Height,y=Weight,color=none",none +What is the relationship between Body_Builder_ID and Clean_Jerk?,original,Scatter,body_builder,body_builder,mark point data body_builder encoding x body_builder_id y aggregate none clean_jerk,"Body_Builder_ID,Clean_Jerk",none,none,point,"x=Body_Builder_ID,y=Clean_Jerk,color=none",none +What is the relationship between Snatch and Total?,original,Scatter,body_builder,body_builder,mark point data body_builder encoding x snatch y aggregate none total,"Snatch,Total",none,none,point,"x=Snatch,y=Total,color=none",none +A scatter chart shows the correlation between People_ID and Snatch.,original,Scatter,body_builder,body_builder,mark point data body_builder encoding x people_id y aggregate none snatch,"People_ID,Snatch",none,none,point,"x=People_ID,y=Snatch,color=none",none +Return a scatter chart about the correlation between People_ID and Clean_Jerk.,original,Scatter,body_builder,body_builder,mark point data body_builder encoding x people_id y aggregate none clean_jerk,"People_ID,Clean_Jerk",none,none,point,"x=People_ID,y=Clean_Jerk,color=none",none +"Plot a scatter chart, support rate by oppose_rate.",original,Scatter,candidate,candidate_poll,mark point data candidate encoding x support_rate y aggregate none oppose_rate,"Support_rate,Oppose_rate",none,none,point,"x=Support_rate,y=Oppose_rate,color=none",none +"Plot a scatter chart, support rate by consider_rate.",original,Scatter,candidate,candidate_poll,mark point data candidate encoding x support_rate y aggregate none consider_rate,"Support_rate,Consider_rate",none,none,point,"x=Support_rate,y=Consider_rate,color=none",none +Return a scatter chart about the correlation between Credits and Instructor.,original,Scatter,COURSE,college_3,mark point data course encoding x credits y aggregate none instructor,"Credits,Instructor",none,none,point,"x=Credits,y=Instructor,color=none",none +What are the grade number and classroom number of each class in the list? Visualize by scatter chart.,original,Scatter,list,student_1,mark point data list encoding x classroom y aggregate none grade,"Classroom,Grade",none,none,point,"x=Classroom,y=Grade,color=none",none