input
stringlengths
0
109
output
stringlengths
17
327
instruction
stringlengths
30
116
State : Gujarat
{:query [{[:state "Gujarat"] [:districts]}]}
Compile a list containing the names of each district in the specified state.
State : Gujarat, District : AHMADABAD
{:query [{([:state "Gujarat"] {:pathom/context {:district "AHMADABAD"}}) [:talukas]}]}
Give me a comprehensive list of talukas located in the particular state and district.
State : MAHARASHTRA, District : HINGOLI, Sub-district : HINGOLI
{:query [{([:state "MAHARASHTRA"] {:pathom/context {:district "HINGOLI" :taluka "HINGOLI"}}) [:villages]}]}
I would like to know the names of all the villages situated in a particular taluka, district, and state.
Farmer ID : 4fc828fe-3c52-4dba-b798-48c86efd8815
{:query [{[:farmer/id #uuid "4fc828fe-3c52-4dba-b798-48c86efd8815"] [:farmer/id :farmer/name :farmer/state :farmer/mobile]}]}
Furnish the ID, name, state, and mobile details for the specified farmer ID.
State : MAHARASHTRA
{:query [{[:farmer/location {:state "MAHARASHTRA"}] [:filtered-farmers]}]}
Provide me with the identification numbers for all farmers located in a specific state.
State : Gujarat, District : BHAVNAGAR
{:query [{[:farmer/location {:state "Gujarat" :district "BHAVNAGAR"}] [:filtered-farmers]}]}
Furnish the identification codes for farmers within a specified district.
State : Gujarat, District : AHMADABAD, Sub-district : DHOLERA, Village : SANDHIDA
{:query [{[:farmer/location {:state "Gujarat" :district "AHMADABAD" :taluka "DHOLERA" :village "SANDHIDA"}] [:filtered-farmers]}]}
Compile a roster of farmers from the designated location.
State : Gujarat, District : AHMADABAD, Sub-district : DHOLERA, Village : SHELA
{:query [{([:broadcast/state "Gujarat"] {:pathom/context {:broadcast/district "AHMADABAD" :broadcast/taluka "DHOLERA" :village "SHELA"}}) [:filtered-broadcasts]}]}
Create a comprehensive list of broadcasts related to the provided location.
Broadcast name : sept22
{:query [{[:broadcast/name "sept22"] [:broadcast/id :broadcast/scheduled-at :broadcast/audience]}]}
Grant me access to a broadcast identified by the given name.
Broadcast ID : f5530bc0-e2fd-4010-aeae-da3df1dadc16
{:query [{[:broadcast/id "f5530bc0-e2fd-4010-aeae-da3df1dadc16"] [:broadcast/id :broadcast/name :broadcast/status :broadcast/scheduled-at :broadcast/audience :broadcast/company :broadcast/template :broadcast/state :broadcast/district :broadcast/village :broadcast/taluka :broadcast/sent :broadcast/read :broadcast/delivered]}]}
Obtain the broadcast that matches the given ID.
Partner ID : 4d1e095a-a951-11ee-893e-8be844f5ceac
{:query [{[:retailer/id "4d1e095a-a951-11ee-893e-8be844f5ceac"] [:retailer/address :retailer/gst-no :retailer/location :retailer/fetilizers-retail-license :retailer/fetilizers-wholesale-license :retailer/pesticides-license :retailer/seeds-license :retailer/contacts]}]}
Pick the data for the partner corresponding to the given ID.
{:query [:farmers]}
Provide me with the identification numbers for all farmers.
{:query [:states]}
Furnish the names of all states.
{:query [{:farmers {:farmer/id [:farmer/id :farmer/name]}}]}
Give me the IDs of every farmer, along with their corresponding names.
{:query [{:farmers {:farmer/id [:farmer/id :farmer/name :farmer/nickname :farmer/mobile :farmer/lang :farmer/farms :farmer/state :farmer/district :farmer/sub-districts :farmer/taluka :farmer/village :farmer/favourite-crops]}}]}
Give me a thorough overview of the details pertaining to farmers.
State : MAHARASHTRA, District : HINGOLI, Sub-district : KALAMNURI, Village : Dabhadi, Crop name : Broccoli
{:query [{[:farmer/location {:state "MAHARASHTRA" :district "HINGOLI" :taluka "KALAMNURI" :village "Dabhadi" :crop "Broccoli"}] [:filtered-farmers]}]}
Offer farmer identification numbers by applying several filters.
{:query [:crops]}
Share the ID information for all crops.
{:query [{:crops {:crop/id [:crop/id :crop/name]}}]}
I'm looking for a list of crop IDs accompanied by their corresponding names.
{:query [:retailers]}
Share the IDs for every retailer.
{:query [{:retailers {:retailer/id [:retailer/id :retailer/firstname :retailer/location]}}]}
I need the ID, name, and location information for all retailers.
State : Gujarat
{:query [{[:farmer/location {:state "Gujarat"}] [{:filtered-farmers {:farmer/id [:farmer/id :farmer/name :farmer/mobile]}}]}]}
Locate farmers' information such as ID, name, and mobile contacts by filtering based on their geographical location.
{:query [{:broadcasts {:broadcast/id [:broadcast/id :broadcast/name :broadcast/status :broadcast/scheduled-at :broadcast/audience :broadcast/company :broadcast/template :broadcast/state :broadcast/district :broadcast/village :broadcast/taluka :broadcast/sent :broadcast/read :broadcast/delivered]}}]}
Retrieve broadcast history data upon pressing the ANALYTICS button.
Partner ID : dc6d72e0-47ff-4d50-8be0-0f44de4dff94
{:query [{[:retailer/id #uuid "dc6d72e0-47ff-4d50-8be0-0f44de4dff94"] [:retailer/id :retailer/firstname :retailer/state]}]}
Furnish the ID, retailer's name, and state corresponding to the provided ID.
{:query [{:retailers {:retailer/id [:retailer/firstname :retailer/state :retailer/district :retailer/taluka :retailer/village]}}]}
Share the data related to every partner.
State : MAHARASHTRA
{:query [{[:state "MAHARASHTRA"] [:districts]}]}
Compile a list containing the names of each district in the specified state.
State : Gujarat, District : AHMADABAD
{:query [{([:state "Gujarat"] {:pathom/context {:district "AHMADABAD"}}) [:talukas]}]}
Share the names of talukas pertaining to the specified state and district.
State : MAHARASHTRA, District : PUNE, Sub-district : BARAMATI
{:query [{([:state "MAHARASHTRA"] {:pathom/context {:district "PUNE" :taluka "BARAMATI"}}) [:villages]}]}
Give me a comprehensive list of villages in the specified taluka, district, and state.
Farmer ID : cb8b05bc-580d-4759-a62d-a69786bf7bc2
{:query [{[:farmer/id #uuid "cb8b05bc-580d-4759-a62d-a69786bf7bc2"] [:farmer/id :farmer/name :farmer/state :farmer/mobile]}]}
Present the ID, name, state, and mobile data for the farmer identified by the provided ID.
State : MAHARASHTRA
{:query [{[:farmer/location {:state "MAHARASHTRA"}] [:filtered-farmers]}]}
Share the IDs associated with farmers from a designated state location.
State : MAHARASHTRA, District : HINGOLI
{:query [{[:farmer/location {:state "MAHARASHTRA" :district "HINGOLI"}] [:filtered-farmers]}]}
Offer the identification numbers of farmers based on a specific district location.
State : MAHARASHTRA, District : PUNE, Sub-district : BARAMATI, Village : Khamagalwadi
{:query [{[:farmer/location {:state "MAHARASHTRA" :district "PUNE" :taluka "BARAMATI" :village "Khamagalwadi"}] [:filtered-farmers]}]}
Document all agriculturalists residing in the given vicinity.
State : Gujarat, District : AHMADABAD, Sub-district : SABARMATI, Village : ACHER
{:query [{([:broadcast/state "Gujarat"] {:pathom/context {:broadcast/district "AHMADABAD" :broadcast/taluka "SABARMATI" :village "ACHER"}}) [:filtered-broadcasts]}]}
Document every broadcast coming from the specified location.
Broadcast name : sept22
{:query [{[:broadcast/name "sept22"] [:broadcast/id :broadcast/scheduled-at :broadcast/audience]}]}
Grant me access to a broadcast identified by the given name.
Broadcast ID : 1fe9140e-734c-4169-bafd-c9ec850b1789
{:query [{[:broadcast/id "1fe9140e-734c-4169-bafd-c9ec850b1789"] [:broadcast/id :broadcast/name :broadcast/status :broadcast/scheduled-at :broadcast/audience :broadcast/company :broadcast/template :broadcast/state :broadcast/district :broadcast/village :broadcast/taluka :broadcast/sent :broadcast/read :broadcast/delivered]}]}
Provide the broadcast associated with the specified ID.
Partner ID : 4d1e095a-a951-11ee-893e-8be844f5ceac
{:query [{[:retailer/id "4d1e095a-a951-11ee-893e-8be844f5ceac"] [:retailer/address :retailer/gst-no :retailer/location :retailer/fetilizers-retail-license :retailer/fetilizers-wholesale-license :retailer/pesticides-license :retailer/seeds-license :retailer/contacts]}]}
Retrieve the partner data associated with the given ID.
{:query [:farmers]}
Furnish the identification details for each farmer.
{:query [:states]}
Offer the names of all states.
{:query [{:farmers {:farmer/id [:farmer/id :farmer/name]}}]}
Give me the IDs of every farmer, along with their corresponding names.
{:query [{:farmers {:farmer/id [:farmer/id :farmer/name :farmer/nickname :farmer/mobile :farmer/lang :farmer/farms :farmer/state :farmer/district :farmer/sub-districts :farmer/taluka :farmer/village :farmer/favourite-crops]}}]}
Give me a thorough overview of the details pertaining to farmers.
State : Gujarat, District : BHAVNAGAR, Sub-district : BHAVNAGAR, Village : ADHELAI, Crop name : Gerbera
{:query [{[:farmer/location {:state "Gujarat" :district "BHAVNAGAR" :taluka "BHAVNAGAR" :village "ADHELAI" :crop "Gerbera"}] [:filtered-farmers]}]}
Provide me with an identification list of farmers using various filtering criteria.
{:query [:crops]}
Offer the identification details for every crop.
{:query [{:crops {:crop/id [:crop/id :crop/name]}}]}
Share the IDs and names for every crop in your dataset.
{:query [:retailers]}
Furnish the identification codes for each retailer.
{:query [{:retailers {:retailer/id [:retailer/id :retailer/firstname :retailer/location]}}]}
Please supply the ID, name, and location of all retailers.
State : Gujarat
{:query [{[:farmer/location {:state "Gujarat"}] [{:filtered-farmers {:farmer/id [:farmer/id :farmer/name :farmer/mobile]}}]}]}
Search for farmers' ID, names, and mobile details by specifying the location as a search parameter.
{:query [{:broadcasts {:broadcast/id [:broadcast/id :broadcast/name :broadcast/status :broadcast/scheduled-at :broadcast/audience :broadcast/company :broadcast/template :broadcast/state :broadcast/district :broadcast/village :broadcast/taluka :broadcast/sent :broadcast/read :broadcast/delivered]}}]}
When the ANALYTICS button is pressed, obtain the broadcast history data.
Partner ID : dc6d72e0-47ff-4d50-8be0-0f44de4dff94
{:query [{[:retailer/id #uuid "dc6d72e0-47ff-4d50-8be0-0f44de4dff94"] [:retailer/id :retailer/firstname :retailer/state]}]}
Submit the ID, retailer name, and state for the provided retailer ID.
{:query [{:retailers {:retailer/id [:retailer/firstname :retailer/state :retailer/district :retailer/taluka :retailer/village]}}]}
Supply me with the information for all the partners.
State : Gujarat
{:query [{[:state "Gujarat"] [:districts]}]}
Outline all the districts belonging to the designated state.
State : Gujarat, District : BHAVNAGAR
{:query [{([:state "Gujarat"] {:pathom/context {:district "BHAVNAGAR"}}) [:talukas]}]}
Share the names of talukas pertaining to the specified state and district.
State : Gujarat, District : AHMADABAD, Sub-district : SABARMATI
{:query [{([:state "Gujarat"] {:pathom/context {:district "AHMADABAD" :taluka "SABARMATI"}}) [:villages]}]}
Please furnish the names of all villages located in the particular taluka, district, and state.
Farmer ID : 3e506e84-e772-4143-8a29-d3f2854bba3b
{:query [{[:farmer/id #uuid "3e506e84-e772-4143-8a29-d3f2854bba3b"] [:farmer/id :farmer/name :farmer/state :farmer/mobile]}]}
Provide the ID, name, state, and mobile number of the farmer associated with the given ID.
State : Gujarat
{:query [{[:farmer/location {:state "Gujarat"}] [:filtered-farmers]}]}
Share the IDs associated with farmers from a designated state location.
State : MAHARASHTRA, District : PUNE
{:query [{[:farmer/location {:state "MAHARASHTRA" :district "PUNE"}] [:filtered-farmers]}]}
Furnish the identification codes for farmers within a specified district.
State : MAHARASHTRA, District : PUNE, Sub-district : MAWAL, Village : Warsoli
{:query [{[:farmer/location {:state "MAHARASHTRA" :district "PUNE" :taluka "MAWAL" :village "Warsoli"}] [:filtered-farmers]}]}
Document all agriculturalists residing in the given vicinity.
State : Gujarat, District : BHAVNAGAR, Sub-district : BHAVNAGAR, Village : DEVALIYA
{:query [{([:broadcast/state "Gujarat"] {:pathom/context {:broadcast/district "BHAVNAGAR" :broadcast/taluka "BHAVNAGAR" :village "DEVALIYA"}}) [:filtered-broadcasts]}]}
Record all broadcasts associated with the given location.
Broadcast name : sept8
{:query [{[:broadcast/name "sept8"] [:broadcast/id :broadcast/scheduled-at :broadcast/audience]}]}
Share a broadcast bearing the given name.
Broadcast ID : 1fe9140e-734c-4169-bafd-c9ec850b1789
{:query [{[:broadcast/id "1fe9140e-734c-4169-bafd-c9ec850b1789"] [:broadcast/id :broadcast/name :broadcast/status :broadcast/scheduled-at :broadcast/audience :broadcast/company :broadcast/template :broadcast/state :broadcast/district :broadcast/village :broadcast/taluka :broadcast/sent :broadcast/read :broadcast/delivered]}]}
Obtain the broadcast that matches the given ID.
Partner ID : 4d1e095a-a951-11ee-893e-8be844f5ceac
{:query [{[:retailer/id "4d1e095a-a951-11ee-893e-8be844f5ceac"] [:retailer/address :retailer/gst-no :retailer/location :retailer/fetilizers-retail-license :retailer/fetilizers-wholesale-license :retailer/pesticides-license :retailer/seeds-license :retailer/contacts]}]}
Select the partner's data based on the given ID.
{:query [:farmers]}
Provide me with the identification numbers for all farmers.
{:query [:states]}
Furnish the names of all states.
{:query [{:farmers {:farmer/id [:farmer/id :farmer/name]}}]}
Supply the identification information for all farmers, including their names.
{:query [{:farmers {:farmer/id [:farmer/id :farmer/name :farmer/nickname :farmer/mobile :farmer/lang :farmer/farms :farmer/state :farmer/district :farmer/sub-districts :farmer/taluka :farmer/village :farmer/favourite-crops]}}]}
Furnish me with the complete details concerning the farmers.
State : MAHARASHTRA, District : HINGOLI, Sub-district : SENGAON, Village : Kelsula, Crop name : Gerbera
{:query [{[:farmer/location {:state "MAHARASHTRA" :district "HINGOLI" :taluka "SENGAON" :village "Kelsula" :crop "Gerbera"}] [:filtered-farmers]}]}
Supply me with a list of farmer IDs based on multiple filtering conditions.
{:query [:crops]}
Supply me with the IDs for each crop.
{:query [{:crops {:crop/id [:crop/id :crop/name]}}]}
I'm looking for a list of crop IDs accompanied by their corresponding names.
{:query [:retailers]}
Kindly supply the identification details for every retailer.
{:query [{:retailers {:retailer/id [:retailer/id :retailer/firstname :retailer/location]}}]}
I need the ID, name, and location information for all retailers.
State : MAHARASHTRA
{:query [{[:farmer/location {:state "MAHARASHTRA"}] [{:filtered-farmers {:farmer/id [:farmer/id :farmer/name :farmer/mobile]}}]}]}
Locate farmers' information such as ID, name, and mobile contacts by filtering based on their geographical location.
{:query [{:broadcasts {:broadcast/id [:broadcast/id :broadcast/name :broadcast/status :broadcast/scheduled-at :broadcast/audience :broadcast/company :broadcast/template :broadcast/state :broadcast/district :broadcast/village :broadcast/taluka :broadcast/sent :broadcast/read :broadcast/delivered]}}]}
Retrieve broadcast history data upon pressing the ANALYTICS button.
Partner ID : 4d1e095a-a951-11ee-893e-8be844f5ceac
{:query [{[:retailer/id #uuid "4d1e095a-a951-11ee-893e-8be844f5ceac"] [:retailer/id :retailer/firstname :retailer/state]}]}
Provide the ID, name, and state of the retailer associated with the given ID.
{:query [{:retailers {:retailer/id [:retailer/firstname :retailer/state :retailer/district :retailer/taluka :retailer/village]}}]}
Share the data related to every partner.
State : MAHARASHTRA
{:query [{[:state "MAHARASHTRA"] [:districts]}]}
Provide a catalog of all the districts in the given state.
State : MAHARASHTRA, District : PUNE
{:query [{([:state "MAHARASHTRA"] {:pathom/context {:district "PUNE"}}) [:talukas]}]}
I need the names of all talukas within a specified state and district.
State : MAHARASHTRA, District : HINGOLI, Sub-district : HINGOLI
{:query [{([:state "MAHARASHTRA"] {:pathom/context {:district "HINGOLI" :taluka "HINGOLI"}}) [:villages]}]}
Provide me with a list of all the villages in a specific taluka, district, and state.
Farmer ID : 3e506e84-e772-4143-8a29-d3f2854bba3b
{:query [{[:farmer/id #uuid "3e506e84-e772-4143-8a29-d3f2854bba3b"] [:farmer/id :farmer/name :farmer/state :farmer/mobile]}]}
Furnish the ID, name, state, and mobile details for the specified farmer ID.
State : MAHARASHTRA
{:query [{[:farmer/location {:state "MAHARASHTRA"}] [:filtered-farmers]}]}
Provide me with the identification numbers for all farmers located in a specific state.
State : MAHARASHTRA, District : PUNE
{:query [{[:farmer/location {:state "MAHARASHTRA" :district "PUNE"}] [:filtered-farmers]}]}
Provide me with the identification numbers of farmers situated in a specific district location.
State : Gujarat, District : BHAVNAGAR, Sub-district : BHAVNAGAR, Village : JUNA RATANPAR
{:query [{[:farmer/location {:state "Gujarat" :district "BHAVNAGAR" :taluka "BHAVNAGAR" :village "JUNA RATANPAR"}] [:filtered-farmers]}]}
Enumerate the farmers situated in the specified area.
State : Gujarat, District : AHMADABAD, Sub-district : DHOLERA, Village : CHER
{:query [{([:broadcast/state "Gujarat"] {:pathom/context {:broadcast/district "AHMADABAD" :broadcast/taluka "DHOLERA" :village "CHER"}}) [:filtered-broadcasts]}]}
Record all broadcasts associated with the given location.
Broadcast name : sept8
{:query [{[:broadcast/name "sept8"] [:broadcast/id :broadcast/scheduled-at :broadcast/audience]}]}
Share a broadcast bearing the given name.
Broadcast ID : 1fe9140e-734c-4169-bafd-c9ec850b1789
{:query [{[:broadcast/id "1fe9140e-734c-4169-bafd-c9ec850b1789"] [:broadcast/id :broadcast/name :broadcast/status :broadcast/scheduled-at :broadcast/audience :broadcast/company :broadcast/template :broadcast/state :broadcast/district :broadcast/village :broadcast/taluka :broadcast/sent :broadcast/read :broadcast/delivered]}]}
Supply the broadcast linked to the given identification.
Partner ID : 4d1e095a-a951-11ee-893e-8be844f5ceac
{:query [{[:retailer/id "4d1e095a-a951-11ee-893e-8be844f5ceac"] [:retailer/address :retailer/gst-no :retailer/location :retailer/fetilizers-retail-license :retailer/fetilizers-wholesale-license :retailer/pesticides-license :retailer/seeds-license :retailer/contacts]}]}
Select the partner's data based on the given ID.
{:query [:farmers]}
Furnish the identification details for each farmer.
{:query [:states]}
List out the names of all states.
{:query [{:farmers {:farmer/id [:farmer/id :farmer/name]}}]}
Supply the identification information for all farmers, including their names.
{:query [{:farmers {:farmer/id [:farmer/id :farmer/name :farmer/nickname :farmer/mobile :farmer/lang :farmer/farms :farmer/state :farmer/district :farmer/sub-districts :farmer/taluka :farmer/village :farmer/favourite-crops]}}]}
Furnish me with the complete details concerning the farmers.
State : MAHARASHTRA, District : PUNE, Sub-district : INDAPUR, Village : Narutwadi, Crop name : Gerbera
{:query [{[:farmer/location {:state "MAHARASHTRA" :district "PUNE" :taluka "INDAPUR" :village "Narutwadi" :crop "Gerbera"}] [:filtered-farmers]}]}
Share the farmer IDs that meet specific criteria through multiple filters.
{:query [:crops]}
Offer the identification details for every crop.
{:query [{:crops {:crop/id [:crop/id :crop/name]}}]}
Share the IDs and names for every crop in your dataset.
{:query [:retailers]}
I need the IDs for all the retail establishments.
{:query [{:retailers {:retailer/id [:retailer/id :retailer/firstname :retailer/location]}}]}
I need the ID, name, and location information for all retailers.
State : MAHARASHTRA
{:query [{[:farmer/location {:state "MAHARASHTRA"}] [{:filtered-farmers {:farmer/id [:farmer/id :farmer/name :farmer/mobile]}}]}]}
Use location as a criterion to find farmers' ID, names, and mobile numbers in the database.
{:query [{:broadcasts {:broadcast/id [:broadcast/id :broadcast/name :broadcast/status :broadcast/scheduled-at :broadcast/audience :broadcast/company :broadcast/template :broadcast/state :broadcast/district :broadcast/village :broadcast/taluka :broadcast/sent :broadcast/read :broadcast/delivered]}}]}
When the ANALYTICS button is pressed, obtain the broadcast history data.
Partner ID : 75097ad3-394f-46e5-8a53-1d88a3150974
{:query [{[:retailer/id #uuid "75097ad3-394f-46e5-8a53-1d88a3150974"] [:retailer/id :retailer/firstname :retailer/state]}]}
Share the ID, along with the retailer's name and state linked to the given ID.
{:query [{:retailers {:retailer/id [:retailer/firstname :retailer/state :retailer/district :retailer/taluka :retailer/village]}}]}
Provide the information for all partners.
State : MAHARASHTRA
{:query [{[:state "MAHARASHTRA"] [:districts]}]}
Compile a list containing the names of each district in the specified state.
State : Gujarat, District : BHAVNAGAR
{:query [{([:state "Gujarat"] {:pathom/context {:district "BHAVNAGAR"}}) [:talukas]}]}
Give me a comprehensive list of talukas located in the particular state and district.
State : Gujarat, District : AHMADABAD, Sub-district : DHOLERA
{:query [{([:state "Gujarat"] {:pathom/context {:district "AHMADABAD" :taluka "DHOLERA"}}) [:villages]}]}
Please furnish the names of all villages located in the particular taluka, district, and state.
Farmer ID : 74d8a539-9920-44c6-94a8-89219b049981
{:query [{[:farmer/id #uuid "74d8a539-9920-44c6-94a8-89219b049981"] [:farmer/id :farmer/name :farmer/state :farmer/mobile]}]}
Provide the ID, name, state, and mobile number of the farmer associated with the given ID.

No dataset card yet

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
2
Add dataset card