prompt stringlengths 180 1.49k | completion stringclasses 860
values |
|---|---|
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Draw a bar chart for what is the average age of males for different job titles. and sort in desc by the x-axis. <ans> <s... | x=job,y=mean age,color=none |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Draw a bar chart for what is the average age of males for different job titles. and sort in desc by the x-axis. <ans> <s... | x desc |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Draw the number of people under 40 by gender. <ans> <sep> Step 1. Select the columns: | gender |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Draw the number of people under 40 by gender. <ans> <sep> Step 1. Select the columns: gender <sep> Step 2. Filter the da... | age lt 40 |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Draw the number of people under 40 by gender. <ans> <sep> Step 1. Select the columns: gender <sep> Step 2. Filter the da... | count gender |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Draw the number of people under 40 by gender. <ans> <sep> Step 1. Select the columns: gender <sep> Step 2. Filter the da... | bar |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Draw the number of people under 40 by gender. <ans> <sep> Step 1. Select the columns: gender <sep> Step 2. Filter the da... | x=gender,y=count gender,color=none |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Draw the number of people under 40 by gender. <ans> <sep> Step 1. Select the columns: gender <sep> Step 2. Filter the da... | none |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Find the number of people who are under 40 for each gender. <ans> <sep> Step 1. Select the columns: | gender |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Find the number of people who are under 40 for each gender. <ans> <sep> Step 1. Select the columns: gender <sep> Step 2.... | age lt 40 |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Find the number of people who are under 40 for each gender. <ans> <sep> Step 1. Select the columns: gender <sep> Step 2.... | count gender |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Find the number of people who are under 40 for each gender. <ans> <sep> Step 1. Select the columns: gender <sep> Step 2.... | bar |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Find the number of people who are under 40 for each gender. <ans> <sep> Step 1. Select the columns: gender <sep> Step 2.... | x=gender,y=count gender,color=none |
Person <head> name,age,city,gender,job <type> nominal,quantitative,nominal,nominal,nominal <data> Alice,25,new york city,female,student <line> Bob,35,salt lake city,male,engineer <line> <utterance> Find the number of people who are under 40 for each gender. <ans> <sep> Step 1. Select the columns: gender <sep> Step 2.... | none |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Make me a bar graph for the reversely sorted average age per nationality. <ans> <sep> Step 1. Select ... | Nationality,Age |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Make me a bar graph for the reversely sorted average age per nationality. <ans> <sep> Step 1. Select ... | none |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Make me a bar graph for the reversely sorted average age per nationality. <ans> <sep> Step 1. Select ... | mean Age |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Make me a bar graph for the reversely sorted average age per nationality. <ans> <sep> Step 1. Select ... | bar |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Make me a bar graph for the reversely sorted average age per nationality. <ans> <sep> Step 1. Select ... | x=Nationality,y=mean Age,color=none |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Make me a bar graph for the reversely sorted average age per nationality. <ans> <sep> Step 1. Select ... | y desc |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> A bar chart about the nationalities and average ages of journalists, and the y-axis from high to low o... | Nationality,Age |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> A bar chart about the nationalities and average ages of journalists, and the y-axis from high to low o... | none |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> A bar chart about the nationalities and average ages of journalists, and the y-axis from high to low o... | mean Age |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> A bar chart about the nationalities and average ages of journalists, and the y-axis from high to low o... | bar |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> A bar chart about the nationalities and average ages of journalists, and the y-axis from high to low o... | x=Nationality,y=mean Age,color=none |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> A bar chart about the nationalities and average ages of journalists, and the y-axis from high to low o... | y desc |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Illustrate the number of journalists by nationality on a graph. <ans> <sep> Step 1. Select the column... | Nationality |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Illustrate the number of journalists by nationality on a graph. <ans> <sep> Step 1. Select the column... | none |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Illustrate the number of journalists by nationality on a graph. <ans> <sep> Step 1. Select the column... | count Nationality |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Illustrate the number of journalists by nationality on a graph. <ans> <sep> Step 1. Select the column... | bar |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Illustrate the number of journalists by nationality on a graph. <ans> <sep> Step 1. Select the column... | x=Nationality,y=count Nationality,color=none |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Illustrate the number of journalists by nationality on a graph. <ans> <sep> Step 1. Select the column... | none |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Show the different nationalities and the number of journalists of each nationality in a bar chart. <an... | Nationality |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Show the different nationalities and the number of journalists of each nationality in a bar chart. <an... | none |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Show the different nationalities and the number of journalists of each nationality in a bar chart. <an... | count Nationality |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Show the different nationalities and the number of journalists of each nationality in a bar chart. <an... | bar |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Show the different nationalities and the number of journalists of each nationality in a bar chart. <an... | x=Nationality,y=count Nationality,color=none |
journalist <head> journalist_ID,Name,Nationality,Age,Years_working <type> quantitative,nominal,nominal,quantitative,temporal <data> 1,Herbert Swindells,England,37,10 <line> 2,Fred Keenor,Wales,27,5 <line> <utterance> Show the different nationalities and the number of journalists of each nationality in a bar chart. <an... | none |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Plot how many ministers are... | Minister |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Plot how many ministers are... | none |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Plot how many ministers are... | count Minister |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Plot how many ministers are... | bar |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Plot how many ministers are... | x=Minister,y=count Minister,color=none |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Plot how many ministers are... | x asc |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Chart the different party locations. <ans> <sep> Ste... | Location |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Chart the different party locations. <ans> <sep> Ste... | none |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Chart the different party locations. <ans> <sep> Ste... | count Location |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Chart the different party locations. <ans> <sep> Ste... | bar |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Chart the different party locations. <ans> <sep> Ste... | x=Location,y=count Location,color=none |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Chart the different party locations. <ans> <sep> Ste... | none |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Give me a bar chart that groups them by location and ... | Location |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Give me a bar chart that groups them by location and ... | none |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Give me a bar chart that groups them by location and ... | count Location |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Give me a bar chart that groups them by location and ... | bar |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Give me a bar chart that groups them by location and ... | x=Location,y=count Location,color=none |
party <head> Party_ID,Party_Theme,Location,First_year,Last_year,Number_of_hosts <type> quantitative,nominal,nominal,temporal,temporal,quantitative <data> 1,Spring,Hemkade 48 Zaandam,2000,2001,5 <line> 2,Club Q-BASE,Hemkade 48 Zaandam,2002,2002,23 <line> <utterance> Give me a bar chart that groups them by location and ... | none |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Illustrate the proportion o... | Minister |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Illustrate the proportion o... | none |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Illustrate the proportion o... | count Minister |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Illustrate the proportion o... | arc |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Illustrate the proportion o... | x=Minister,y=count Minister,color=none |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Illustrate the proportion o... | none |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Show the proportion of all ... | Minister |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Show the proportion of all ... | none |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Show the proportion of all ... | count Minister |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Show the proportion of all ... | arc |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Show the proportion of all ... | x=Minister,y=count Minister,color=none |
party <head> Party_ID,Minister,Took_office,Left_office,Region_ID,Party_name <type> quantitative,nominal,quantitative,quantitative,quantitative,nominal <data> 1,Dr. Kwame Nkrumah (MP),1957,1958,1,Convention Peoples Party <line> 2,Kojo Botsio (MP),1958,1959,2,Progress Party <line> <utterance> Show the proportion of all ... | none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Plot the number of hosts per nationality in order. <ans> <sep> Step 1. Select the columns: | Nationality |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Plot the number of hosts per nationality in order. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the dat... | none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Plot the number of hosts per nationality in order. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the dat... | count Nationality |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Plot the number of hosts per nationality in order. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the dat... | bar |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Plot the number of hosts per nationality in order. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the dat... | x=Nationality,y=count Nationality,color=none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Plot the number of hosts per nationality in order. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the dat... | y asc |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> How many hosts does each nationality have? List the nationality and the count. Visualize by bar chart. Could you list them in ascend... | Nationality |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> How many hosts does each nationality have? List the nationality and the count. Visualize by bar chart. Could you list them in ascend... | none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> How many hosts does each nationality have? List the nationality and the count. Visualize by bar chart. Could you list them in ascend... | count Nationality |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> How many hosts does each nationality have? List the nationality and the count. Visualize by bar chart. Could you list them in ascend... | bar |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> How many hosts does each nationality have? List the nationality and the count. Visualize by bar chart. Could you list them in ascend... | x=Nationality,y=count Nationality,color=none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> How many hosts does each nationality have? List the nationality and the count. Visualize by bar chart. Could you list them in ascend... | y asc |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Visualize the host numbers by nationality. <ans> <sep> Step 1. Select the columns: | Nationality |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Visualize the host numbers by nationality. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the data: | none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Visualize the host numbers by nationality. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the data: none ... | count Nationality |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Visualize the host numbers by nationality. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the data: none ... | bar |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Visualize the host numbers by nationality. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the data: none ... | x=Nationality,y=count Nationality,color=none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Visualize the host numbers by nationality. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the data: none ... | none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Show different nationalities along with the number of hosts of each nationality in a bar chart. <ans> <sep> Step 1. Select the colu... | Nationality |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Show different nationalities along with the number of hosts of each nationality in a bar chart. <ans> <sep> Step 1. Select the colu... | none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Show different nationalities along with the number of hosts of each nationality in a bar chart. <ans> <sep> Step 1. Select the colu... | count Nationality |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Show different nationalities along with the number of hosts of each nationality in a bar chart. <ans> <sep> Step 1. Select the colu... | bar |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Show different nationalities along with the number of hosts of each nationality in a bar chart. <ans> <sep> Step 1. Select the colu... | x=Nationality,y=count Nationality,color=none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Show different nationalities along with the number of hosts of each nationality in a bar chart. <ans> <sep> Step 1. Select the colu... | none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Draw the hosts ratio of each nationality. <ans> <sep> Step 1. Select the columns: | Nationality |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Draw the hosts ratio of each nationality. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the data: | none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Draw the hosts ratio of each nationality. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the data: none <... | count Nationality |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Draw the hosts ratio of each nationality. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the data: none <... | arc |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Draw the hosts ratio of each nationality. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the data: none <... | x=Nationality,y=count Nationality,color=none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Draw the hosts ratio of each nationality. <ans> <sep> Step 1. Select the columns: Nationality <sep> Step 2. Filter the data: none <... | none |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Show different nationalities along with the number of hosts of each nationality by a pie chart. <ans> <sep> Step 1. Select the colu... | Nationality |
HOST <head> Host_ID,Name,Nationality,Age <type> quantitative,nominal,nominal,quantitative <data> 1,Austin Daye,United States,43 <line> 2,Lloyd Daniels,United States,37 <line> <utterance> Show different nationalities along with the number of hosts of each nationality by a pie chart. <ans> <sep> Step 1. Select the colu... | none |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.