prompt stringlengths 180 1.49k | completion stringclasses 860
values |
|---|---|
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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 ascend... | sum Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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 ascend... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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 ascend... | x=Start_from,y=sum Shop_ID,color=Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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 ascend... | x asc |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Employee_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: | Start_from,Employee_ID,Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Employee_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: Start_from,Employee_ID,Is_full_time <sep> Step... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Employee_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: Start_from,Employee_ID,Is_full_time <sep> Step... | sum Employee_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Employee_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: Start_from,Employee_ID,Is_full_time <sep> Step... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Employee_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: Start_from,Employee_ID,Is_full_time <sep> Step... | x=Start_from,y=sum Employee_ID,color=Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Employee_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: Start_from,Employee_ID,Is_full_time <sep> Step... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Draw a line chart showing the number of employees over time, grouped by Is_full_time. <ans> <sep> Step 1. Select the columns: | Start_from,Employee_ID,Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Draw a line chart showing the number of employees over time, grouped by Is_full_time. <ans> <sep> Step 1. Select the columns: Start_from,Employee_ID,Is... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Draw a line chart showing the number of employees over time, grouped by Is_full_time. <ans> <sep> Step 1. Select the columns: Start_from,Employee_ID,Is... | sum Employee_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Draw a line chart showing the number of employees over time, grouped by Is_full_time. <ans> <sep> Step 1. Select the columns: Start_from,Employee_ID,Is... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Draw a line chart showing the number of employees over time, grouped by Is_full_time. <ans> <sep> Step 1. Select the columns: Start_from,Employee_ID,Is... | x=Start_from,y=sum Employee_ID,color=Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Draw a line chart showing the number of employees over time, grouped by Is_full_time. <ans> <sep> Step 1. Select the columns: Start_from,Employee_ID,Is... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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 co... | Start_from,Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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 co... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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 co... | count Start_from |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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 co... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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 co... | x=Start_from,y=count Start_from,color=Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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 co... | x asc |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show line chart of Start_from vs time, group by Is_full_time and order by Start_from. <ans> <sep> Step 1. Select the columns: | Start_from,Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show line chart of Start_from vs time, group by Is_full_time and order by Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Is_full_time <... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show line chart of Start_from vs time, group by Is_full_time and order by Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Is_full_time <... | count Start_from |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show line chart of Start_from vs time, group by Is_full_time and order by Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Is_full_time <... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show line chart of Start_from vs time, group by Is_full_time and order by Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Is_full_time <... | x=Start_from,y=count Start_from,color=Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show line chart of Start_from vs time, group by Is_full_time and order by Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Is_full_time <... | x asc |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot the total number of shop id over start from in a line chart, list by the x-axis in asc. <ans> <sep> Step 1. Select the columns: | Start_from,Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot the total number of shop id over start from in a line chart, list by the x-axis in asc. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot the total number of shop id over start from in a line chart, list by the x-axis in asc. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID... | sum Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot the total number of shop id over start from in a line chart, list by the x-axis in asc. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot the total number of shop id over start from in a line chart, list by the x-axis in asc. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID... | x=Start_from,y=sum Shop_ID,color=none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot the total number of shop id over start from in a line chart, list by the x-axis in asc. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID... | x asc |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Can we see the trend of Shop_ID and the Start_from date, when the x-axis is in ascending order? <ans> <sep> Step 1. Select the columns: | Start_from,Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Can we see the trend of Shop_ID and the Start_from date, when the x-axis is in ascending order? <ans> <sep> Step 1. Select the columns: Start_from,Shop... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Can we see the trend of Shop_ID and the Start_from date, when the x-axis is in ascending order? <ans> <sep> Step 1. Select the columns: Start_from,Shop... | sum Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Can we see the trend of Shop_ID and the Start_from date, when the x-axis is in ascending order? <ans> <sep> Step 1. Select the columns: Start_from,Shop... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Can we see the trend of Shop_ID and the Start_from date, when the x-axis is in ascending order? <ans> <sep> Step 1. Select the columns: Start_from,Shop... | x=Start_from,y=sum Shop_ID,color=none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Can we see the trend of Shop_ID and the Start_from date, when the x-axis is in ascending order? <ans> <sep> Step 1. Select the columns: Start_from,Shop... | x asc |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me about the change of Shop_ID over Start_from in a line chart. <ans> <sep> Step 1. Select the columns: | Start_from,Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me about the change of Shop_ID over Start_from in a line chart. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me about the change of Shop_ID over Start_from in a line chart. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me about the change of Shop_ID over Start_from in a line chart. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me about the change of Shop_ID over Start_from in a line chart. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter... | x=Start_from,y=Shop_ID,color=none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me about the change of Shop_ID over Start_from in a line chart. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot Shop_ID vs Start_from. <ans> <sep> Step 1. Select the columns: | Start_from,Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot Shop_ID vs Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot Shop_ID vs Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: none <sep> Step 3. Add aggregate ... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot Shop_ID vs Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: none <sep> Step 3. Add aggregate ... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot Shop_ID vs Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: none <sep> Step 3. Add aggregate ... | x=Start_from,y=Shop_ID,color=none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Plot Shop_ID vs Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: none <sep> Step 3. Add aggregate ... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Shop_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: | Start_from,Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Shop_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Shop_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: ... | sum Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Shop_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: ... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Shop_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: ... | x=Start_from,y=sum Shop_ID,color=none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> For the sum of Shop_ID, and Start_from, visualize the trend. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: ... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me the number of Shops based on when they Start_from. <ans> <sep> Step 1. Select the columns: | Start_from,Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me the number of Shops based on when they Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me the number of Shops based on when they Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: no... | sum Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me the number of Shops based on when they Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: no... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me the number of Shops based on when they Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: no... | x=Start_from,y=sum Shop_ID,color=none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show me the number of Shops based on when they Start_from. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: no... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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. <... | Start_from,Employee_ID,Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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. <... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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. <... | mean Employee_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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. <... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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. <... | x=Start_from,y=mean Employee_ID,color=Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> 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. <... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> What is the average Employee_ID according to Is_full_time based on the time of Start_from? <ans> <sep> Step 1. Select the columns: | Start_from,Employee_ID,Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> What is the average Employee_ID according to Is_full_time based on the time of Start_from? <ans> <sep> Step 1. Select the columns: Start_from,Employee_... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> What is the average Employee_ID according to Is_full_time based on the time of Start_from? <ans> <sep> Step 1. Select the columns: Start_from,Employee_... | mean Employee_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> What is the average Employee_ID according to Is_full_time based on the time of Start_from? <ans> <sep> Step 1. Select the columns: Start_from,Employee_... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> What is the average Employee_ID according to Is_full_time based on the time of Start_from? <ans> <sep> Step 1. Select the columns: Start_from,Employee_... | x=Start_from,y=mean Employee_ID,color=Is_full_time |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> What is the average Employee_ID according to Is_full_time based on the time of Start_from? <ans> <sep> Step 1. Select the columns: Start_from,Employee_... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Return a line chart about the change of the average of Shop_ID over Start_from bin start_from by time. <ans> <sep> Step 1. Select the columns: | Start_from,Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Return a line chart about the change of the average of Shop_ID over Start_from bin start_from by time. <ans> <sep> Step 1. Select the columns: Start_f... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Return a line chart about the change of the average of Shop_ID over Start_from bin start_from by time. <ans> <sep> Step 1. Select the columns: Start_f... | mean Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Return a line chart about the change of the average of Shop_ID over Start_from bin start_from by time. <ans> <sep> Step 1. Select the columns: Start_f... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Return a line chart about the change of the average of Shop_ID over Start_from bin start_from by time. <ans> <sep> Step 1. Select the columns: Start_f... | x=Start_from,y=mean Shop_ID,color=none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Return a line chart about the change of the average of Shop_ID over Start_from bin start_from by time. <ans> <sep> Step 1. Select the columns: Start_f... | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show Start_from trend for Shop_ID. <ans> <sep> Step 1. Select the columns: | Start_from,Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show Start_from trend for Shop_ID. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: | none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show Start_from trend for Shop_ID. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: none <sep> Step 3. Add agg... | mean Shop_ID |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show Start_from trend for Shop_ID. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: none <sep> Step 3. Add agg... | line |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show Start_from trend for Shop_ID. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: none <sep> Step 3. Add agg... | x=Start_from,y=mean Shop_ID,color=none |
hiring <head> Shop_ID,Employee_ID,Start_from,Is_full_time <type> quantitative,quantitative,quantitative,nominal <data> 1,1,2009,T <line> 1,2,2003,T <line> <utterance> Show Start_from trend for Shop_ID. <ans> <sep> Step 1. Select the columns: Start_from,Shop_ID <sep> Step 2. Filter the data: none <sep> Step 3. Add agg... | none |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> I want to see t... | Season,Away_team |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> I want to see t... | none |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> I want to see t... | count Season |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> I want to see t... | line |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> I want to see t... | x=Season,y=count Season,color=Away_team |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> I want to see t... | x asc |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> Create a groupe... | Season,Away_team |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> Create a groupe... | none |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> Create a groupe... | count Season |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> Create a groupe... | line |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> Create a groupe... | x=Season,y=count Season,color=Away_team |
game <head> stadium_id,id,Season,Date,Home_team,Away_team,Score,Competition <type> quantitative,quantitative,quantitative,temporal,nominal,nominal,nominal,nominal <data> 1,1,2007,18 May 2007,Quruvchi,Pakhtakor,1–1,League <line> 2,2,2007,22 September 2007,Pakhtakor,Quruvchi,0–0,League <line> <utterance> Create a groupe... | x asc |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.