prompt stringlengths 180 1.49k | completion stringclasses 860
values |
|---|---|
debate <head> Debate_ID,Date,Venue,Num_of_Audience <type> quantitative,temporal,nominal,quantitative <data> 1,"October 21, 2011","Manama , Bahrain",342 <line> 2,"December 17, 2014","Doha , Qatar",134 <line> <utterance> Make a chart of the number of debates per venue. <ans> <sep> Step 1. Select the columns: Venue <sep... | count Venue |
debate <head> Debate_ID,Date,Venue,Num_of_Audience <type> quantitative,temporal,nominal,quantitative <data> 1,"October 21, 2011","Manama , Bahrain",342 <line> 2,"December 17, 2014","Doha , Qatar",134 <line> <utterance> Make a chart of the number of debates per venue. <ans> <sep> Step 1. Select the columns: Venue <sep... | bar |
debate <head> Debate_ID,Date,Venue,Num_of_Audience <type> quantitative,temporal,nominal,quantitative <data> 1,"October 21, 2011","Manama , Bahrain",342 <line> 2,"December 17, 2014","Doha , Qatar",134 <line> <utterance> Make a chart of the number of debates per venue. <ans> <sep> Step 1. Select the columns: Venue <sep... | x=Venue,y=count Venue,color=none |
debate <head> Debate_ID,Date,Venue,Num_of_Audience <type> quantitative,temporal,nominal,quantitative <data> 1,"October 21, 2011","Manama , Bahrain",342 <line> 2,"December 17, 2014","Doha , Qatar",134 <line> <utterance> Make a chart of the number of debates per venue. <ans> <sep> Step 1. Select the columns: Venue <sep... | none |
debate <head> Debate_ID,Date,Venue,Num_of_Audience <type> quantitative,temporal,nominal,quantitative <data> 1,"October 21, 2011","Manama , Bahrain",342 <line> 2,"December 17, 2014","Doha , Qatar",134 <line> <utterance> A bar chart showing how many debates are held for each venue, in order in ascending by the x-axis. <... | Venue |
debate <head> Debate_ID,Date,Venue,Num_of_Audience <type> quantitative,temporal,nominal,quantitative <data> 1,"October 21, 2011","Manama , Bahrain",342 <line> 2,"December 17, 2014","Doha , Qatar",134 <line> <utterance> A bar chart showing how many debates are held for each venue, in order in ascending by the x-axis. <... | none |
debate <head> Debate_ID,Date,Venue,Num_of_Audience <type> quantitative,temporal,nominal,quantitative <data> 1,"October 21, 2011","Manama , Bahrain",342 <line> 2,"December 17, 2014","Doha , Qatar",134 <line> <utterance> A bar chart showing how many debates are held for each venue, in order in ascending by the x-axis. <... | count Venue |
debate <head> Debate_ID,Date,Venue,Num_of_Audience <type> quantitative,temporal,nominal,quantitative <data> 1,"October 21, 2011","Manama , Bahrain",342 <line> 2,"December 17, 2014","Doha , Qatar",134 <line> <utterance> A bar chart showing how many debates are held for each venue, in order in ascending by the x-axis. <... | bar |
debate <head> Debate_ID,Date,Venue,Num_of_Audience <type> quantitative,temporal,nominal,quantitative <data> 1,"October 21, 2011","Manama , Bahrain",342 <line> 2,"December 17, 2014","Doha , Qatar",134 <line> <utterance> A bar chart showing how many debates are held for each venue, in order in ascending by the x-axis. <... | x=Venue,y=count Venue,color=none |
debate <head> Debate_ID,Date,Venue,Num_of_Audience <type> quantitative,temporal,nominal,quantitative <data> 1,"October 21, 2011","Manama , Bahrain",342 <line> 2,"December 17, 2014","Doha , Qatar",134 <line> <utterance> A bar chart showing how many debates are held for each venue, in order in ascending by the x-axis. <... | x asc |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show me the mean age of heads born in each state, in reverse order. <ans> <sep> Step 1. Select the columns: | born_state,age |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show me the mean age of heads born in each state, in reverse order. <ans> <sep> Step 1. Select the columns: born_state,age <sep> Step 2. ... | none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show me the mean age of heads born in each state, in reverse order. <ans> <sep> Step 1. Select the columns: born_state,age <sep> Step 2. ... | mean age |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show me the mean age of heads born in each state, in reverse order. <ans> <sep> Step 1. Select the columns: born_state,age <sep> Step 2. ... | bar |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show me the mean age of heads born in each state, in reverse order. <ans> <sep> Step 1. Select the columns: born_state,age <sep> Step 2. ... | x=born_state,y=mean age,color=none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show me the mean age of heads born in each state, in reverse order. <ans> <sep> Step 1. Select the columns: born_state,age <sep> Step 2. ... | y desc |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> 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? <a... | born_state,age |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> 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? <a... | none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> 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? <a... | mean age |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> 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? <a... | bar |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> 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? <a... | x=born_state,y=mean age,color=none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> 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? <a... | y desc |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> What's the distribution of ages of heads from each state? <ans> <sep> Step 1. Select the columns: | born_state,age |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> What's the distribution of ages of heads from each state? <ans> <sep> Step 1. Select the columns: born_state,age <sep> Step 2. Filter the... | none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> What's the distribution of ages of heads from each state? <ans> <sep> Step 1. Select the columns: born_state,age <sep> Step 2. Filter the... | mean age |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> What's the distribution of ages of heads from each state? <ans> <sep> Step 1. Select the columns: born_state,age <sep> Step 2. Filter the... | bar |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> What's the distribution of ages of heads from each state? <ans> <sep> Step 1. Select the columns: born_state,age <sep> Step 2. Filter the... | x=born_state,y=mean age,color=none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> What's the distribution of ages of heads from each state? <ans> <sep> Step 1. Select the columns: born_state,age <sep> Step 2. Filter the... | none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the average age of heads of departments born in each state with a bar chart. <ans> <sep> Step 1. Select the columns: | born_state,age |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the average age of heads of departments born in each state with a bar chart. <ans> <sep> Step 1. Select the columns: born_state,age ... | none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the average age of heads of departments born in each state with a bar chart. <ans> <sep> Step 1. Select the columns: born_state,age ... | mean age |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the average age of heads of departments born in each state with a bar chart. <ans> <sep> Step 1. Select the columns: born_state,age ... | bar |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the average age of heads of departments born in each state with a bar chart. <ans> <sep> Step 1. Select the columns: born_state,age ... | x=born_state,y=mean age,color=none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the average age of heads of departments born in each state with a bar chart. <ans> <sep> Step 1. Select the columns: born_state,age ... | none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Chart the born states of the heads. <ans> <sep> Step 1. Select the columns: | born_state |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Chart the born states of the heads. <ans> <sep> Step 1. Select the columns: born_state <sep> Step 2. Filter the data: | none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Chart the born states of the heads. <ans> <sep> Step 1. Select the columns: born_state <sep> Step 2. Filter the data: none <sep> Step 3. ... | count born_state |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Chart the born states of the heads. <ans> <sep> Step 1. Select the columns: born_state <sep> Step 2. Filter the data: none <sep> Step 3. ... | arc |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Chart the born states of the heads. <ans> <sep> Step 1. Select the columns: born_state <sep> Step 2. Filter the data: none <sep> Step 3. ... | x=born_state,y=count born_state,color=none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Chart the born states of the heads. <ans> <sep> Step 1. Select the columns: born_state <sep> Step 2. Filter the data: none <sep> Step 3. ... | none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the number of heads of departments born in each state with a pie chart. <ans> <sep> Step 1. Select the columns: | born_state |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the number of heads of departments born in each state with a pie chart. <ans> <sep> Step 1. Select the columns: born_state <sep> Ste... | none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the number of heads of departments born in each state with a pie chart. <ans> <sep> Step 1. Select the columns: born_state <sep> Ste... | count born_state |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the number of heads of departments born in each state with a pie chart. <ans> <sep> Step 1. Select the columns: born_state <sep> Ste... | arc |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the number of heads of departments born in each state with a pie chart. <ans> <sep> Step 1. Select the columns: born_state <sep> Ste... | x=born_state,y=count born_state,color=none |
head <head> head_ID,name,born_state,age <type> quantitative,nominal,nominal,quantitative <data> 1,Tiger Woods,Alabama,67.0 <line> 2,Sergio García,California,68.0 <line> <utterance> Show the number of heads of departments born in each state with a pie chart. <ans> <sep> Step 1. Select the columns: born_state <sep> Ste... | none |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> I need a chart of the soft... | Software_Platform |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> I need a chart of the soft... | none |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> I need a chart of the soft... | count Software_Platform |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> I need a chart of the soft... | bar |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> I need a chart of the soft... | x=Software_Platform,y=count Software_Platform,color=none |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> I need a chart of the soft... | none |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A bar chart about what are... | Software_Platform |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A bar chart about what are... | none |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A bar chart about what are... | count Software_Platform |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A bar chart about what are... | bar |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A bar chart about what are... | x=Software_Platform,y=count Software_Platform,color=none |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A bar chart about what are... | x desc |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> What is the software platf... | Software_Platform |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> What is the software platf... | none |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> What is the software platf... | count Software_Platform |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> What is the software platf... | arc |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> What is the software platf... | x=Software_Platform,y=count Software_Platform,color=none |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> What is the software platf... | none |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A pie chart about what are... | Software_Platform |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A pie chart about what are... | none |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A pie chart about what are... | count Software_Platform |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A pie chart about what are... | arc |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A pie chart about what are... | x=Software_Platform,y=count Software_Platform,color=none |
device <head> Device_ID,Device,Carrier,Package_Version,Applications,Software_Platform <type> quantitative,nominal,nominal,nominal,nominal,nominal <data> 1,BlackBerry Storm 9530,MTS Mobility,5.0.0.808,5.0.0.419,Android <line> 2,Apple,Verizon Wireless,5.0.0.328,5.0.0.328,iOS <line> <utterance> A pie chart about what are... | none |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Chart the number of stores by location. <ans> <sep> Step 1. Select the columns: | Location |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Chart the number of stores by location. <ans> <sep> Step 1. Select the columns: Location <sep> Step 2. F... | none |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Chart the number of stores by location. <ans> <sep> Step 1. Select the columns: Location <sep> Step 2. F... | count Location |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Chart the number of stores by location. <ans> <sep> Step 1. Select the columns: Location <sep> Step 2. F... | bar |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Chart the number of stores by location. <ans> <sep> Step 1. Select the columns: Location <sep> Step 2. F... | x=Location,y=count Location,color=none |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Chart the number of stores by location. <ans> <sep> Step 1. Select the columns: Location <sep> Step 2. F... | none |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Create a bar chart showing how many locations are across locations, and show names from low to high order.... | Location |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Create a bar chart showing how many locations are across locations, and show names from low to high order.... | none |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Create a bar chart showing how many locations are across locations, and show names from low to high order.... | count Location |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Create a bar chart showing how many locations are across locations, and show names from low to high order.... | bar |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Create a bar chart showing how many locations are across locations, and show names from low to high order.... | x=Location,y=count Location,color=none |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Create a bar chart showing how many locations are across locations, and show names from low to high order.... | x asc |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> How many shops are in each place? <ans> <sep> Step 1. Select the columns: | Location |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> How many shops are in each place? <ans> <sep> Step 1. Select the columns: Location <sep> Step 2. Filter t... | none |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> How many shops are in each place? <ans> <sep> Step 1. Select the columns: Location <sep> Step 2. Filter t... | count Location |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> How many shops are in each place? <ans> <sep> Step 1. Select the columns: Location <sep> Step 2. Filter t... | bar |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> How many shops are in each place? <ans> <sep> Step 1. Select the columns: Location <sep> Step 2. Filter t... | x=Location,y=count Location,color=none |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> How many shops are in each place? <ans> <sep> Step 1. Select the columns: Location <sep> Step 2. Filter t... | none |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Return a bar chart showing how many shops are in each location. <ans> <sep> Step 1. Select the columns: | Location |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Return a bar chart showing how many shops are in each location. <ans> <sep> Step 1. Select the columns: L... | none |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Return a bar chart showing how many shops are in each location. <ans> <sep> Step 1. Select the columns: L... | count Location |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Return a bar chart showing how many shops are in each location. <ans> <sep> Step 1. Select the columns: L... | bar |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Return a bar chart showing how many shops are in each location. <ans> <sep> Step 1. Select the columns: L... | x=Location,y=count Location,color=none |
shop <head> Shop_ID,Shop_Name,Location,Open_Date,Open_Year <type> quantitative,nominal,nominal,temporal,temporal <data> 1,Dinas Device,Dinas,1 January,2014 <line> 2,Best Buy,Cymmer,15 July,2006 <line> <utterance> Return a bar chart showing how many shops are in each location. <ans> <sep> Step 1. Select the columns: L... | none |
users <head> user_id,role_code,user_name,user_login,password <type> quantitative,nominal,nominal,quantitative,nominal <data> 1,PROJ-MGR,dickens.elta,0,e72b5a2d50b39a8760764a5f7a9d68ca2f076877 <line> 2,DBA,tremblay.raheem,1,9bc25a040d5647ced5ec32e1a455e90fafc10bcb <line> <utterance> Visualize and sort the user roles an... | role_code |
users <head> user_id,role_code,user_name,user_login,password <type> quantitative,nominal,nominal,quantitative,nominal <data> 1,PROJ-MGR,dickens.elta,0,e72b5a2d50b39a8760764a5f7a9d68ca2f076877 <line> 2,DBA,tremblay.raheem,1,9bc25a040d5647ced5ec32e1a455e90fafc10bcb <line> <utterance> Visualize and sort the user roles an... | none |
users <head> user_id,role_code,user_name,user_login,password <type> quantitative,nominal,nominal,quantitative,nominal <data> 1,PROJ-MGR,dickens.elta,0,e72b5a2d50b39a8760764a5f7a9d68ca2f076877 <line> 2,DBA,tremblay.raheem,1,9bc25a040d5647ced5ec32e1a455e90fafc10bcb <line> <utterance> Visualize and sort the user roles an... | count role_code |
users <head> user_id,role_code,user_name,user_login,password <type> quantitative,nominal,nominal,quantitative,nominal <data> 1,PROJ-MGR,dickens.elta,0,e72b5a2d50b39a8760764a5f7a9d68ca2f076877 <line> 2,DBA,tremblay.raheem,1,9bc25a040d5647ced5ec32e1a455e90fafc10bcb <line> <utterance> Visualize and sort the user roles an... | bar |
users <head> user_id,role_code,user_name,user_login,password <type> quantitative,nominal,nominal,quantitative,nominal <data> 1,PROJ-MGR,dickens.elta,0,e72b5a2d50b39a8760764a5f7a9d68ca2f076877 <line> 2,DBA,tremblay.raheem,1,9bc25a040d5647ced5ec32e1a455e90fafc10bcb <line> <utterance> Visualize and sort the user roles an... | x=role_code,y=count role_code,color=none |
users <head> user_id,role_code,user_name,user_login,password <type> quantitative,nominal,nominal,quantitative,nominal <data> 1,PROJ-MGR,dickens.elta,0,e72b5a2d50b39a8760764a5f7a9d68ca2f076877 <line> 2,DBA,tremblay.raheem,1,9bc25a040d5647ced5ec32e1a455e90fafc10bcb <line> <utterance> Visualize and sort the user roles an... | y asc |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.