johneze commited on
Commit
66900f0
·
verified ·
1 Parent(s): a070867

Upload data/dev.json

Browse files
Files changed (1) hide show
  1. data/dev.json +542 -0
data/dev.json ADDED
@@ -0,0 +1,542 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": 4,
4
+ "question_en": "Which crops did well in Rumphi in terms of yield? Give me the top 5",
5
+ "question_ny": "Ndi mbeu ziti zisanu zomwe anakolola mochuluka mu boma la Rumphi? Pelekani zisanu zoyambilila",
6
+ "sql_statement": "SELECT crop FROM production WHERE district = 'Rumphi' ORDER BY yield DESC LIMIT 5;",
7
+ "sql_result": "[('Cassava',), ('Maize',), ('Sweet potatoes',), ('Bananas',), ('Mangoes',)]",
8
+ "difficulty_level": "medium",
9
+ "table": "production"
10
+ },
11
+ {
12
+ "id": 10,
13
+ "question_en": "What was the total yield of Velvet beans in the 2023-2024 season?",
14
+ "question_ny": "Ndi nyemba za kalongonda zochuluka bwanji zomwe zinakololedwa mu nyengo ya 2023-2024?",
15
+ "sql_statement": "SELECT SUM(Yield) as Total_Yield FROM production WHERE Crop = 'Velvet beans' AND Season = '2023-2024';",
16
+ "sql_result": "[(18054.0,)]",
17
+ "difficulty_level": "easy",
18
+ "table": "production"
19
+ },
20
+ {
21
+ "id": 51,
22
+ "question_en": "Which district produced the least cassava in the 2023-2024 season?",
23
+ "question_ny": "Ndi boma liti lomwe linakolola chinangwa chochepa kwambiri mu nyengo ya 2023-2024?",
24
+ "sql_statement": "SELECT district, MAX(yield) AS max_yield FROM production WHERE crop = 'Cassava' AND season = '2023-2024';",
25
+ "sql_result": "[('Nkhotakota', 886353.0)]",
26
+ "difficulty_level": "easy",
27
+ "table": "production"
28
+ },
29
+ {
30
+ "id": 55,
31
+ "question_en": "Which district produced more groundnuts in 2023-2024: Mchinji or Kasungu?",
32
+ "question_ny": "Ndi boma liti lomwe linalima mtedza wochuluka mu 2023-2024: Mchinji kapena Kasungu, ?",
33
+ "sql_statement": "SELECT district, MAX(yield) AS max_yield FROM production WHERE crop = 'Groundnuts' AND season = '2023-2024' AND district IN ('Mchinji','Kasungu');",
34
+ "sql_result": "[('Mchinji', 51465.0)]",
35
+ "difficulty_level": "hard",
36
+ "table": "production"
37
+ },
38
+ {
39
+ "id": 57,
40
+ "question_en": "What was the total production of sweet potatoes in the country in 2023-2024?",
41
+ "question_ny": "Kodi ndi mbatata yochuluka bwanji yonse pamodzi idakololedwa m'dziko muno mu 2023-2024?",
42
+ "sql_statement": "SELECT SUM(yield) FROM production WHERE crop = 'Sweet potatoes' AND season = '2023-2024';",
43
+ "sql_result": "[(6659584.02,)]",
44
+ "difficulty_level": "easy",
45
+ "table": "production"
46
+ },
47
+ {
48
+ "id": 59,
49
+ "question_en": "Which crop had the highest total production nationwide in the 2023-2024 season?",
50
+ "question_ny": "Ndi mbewu iti yomwe inali ndi zokolola zochuluka m'dziko muno mu nyengo ya 2023-2024?",
51
+ "sql_statement": "SELECT crop, SUM(yield) AS Sum_yield FROM production WHERE season = '2023-2024';",
52
+ "sql_result": "[('Maize', 22780067.78)]",
53
+ "difficulty_level": "easy",
54
+ "table": "production"
55
+ },
56
+ {
57
+ "id": 62,
58
+ "question_en": "What was the total millet production in the country in 2023-2024?",
59
+ "question_ny": "Kodi ndi mapira ochuluka bwanji onse pamodzi omwe anakololedwa m'dziko muno mu nyengo ya 2023-2024?",
60
+ "sql_statement": "SELECT SUM(yield) FROM production WHERE crop = 'Millet' AND season = '2023-2024';",
61
+ "sql_result": "[(37928.501000000004,)]",
62
+ "difficulty_level": "easy",
63
+ "table": "production"
64
+ },
65
+ {
66
+ "id": 64,
67
+ "question_en": "Which crop had the lowest total production nationwide in the 2023-2024 season?",
68
+ "question_ny": "Ndi mbewu iti yomwe inali ndi zokolola zochepa kwambiri m'dziko muno mu nyengo ya 2023-2024?",
69
+ "sql_statement": "SELECT crop, SUM(yield) AS Sum_yield FROM production WHERE season = '2023-2024' AND yield > 0;",
70
+ "sql_result": "[('Maize', 22780067.78)]",
71
+ "difficulty_level": "easy",
72
+ "table": "production"
73
+ },
74
+ {
75
+ "id": 67,
76
+ "question_en": "Which districts produced both maize and rice in the 2023-2024 season?",
77
+ "question_ny": "Ndi maboma ati omwe analima chimanga ndi mpunga mu nyengo ya 2023-2024?",
78
+ "sql_statement": "SELECT district FROM production WHERE season = '2023-2024'GROUP BY district HAVING SUM(CASE WHEN crop ='Maize'THEN 1 ELSE 0 END) > 0 AND SUM(CASE WHEN crop ='Rice' THEN 1 ELSE 0 END) > 0;",
79
+ "sql_result": "[('Balaka',), ('Blantyre',), ('Chikwawa',), ('Chiradzulu',), ('Chitipa',), ('Dedza',), ('Dowa',), ('Karonga',), ('Kasungu',), ('Likoma',), ('Lilongwe',), ('Machinga',), ('Mangochi',), ('Mchinji',), ('Mulanje',), ('Mwanza',), ('Mzimba',), ('Neno',), ('Nkhata Bay',), ('Nkhotakota',), ('Nsanje',), ('Ntcheu',), ('Ntchisi',), ('Phalombe',), ('Rumphi',), ('Salima',), ('Thyolo',), ('Zomba',)]",
80
+ "difficulty_level": "hard",
81
+ "table": "production"
82
+ },
83
+ {
84
+ "id": 69,
85
+ "question_en": "Which district produced the most pigeon peas in the 2023-2024 season?",
86
+ "question_ny": "Ndi boma liti lomwe linakolola nandolo wochuluka mu nyengo ya 2023-2024?",
87
+ "sql_statement": "SELECT district, MAX(yield) AS max_yield FROM production WHERE crop = 'Pigeon peas' AND season = '2023-2024';",
88
+ "sql_result": "[('Mulanje', 81569.0)]",
89
+ "difficulty_level": "easy",
90
+ "table": "production"
91
+ },
92
+ {
93
+ "id": 71,
94
+ "question_en": "Which districts produced groundnuts in every recorded season?",
95
+ "question_ny": "Ndi maboma ati omwe analima mtedza m'nyengo zonse zolembedwa?",
96
+ "sql_statement": "SELECT district FROM production WHERE crop = 'Groundnuts' GROUP BY district HAVING COUNT(DISTINCT season) = (SELECT COUNT(DISTINCT season) FROM production WHERE crop = 'Groundnuts');",
97
+ "sql_result": "[('Balaka',), ('Blantyre',), ('Chikwawa',), ('Chiradzulu',), ('Chitipa',), ('Dedza',), ('Dowa',), ('Karonga',), ('Kasungu',), ('Likoma',), ('Lilongwe',), ('Machinga',), ('Mangochi',), ('Mchinji',), ('Mulanje',), ('Mwanza',), ('Mzimba',), ('Neno',), ('Nkhata Bay',), ('Nkhotakota',), ('Nsanje',), ('Ntcheu',), ('Ntchisi',), ('Phalombe',), ('Rumphi',), ('Salima',), ('Thyolo',), ('Zomba',)]",
98
+ "difficulty_level": "hard",
99
+ "table": "production"
100
+ },
101
+ {
102
+ "id": 77,
103
+ "question_en": "Which district produced the most sunflower in the 2023-2024 season?",
104
+ "question_ny": "Ndi boma liti lomwe linakolola mpendadzuwa wochuluka kwambiri mu nyengo ya 2023-2024?",
105
+ "sql_statement": "SELECT district, MAX(yield) AS max_yield FROM production WHERE crop = 'Sunflower' AND season = '2023-2024';",
106
+ "sql_result": "[('Phalombe', 4944.0)]",
107
+ "difficulty_level": "easy",
108
+ "table": "production"
109
+ },
110
+ {
111
+ "id": 78,
112
+ "question_en": "What are the top 3 crops by yield in Zomba during the 2023-2024 season?",
113
+ "question_ny": "Ndi mbewu ziti zitatu zomwe zinakololedwa mochuluka m'boma la Zomba mu nyengo ya 2023-2024?",
114
+ "sql_statement": "SELECT crop FROM production WHERE district = 'Zomba' AND season = '2023-2024' ORDER BY yield DESC LIMIT 3;",
115
+ "sql_result": "[('Maize',), ('Mangoes',), ('Pigeon peas',)]",
116
+ "difficulty_level": "medium",
117
+ "table": "production"
118
+ },
119
+ {
120
+ "id": 89,
121
+ "question_en": "Which districts are in Southern region?",
122
+ "question_ny": "Ndi maboma ati amene ali ku chigawo chakumwela?",
123
+ "sql_statement": "SELECT DISTINCT district_name FROM population WHERE region_name = 'Southern';",
124
+ "sql_result": "[('Blantyre',), ('Mangochi',), ('Zomba',), ('Thyolo',), ('Machinga',), ('Mulanje',), ('Chikwawa',), ('Mwanza',), ('Neno',), ('Nsanje',), ('Balaka',), ('Chiradzulu',), ('Phalombe',)]",
125
+ "difficulty_level": "easy",
126
+ "table": "population"
127
+ },
128
+ {
129
+ "id": 92,
130
+ "question_en": "How many males are in Blantyre City?",
131
+ "question_ny": "Mu mzinda wa Blantyre muli amuna ochuluka bwanji?",
132
+ "sql_statement": "SELECT SUM(population_male) FROM population WHERE district_name = 'Blantyre';",
133
+ "sql_result": "[(619636.0,)]",
134
+ "difficulty_level": "easy",
135
+ "table": "population"
136
+ },
137
+ {
138
+ "id": 95,
139
+ "question_en": "How many households are in Chiradzulu?",
140
+ "question_ny": "Ndi mabanja angati omwe ali boma la Chiradzulu?",
141
+ "sql_statement": "SELECT SUM(number_households) FROM population WHERE district_name = 'Chiradzulu';",
142
+ "sql_result": "[(90548.0,)]",
143
+ "difficulty_level": "easy",
144
+ "table": "population"
145
+ },
146
+ {
147
+ "id": 102,
148
+ "question_en": "How many households in Chikwawa?",
149
+ "question_ny": "Ndi mabanja angati omwe ali ku Chikwawa?",
150
+ "sql_statement": "SELECT SUM(number_households) FROM population WHERE district_name = 'Chikwawa';",
151
+ "sql_result": "[(127196.0,)]",
152
+ "difficulty_level": "easy",
153
+ "table": "population"
154
+ },
155
+ {
156
+ "id": 127,
157
+ "question_en": "Find the population of Traditional Authority (TA) Area 12?",
158
+ "question_ny": "Pezani chiwerengero cha anthu mdera la mfumu yayikulu 12?",
159
+ "sql_statement": "SELECT SUM(CAST(total_population AS INTEGER)) FROM population WHERE ta_name = 'Area 12';",
160
+ "sql_result": "[(2540,)]",
161
+ "difficulty_level": "easy",
162
+ "table": "population"
163
+ },
164
+ {
165
+ "id": 129,
166
+ "question_en": "How many distinct Traditional Authorities (TAs) are there in Phalombe?",
167
+ "question_ny": "Ku Phalombe kuli mafumu akuluakulu osiyanasiyana angati?",
168
+ "sql_statement": "SELECT COUNT(DISTINCT ta_name) FROM population WHERE district_name = 'Phalombe';",
169
+ "sql_result": "[(8,)]",
170
+ "difficulty_level": "medium",
171
+ "table": "population"
172
+ },
173
+ {
174
+ "id": 131,
175
+ "question_en": "How many households in Karonga?",
176
+ "question_ny": "Ku Karonga kuli mabanja angati?",
177
+ "sql_statement": "SELECT SUM(number_households) FROM population WHERE district_name = 'Karonga';",
178
+ "sql_result": "[(74953.0,)]",
179
+ "difficulty_level": "easy",
180
+ "table": "population"
181
+ },
182
+ {
183
+ "id": 132,
184
+ "question_en": "How many distinct Traditional Authorities (TAs) are there in Lilongwe?",
185
+ "question_ny": "Ku Lilongwe kuli mafumu akuluakulu osiyanasiyana angati?",
186
+ "sql_statement": "SELECT COUNT(DISTINCT ta_name) FROM population WHERE district_name = 'Lilongwe';",
187
+ "sql_result": "[(76,)]",
188
+ "difficulty_level": "medium",
189
+ "table": "population"
190
+ },
191
+ {
192
+ "id": 144,
193
+ "question_en": "How many males in Chitipa?",
194
+ "question_ny": "Ku Chitipa kuli amuna angati?",
195
+ "sql_statement": "SELECT SUM(population_male) FROM population WHERE district_name = 'Chitipa';",
196
+ "sql_result": "[(114392,)]",
197
+ "difficulty_level": "easy",
198
+ "table": "population"
199
+ },
200
+ {
201
+ "id": 146,
202
+ "question_en": "How many Traditional Authorities (TAs) in Chiradzulu?",
203
+ "question_ny": "Ku Chiradzulu kuli mafumu akuluakulu angati?",
204
+ "sql_statement": "SELECT COUNT(DISTINCT ta_name) FROM population WHERE district_name = 'Chiradzulu';",
205
+ "sql_result": "[(10,)]",
206
+ "difficulty_level": "medium",
207
+ "table": "population"
208
+ },
209
+ {
210
+ "id": 147,
211
+ "question_en": "List all the distinct Traditional Authorities (TAs) in Neno",
212
+ "question_ny": "Pelekani ndandanda wa mafumu akuluakulu osiyanasiyana ku Neno",
213
+ "sql_statement": "SELECT DISTINCT ta_name FROM population WHERE district_name = 'Neno';",
214
+ "sql_result": "[('TA Chekucheku',), ('Neno Boma',), ('TA Symon Likongwe',), ('TA Dambe',), ('TA Mlauli',)]",
215
+ "difficulty_level": "easy",
216
+ "table": "population"
217
+ },
218
+ {
219
+ "id": 150,
220
+ "question_en": "How many males in Rural settlements?",
221
+ "question_ny": "Mmadera akumidzi kuli amuna angati?",
222
+ "sql_statement": "SELECT SUM(population_male) FROM population WHERE admin_status = 'Rural';",
223
+ "sql_result": "[(7152151.0,)]",
224
+ "difficulty_level": "easy",
225
+ "table": "population"
226
+ },
227
+ {
228
+ "id": 162,
229
+ "question_en": "What is the price of rice in Lilongwe district now",
230
+ "question_ny": "Mpunga ukugulitsidwa pa mtengo wanji panopa ku Lilongwe?",
231
+ "sql_statement": "SELECT district, AVG(price) as average_price FROM commodity_prices WHERE commodity = 'Rice' AND collection_date = (SELECT MAX(collection_date) FROM commodity_prices WHERE commodity = 'Rice') AND district = 'Lilongwe' GROUP BY district;",
232
+ "sql_result": "[('Lilongwe', 1867.5)]",
233
+ "difficulty_level": "hard",
234
+ "table": "commodity_prices"
235
+ },
236
+ {
237
+ "id": 165,
238
+ "question_en": "Which market offers the highest price for Soya beans (best place to sell)?",
239
+ "question_ny": "Ndi msika uti komwe ndingakagulise Soya ndikupeza phindu lochuluka?",
240
+ "sql_statement": "SELECT market, AVG(price) AS average_price\nFROM commodity_prices\nWHERE commodity = 'Soya beans'\n AND collection_date = (\n SELECT MAX(collection_date)\n FROM commodity_prices\n WHERE commodity = 'Soya beans'\n )\nGROUP BY market\nORDER BY average_price DESC\nLIMIT 1;",
241
+ "sql_result": "[('Monkey Bay', 2037.81)]",
242
+ "difficulty_level": "hard",
243
+ "table": "commodity_prices"
244
+ },
245
+ {
246
+ "id": 167,
247
+ "question_en": "What is the average Maize price in the district of Dowa on the most recent collection date?",
248
+ "question_ny": "Mtengo wa chimanga wapakatikati m'boma la Dowa ndi uti??",
249
+ "sql_statement": "SELECT AVG(price) AS average_price\nFROM commodity_prices\nWHERE commodity = 'Maize'\n AND district = 'Dowa'\n AND collection_date = (\n SELECT MAX(collection_date)\n FROM commodity_prices\n WHERE commodity = 'Maize'\n AND district = 'Dowa'\n );",
250
+ "sql_result": "[(592.5,)]",
251
+ "difficulty_level": "hard",
252
+ "table": "commodity_prices"
253
+ },
254
+ {
255
+ "id": 176,
256
+ "question_en": "Which district has the highest Rice price on the most recent collection date?",
257
+ "question_ny": "Ndi boma liti lomwe lili ndi mtengo wokwera kwambili wa mpunga mwaposachedwapa?",
258
+ "sql_statement": "SELECT district, MAX(price) AS max_price\nFROM commodity_prices\nWHERE commodity = 'Rice'\n AND collection_date = (\n SELECT MAX(collection_date)\n FROM commodity_prices\n WHERE commodity = 'Rice'\n )\nGROUP BY district\nORDER BY max_price DESC\nLIMIT 1;",
259
+ "sql_result": "[('Mangochi', 3034.636)]",
260
+ "difficulty_level": "hard",
261
+ "table": "commodity_prices"
262
+ },
263
+ {
264
+ "id": 181,
265
+ "question_en": "Which commodity had the highest average price in the most recent collection date?",
266
+ "question_ny": "Ndi mbewu iti yomwe inali ndi mtengo wapakatikati okwera posachedwapa?",
267
+ "sql_statement": "SELECT commodity, AVG(price) AS Avg_price FROM commodity_prices WHERE collection_date = (SELECT MAX(collection_date) FROM commodity_prices);",
268
+ "sql_result": "[('Maize', 1702.65)]",
269
+ "difficulty_level": "hard",
270
+ "table": "commodity_prices"
271
+ },
272
+ {
273
+ "id": 198,
274
+ "question_en": "What is the average price of maize across all districts?",
275
+ "question_ny": "Kodi mtengo wapakatikati wa chimanga maboma onse ndi uti?",
276
+ "sql_statement": "SELECT AVG(price) FROM commodity_prices WHERE commodity = 'Maize';",
277
+ "sql_result": "[(737.4214640872929,)]",
278
+ "difficulty_level": "easy",
279
+ "table": "commodity_prices"
280
+ },
281
+ {
282
+ "id": 221,
283
+ "question_en": "Which market recorded the lowest average price across all commodities?",
284
+ "question_ny": "Ndi msika uti womwe unalemba mtengo wapakatikati wotsika kwambiri wa mbewu zonse?",
285
+ "sql_statement": "SELECT market, AVG(price) AS Avg_price FROM commodity_prices;",
286
+ "sql_result": "[('Misuku', 1776.67)]",
287
+ "difficulty_level": "easy",
288
+ "table": "commodity_prices"
289
+ },
290
+ {
291
+ "id": 222,
292
+ "question_en": "Which commodity shows the most stable prices in Blantyre?",
293
+ "question_ny": "Ndi mbewu ziti zomwe zikuwonetsa kukhazikika kwambiri kwa mitengo ku Blantyre?",
294
+ "sql_statement": "SELECT commodity, (MAX(price) - MIN(price)) FROM commodity_prices WHERE district = 'Blantyre' GROUP BY commodity ORDER BY (MAX(price) - MIN(price)) ASC LIMIT 1;",
295
+ "sql_result": "[('Rice', 176.03)]",
296
+ "difficulty_level": "medium",
297
+ "table": "commodity_prices"
298
+ },
299
+ {
300
+ "id": 232,
301
+ "question_en": "Which market recorded the highest average price across all commodities and dates?",
302
+ "question_ny": "Ndi msika uti womwe unalemba mtengo wapakatikati wokwera wa zokolola zonse pa masiku onse?",
303
+ "sql_statement": "SELECT market, AVG(price) AS Avg_price FROM commodity_prices;",
304
+ "sql_result": "[('Misuku', 1776.67)]",
305
+ "difficulty_level": "easy",
306
+ "table": "commodity_prices"
307
+ },
308
+ {
309
+ "id": 236,
310
+ "question_en": "How many commodities have prices recorded in at least five districts?",
311
+ "question_ny": "Kodi ndi zokolola ziti zomwe ali ndi mitengo yolembedwa m'maboma osachepera asanu?",
312
+ "sql_statement": "SELECT COUNT(*) FROM (SELECT commodity FROM commodity_prices GROUP BY commodity HAVING COUNT(DISTINCT district) >= 5);",
313
+ "sql_result": "[(6,)]",
314
+ "difficulty_level": "hard",
315
+ "table": "commodity_prices"
316
+ },
317
+ {
318
+ "id": 237,
319
+ "question_en": "Which district recorded the lowest average price across all commodities?",
320
+ "question_ny": "Ndi boma liti lomwe linalemba mtengo wapakatikati wotsika wa zokolola zonse?",
321
+ "sql_statement": "SELECT district, AVG(price) AS Avg_price FROM commodity_prices;",
322
+ "sql_result": "[('Chitipa', 1776.67)]",
323
+ "difficulty_level": "easy",
324
+ "table": "commodity_prices"
325
+ },
326
+ {
327
+ "id": 244,
328
+ "question_en": "What is the average closing price of FMB Capital Holdings?",
329
+ "question_ny": "Mtengo wapakatikati wa FMB Capital Holdings pamene msika umatseka ndi uti?",
330
+ "sql_statement": "SELECT AVG(close_price) FROM mse_daily WHERE company_name = 'FMB Capital Holdings';",
331
+ "sql_result": "[(358.39855924170615,)]",
332
+ "difficulty_level": "easy",
333
+ "table": "mse_daily"
334
+ },
335
+ {
336
+ "id": 255,
337
+ "question_en": "What is the average trading volume for companies in the Telecommunications sector?",
338
+ "question_ny": "Ndi mlingo uti wapakatikati wakuchuluka kwa malonda omwe kampani za lamya zachita?",
339
+ "sql_statement": "SELECT AVG(volume) FROM mse_daily WHERE sector = 'Telecommunications';",
340
+ "sql_result": "[(340575.4199052133,)]",
341
+ "difficulty_level": "easy",
342
+ "table": "mse_daily"
343
+ },
344
+ {
345
+ "id": 276,
346
+ "question_en": "On how many trading days did Blantyre Hotels Limited close at a higher price than the previous day?",
347
+ "question_ny": "Ndi masiku angati ochita malonda omwe Blantyre Hotels Limited inatseka ndi mtengo wokwera kuposa tsiku la m'mbuyo?",
348
+ "sql_statement": "SELECT COUNT(*) FROM mse_daily WHERE company_name = 'Blantyre Hotels Limited' AND close_price > previous_close_price;",
349
+ "sql_result": "[(29,)]",
350
+ "difficulty_level": "easy",
351
+ "table": "mse_daily"
352
+ },
353
+ {
354
+ "id": 281,
355
+ "question_en": "On how many trading days did Telekom Networks Malawi close at a higher price than the previous day?",
356
+ "question_ny": "Ndi masiku angati ochita malonda omwe Telekom Networks Malawi inatseka ndi mtengo wokwera kuposa tsiku la m'mbuyo?",
357
+ "sql_statement": "SELECT COUNT(*) FROM mse_daily WHERE company_name = 'Telekom Networks Malawi' AND close_price > previous_close_price;",
358
+ "sql_result": "[(175,)]",
359
+ "difficulty_level": "easy",
360
+ "table": "mse_daily"
361
+ },
362
+ {
363
+ "id": 284,
364
+ "question_en": "What is the average closing price of Old Mutual?",
365
+ "question_ny": "Kodi mtengo wapakatikati wotsekera malonda wa Old Mutual ndi uti?",
366
+ "sql_statement": "SELECT AVG(close_price) FROM mse_daily WHERE company_name = 'Old Mutual';",
367
+ "sql_result": "[(1720.2587298578198,)]",
368
+ "difficulty_level": "easy",
369
+ "table": "mse_daily"
370
+ },
371
+ {
372
+ "id": 285,
373
+ "question_en": "What was the largest single-day percentage increase in close_price for NITL plc?",
374
+ "question_ny": "Kodi kuwonjezeka kwakukulu kwambiri kwa mtengo mu tsiku limodzi kwa NITL plc kunali kotani?",
375
+ "sql_statement": "SELECT MAX((close_price - previous_close_price)/previous_close_price * 100.0) FROM mse_daily WHERE company_name = 'NITL plc' AND previous_close_price > 0;",
376
+ "sql_result": "[(14.999209083843985,)]",
377
+ "difficulty_level": "easy",
378
+ "table": "mse_daily"
379
+ },
380
+ {
381
+ "id": 290,
382
+ "question_en": "What is the lowest closing price recorded for NBS Bank?",
383
+ "question_ny": "Kodi mtengo wotsika kwambiri wotseka womwe NBS Bank inagulitsa ndi uti?",
384
+ "sql_statement": "SELECT MIN(close_price) FROM mse_daily WHERE company_name = 'NBS Bank';",
385
+ "sql_result": "[(20.44,)]",
386
+ "difficulty_level": "easy",
387
+ "table": "mse_daily"
388
+ },
389
+ {
390
+ "id": 295,
391
+ "question_en": "Which sector has the highest average closing price?",
392
+ "question_ny": "Ndi nthambi iti yomwe lili ndi mtengo wapakatikati wotsekera malonda wokwera kwambiri? ",
393
+ "sql_statement": "SELECT sector, AVG(close_price) AS Avg_close_price FROM mse_daily;",
394
+ "sql_result": "[('Telecommunications', 765.34)]",
395
+ "difficulty_level": "easy",
396
+ "table": "mse_daily"
397
+ },
398
+ {
399
+ "id": 297,
400
+ "question_en": "What is the average closing price for companies in the Banking sector?",
401
+ "question_ny": "Kodi mtengo wapakatikati wotsekera malonda wa zosungitsa ndi kubwereketsa ndalama ndi uti?",
402
+ "sql_statement": "SELECT AVG(close_price) FROM mse_daily WHERE sector = 'Banking';",
403
+ "sql_result": "[(1281.3135374407584,)]",
404
+ "difficulty_level": "easy",
405
+ "table": "mse_daily"
406
+ },
407
+ {
408
+ "id": 301,
409
+ "question_en": "How many trading days recorded a closing price above 500 for Press Corporation Limited?",
410
+ "question_ny": "Ndi masiku angati amalonda omwe Press Corporation Limited inali ndi mtengo wotsekera woposa 500?",
411
+ "sql_statement": "SELECT COUNT(*) FROM mse_daily WHERE company_name = 'Press Corporation Limited' AND close_price > 500;",
412
+ "sql_result": "[(1055,)]",
413
+ "difficulty_level": "easy",
414
+ "table": "mse_daily"
415
+ },
416
+ {
417
+ "id": 307,
418
+ "question_en": "Which sectors have at least one company with a closing price above 1000?",
419
+ "question_ny": "Ndi nthambi ziti zomwe zili ndi kampani imodzi kapena kuposa yomwe mtengo wotsekera malonda unaposa 1000?",
420
+ "sql_statement": "SELECT DISTINCT sector FROM mse_daily WHERE close_price > 1000;",
421
+ "sql_result": "[('Agriculture',), ('Banking',), ('Financial Services',), ('Telecommunications',)]",
422
+ "difficulty_level": "easy",
423
+ "table": "mse_daily"
424
+ },
425
+ {
426
+ "id": 315,
427
+ "question_en": "What is the dividend yield of NICO?",
428
+ "question_ny": "Kodi phindu ma sheya iliyonse ya NICO ndi chani? ",
429
+ "sql_statement": "SELECT dividend_yield_pct, MAX(trade_date) AS max_trade_date FROM mse_daily WHERE ticker = 'NICO';",
430
+ "sql_result": "[(1.15, '2025-09-10')]",
431
+ "difficulty_level": "easy",
432
+ "table": "mse_daily"
433
+ },
434
+ {
435
+ "id": 334,
436
+ "question_en": "What is the unique Analyzed population in Rumphi?",
437
+ "question_ny": "Chiwerengero chapaderadera cha anthu omwe adawelengeledwa ku Rumphi ndi chiti?",
438
+ "sql_statement": "SELECT DISTINCT analyzed_population FROM food_insecurity WHERE district = 'Rumphi';",
439
+ "sql_result": "[(259391.0,)]",
440
+ "difficulty_level": "easy",
441
+ "table": "food_insecurity"
442
+ },
443
+ {
444
+ "id": 348,
445
+ "question_en": "What are the different food insecurity levels in Mchinji?",
446
+ "question_ny": "Kodi milingo ya mavuto akusowa kwa chakudya osiyanasiyana ku Mchinji ndi iti?",
447
+ "sql_statement": "SELECT DISTINCT insecurity_level FROM food_insecurity WHERE district = 'Mchinji';",
448
+ "sql_result": "[(1,), (2,), (3,), (4,), (5,)]",
449
+ "difficulty_level": "easy",
450
+ "table": "food_insecurity"
451
+ },
452
+ {
453
+ "id": 350,
454
+ "question_en": "Mention the distinct food insecurity percentages in Balaka?",
455
+ "question_ny": "Tchulani mlingo wa vuto la chakudya m'boma la Balaka pa zinthu 100 zilizonse",
456
+ "sql_statement": "SELECT DISTINCT percentage_population FROM food_insecurity WHERE district = 'Balaka';",
457
+ "sql_result": "[(20,), (35,), (40,), (5,), (0,), (30,)]",
458
+ "difficulty_level": "easy",
459
+ "table": "food_insecurity"
460
+ },
461
+ {
462
+ "id": 356,
463
+ "question_en": "Which districts had analyzed population greater than 1000000?",
464
+ "question_ny": "Ndi maboma ati amene anali ndi chowengero choposa 1000000? ",
465
+ "sql_statement": "SELECT DISTINCT district FROM food_insecurity WHERE analyzed_population > 1000000;",
466
+ "sql_result": "[('Lilongwe',), ('Mangochi',), ('Mzimba',)]",
467
+ "difficulty_level": "easy",
468
+ "table": "food_insecurity"
469
+ },
470
+ {
471
+ "id": 357,
472
+ "question_en": "Among the stressed population, which district had the most analyzed population?",
473
+ "question_ny": "Muchiwerengero cha anthu ovutikitsitsa ndi kusowa kwa chakudya, ndi boma liti lomwe linali anthu ofufuzidwa ochuluka? ",
474
+ "sql_statement": "SELECT district, MAX(analyzed_population) AS max_analyzed_population FROM food_insecurity WHERE insecurity_desc_short = 'stressed';",
475
+ "sql_result": "[('Lilongwe', 1869640)]",
476
+ "difficulty_level": "easy",
477
+ "table": "food_insecurity"
478
+ },
479
+ {
480
+ "id": 359,
481
+ "question_en": "Among the population with catastrophe or famine cases of food insecurity, which district had the highest analyzed population?",
482
+ "question_ny": "Muchiwerengero cha anthu omwe anali ndi vuto ladzaoneni la njala, ndi boma liti linali ndi chiwerengero chachikulu kwambiri? ",
483
+ "sql_statement": "SELECT district, MAX(analyzed_population) AS max_analyzed_population FROM food_insecurity WHERE insecurity_desc_short = 'Catastrophe or famine';",
484
+ "sql_result": "[('Lilongwe', 1869640)]",
485
+ "difficulty_level": "easy",
486
+ "table": "food_insecurity"
487
+ },
488
+ {
489
+ "id": 361,
490
+ "question_en": "Which district has the largest total analyzed_population across all May-September periods?",
491
+ "question_ny": "Ndi boma liti lomwe linali ndi anthu owerengedwa ambiri kuyambira May mpaka September?",
492
+ "sql_statement": "SELECT district, SUM(analyzed_population) AS Sum_analyzed_population FROM food_insecurity WHERE time_period LIKE '%May%' OR time_period LIKE '%May-%' OR time_period LIKE '%May–%';",
493
+ "sql_result": "[('Balaka', 92153675)]",
494
+ "difficulty_level": "easy",
495
+ "table": "food_insecurity"
496
+ },
497
+ {
498
+ "id": 365,
499
+ "question_en": "What is the highest food insecurity level recorded in Mchinji?",
500
+ "question_ny": "Kodi mlingo wapamwamba kwambiri wa kusowa chakudya ku Mchinji ndi uti?",
501
+ "sql_statement": "SELECT MAX(insecurity_level) FROM food_insecurity WHERE district = 'Mchinji';",
502
+ "sql_result": "[(5,)]",
503
+ "difficulty_level": "easy",
504
+ "table": "food_insecurity"
505
+ },
506
+ {
507
+ "id": 368,
508
+ "question_en": "What is the unique food insecurity percentage in Mwanza?",
509
+ "question_ny": "Kodi kusowa kwa chakudya ku Mwanza ndi kotani pa zinthu 100 zilizonse?",
510
+ "sql_statement": "SELECT DISTINCT percentage_population FROM food_insecurity WHERE district = 'Mwanza';",
511
+ "sql_result": "[(30,), (35,), (5,), (0,)]",
512
+ "difficulty_level": "easy",
513
+ "table": "food_insecurity"
514
+ },
515
+ {
516
+ "id": 370,
517
+ "question_en": "List distinct insecurity levels recorded in Zomba.",
518
+ "question_ny": "Onetsani milingo yosiyanasiyana ya kusowa kwa chakudya yomwe alembedwa ku Zomba.",
519
+ "sql_statement": "SELECT DISTINCT insecurity_level FROM food_insecurity WHERE district = 'Zomba';",
520
+ "sql_result": "[(1,), (2,), (3,), (4,), (5,)]",
521
+ "difficulty_level": "easy",
522
+ "table": "food_insecurity"
523
+ },
524
+ {
525
+ "id": 387,
526
+ "question_en": "How many distinct time periods are recorded for Rumphi?",
527
+ "question_ny": "Ndi nthawi zingati zodziwika bwino zomwe zinalembedwa ku Rumphi?",
528
+ "sql_statement": "SELECT COUNT(DISTINCT time_period) FROM food_insecurity WHERE district = 'Rumphi';",
529
+ "sql_result": "[(2,)]",
530
+ "difficulty_level": "medium",
531
+ "table": "food_insecurity"
532
+ },
533
+ {
534
+ "id": 389,
535
+ "question_en": "How many non-zero percentage populations are recorded for Likoma?",
536
+ "question_ny": "Kodi Likoma inalemba magawo anthu kuyambira mmodzi owunikiridwa angati?",
537
+ "sql_statement": "SELECT COUNT(*) FROM food_insecurity WHERE district = 'Likoma' AND percentage_population > 0;",
538
+ "sql_result": "[(6,)]",
539
+ "difficulty_level": "easy",
540
+ "table": "food_insecurity"
541
+ }
542
+ ]