prompt
stringlengths
180
1.49k
completion
stringclasses
860 values
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a bar chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns:
COUNTRY_NAME
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a bar chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data:
none
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a bar chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Ste...
count COUNTRY_NAME
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a bar chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Ste...
bar
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a bar chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Ste...
x=COUNTRY_NAME,y=count COUNTRY_NAME,color=none
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a bar chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Ste...
none
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> What's the ratio of the countries? <ans> <sep> Step 1. Select the columns:
COUNTRY_NAME
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> What's the ratio of the countries? <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data:
none
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> What's the ratio of the countries? <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Step 3. Add aggregate functions:
count COUNTRY_NAME
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> What's the ratio of the countries? <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Step 3. Add aggregate functions: count...
arc
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> What's the ratio of the countries? <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Step 3. Add aggregate functions: count...
x=COUNTRY_NAME,y=count COUNTRY_NAME,color=none
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> What's the ratio of the countries? <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Step 3. Add aggregate functions: count...
none
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a pie chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns:
COUNTRY_NAME
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a pie chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data:
none
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a pie chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Ste...
count COUNTRY_NAME
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a pie chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Ste...
arc
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a pie chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Ste...
x=COUNTRY_NAME,y=count COUNTRY_NAME,color=none
countries <head> COUNTRY_ID,COUNTRY_NAME,REGION_ID <type> nominal,nominal,quantitative <data> AR,Argentina,2 <line> AU,Australia,3 <line> <utterance> You can give me a pie chart, that groups and counts the country name. <ans> <sep> Step 1. Select the columns: COUNTRY_NAME <sep> Step 2. Filter the data: none <sep> Ste...
none
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Sort the rooms by bed type. <ans> <sep> S...
bedType
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Sort the rooms by bed type. <ans> <sep> S...
none
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Sort the rooms by bed type. <ans> <sep> S...
count bedType
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Sort the rooms by bed type. <ans> <sep> S...
bar
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Sort the rooms by bed type. <ans> <sep> S...
x=bedType,y=count bedType,color=none
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Sort the rooms by bed type. <ans> <sep> S...
x asc
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> What is the number of rooms for each bed t...
bedType
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> What is the number of rooms for each bed t...
none
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> What is the number of rooms for each bed t...
count bedType
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> What is the number of rooms for each bed t...
bar
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> What is the number of rooms for each bed t...
x=bedType,y=count bedType,color=none
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> What is the number of rooms for each bed t...
x asc
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Display the decor frequency of king bedroo...
decor
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Display the decor frequency of king bedroo...
bedType = "King"
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Display the decor frequency of king bedroo...
count decor
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Display the decor frequency of king bedroo...
arc
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Display the decor frequency of king bedroo...
x=decor,y=count decor,color=none
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Display the decor frequency of king bedroo...
none
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the frequency of the decor of rooms t...
decor
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the frequency of the decor of rooms t...
bedType = "King"
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the frequency of the decor of rooms t...
count decor
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the frequency of the decor of rooms t...
arc
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the frequency of the decor of rooms t...
x=decor,y=count decor,color=none
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the frequency of the decor of rooms t...
none
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the minimum of the rooms in different...
decor,basePrice
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the minimum of the rooms in different...
none
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the minimum of the rooms in different...
min basePrice
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the minimum of the rooms in different...
bar
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the minimum of the rooms in different...
x=decor,y=min basePrice,color=none
Rooms <head> RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor <type> nominal,nominal,quantitative,nominal,quantitative,quantitative,nominal <data> RND,Recluse and defiance,1,King,2,150,modern <line> IBS,Interim but salutary,1,King,2,150,traditional <line> <utterance> Show the minimum of the rooms in different...
x asc
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> How many policies are there for each...
Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> How many policies are there for each...
none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> How many policies are there for each...
count Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> How many policies are there for each...
bar
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> How many policies are there for each...
x=Policy_Type_Code,y=count Policy_Type_Code,color=none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> How many policies are there for each...
none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Give me a breakdown of the policies ...
Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Give me a breakdown of the policies ...
none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Give me a breakdown of the policies ...
count Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Give me a breakdown of the policies ...
bar
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Give me a breakdown of the policies ...
x=Policy_Type_Code,y=count Policy_Type_Code,color=none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Give me a breakdown of the policies ...
none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
count Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
bar
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
x=Policy_Type_Code,y=count Policy_Type_Code,color=none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
count Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
bar
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
x=Policy_Type_Code,y=count Policy_Type_Code,color=none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
x asc
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> What's the breakdown of policies by ...
Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> What's the breakdown of policies by ...
none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> What's the breakdown of policies by ...
count Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> What's the breakdown of policies by ...
arc
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> What's the breakdown of policies by ...
x=Policy_Type_Code,y=count Policy_Type_Code,color=none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> What's the breakdown of policies by ...
none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
count Policy_Type_Code
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
arc
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
x=Policy_Type_Code,y=count Policy_Type_Code,color=none
policies <head> Policy_ID,Customer_ID,Policy_Type_Code,Start_Date,End_Date <type> quantitative,quantitative,nominal,temporal,temporal <data> 125,808,Deputy,2018-02-10 08:56:30,2018-03-18 09:17:26 <line> 151,380,Jurisdiction,2017-12-20 06:02:31,2017-09-16 22:04:13 <line> <utterance> Find the number of records of each p...
none
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> What is the distribution of payment methods? <ans> <se...
Payment_Method_Code
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> What is the distribution of payment methods? <ans> <se...
none
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> What is the distribution of payment methods? <ans> <se...
count Payment_Method_Code
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> What is the distribution of payment methods? <ans> <se...
bar
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> What is the distribution of payment methods? <ans> <se...
x=Payment_Method_Code,y=count Payment_Method_Code,color=none
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> What is the distribution of payment methods? <ans> <se...
none
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> Compare the frequency of each payment method code using...
Payment_Method_Code
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> Compare the frequency of each payment method code using...
none
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> Compare the frequency of each payment method code using...
count Payment_Method_Code
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> Compare the frequency of each payment method code using...
bar
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> Compare the frequency of each payment method code using...
x=Payment_Method_Code,y=count Payment_Method_Code,color=none
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> Compare the frequency of each payment method code using...
none
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> Graph the payment amounts proportion per payment method...
Payment_Method_Code,Amount_Payment
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> Graph the payment amounts proportion per payment method...
none
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> Graph the payment amounts proportion per payment method...
sum Amount_Payment
Payments <head> Payment_ID,Settlement_ID,Payment_Method_Code,Date_Payment_Made,Amount_Payment <type> quantitative,quantitative,nominal,temporal,quantitative <data> 384,516,MasterCard,2018-02-16,241730 <line> 435,476,MasterCard,2017-05-28,448613 <line> <utterance> Graph the payment amounts proportion per payment method...
arc