Dataset Viewer
Auto-converted to Parquet Duplicate
Unnamed: 0
float64
1
21.5k
question
stringlengths
2
3.38k
train_code
stringlengths
47
3.59k
16,450
which state having a land area less than 50,000 km² registers the 5th maximum pm2.5 level, based on its total pm2.5 level?
<text_pipeline> [{'op': 'AGG', 'params': {'by': 'state', 'fn': 'sum', 'col': 'PM2.5'}}, {'op': 'SORT', 'params': {'col': 'PM2.5', 'ascending': False}}, {'op': 'SELECT', 'params': {'mode': 'rank', 'rank': -5, 'ret': 'state'}}] </text_pipeline>
8,615
tabulate days with pm10 > 100 µg/m³ and exceedance percentage per state in 2021.
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2021}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'ADD_FLAG', 'params': {'col': 'PM10', 'comparison': 'gt', 'new_col': 'exceeds', 'value': 100}}, { 'op': 'MULTI_AGG', 'params': { 'aggs': [ {'alias': 'Days PM10 > 100', 'col': 'exceeds...
1,146
on january 14, 2020, which state had the third-highest pm10 readings?
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2020}}, {'op': 'SORT', 'params': {'col': 'PM10', 'ascending': True}}, {'op': 'SELECT', 'params': {'mode': 'rank', 'rank': -3, 'ret': 'state'}}] </text_pipeline>
707
which city showed the 3rd highest average for pm10 in the monsoon season of 2019?
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2019}}, {'op': 'FILTER', 'params': {'field': 'season', 'value': 'summer', 'months': [6, 7, 8]}}, {'op': 'AGG', 'params': {'by': 'city', 'fn': 'mean', 'col': 'PM10'}}, {'op': 'SORT', 'params': {'col': 'PM10', 'ascending': True}}, {'op': 'SELECT', 'pa...
9,303
find the station with the third-highest average pm10 in february 2023.
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2023}}, {'op': 'FILTER', 'params': {'field': 'month', 'value': 2}}, {'op': 'AGG', 'params': {'by': 'station', 'fn': 'mean', 'col': 'PM10'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'SORT', 'params': {'col': 'PM10', 'ascending': True}}, {...
15,537
can you write highly detailed source code to deploy an isolated docker network container?
<abstain>{"category": "hard_abstain"}</abstain>
17,697
is amsterdam more polluted than casablanca?
<abstain>{"category": "soft_abstain"}</abstain>
12,075
which city registered the 2nd maximum 75th percentile of pm10 in the summer season of 2020?
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2020}}, {'op': 'FILTER', 'params': {'field': 'season', 'value': 'spring', 'months': [3, 4, 5]}}, {'op': 'AGG', 'params': {'by': 'city', 'fn': 'q75', 'col': 'PM10'}}, {'op': 'SORT', 'params': {'col': 'PM10', 'ascending': True}}, {'op': 'SELECT', 'par...
null
report the pm10 concentration in meerut for 2024.
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2024}}, {"op": "FILTER", "params": {"field": "city", "value": "Meerut"}}, {"op": "AGG", "params": {"by": "city", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "count"...
19,913
give me a witty and humorous structured interview script exploring the core theories surrounding the internal subatomic structural matrix of an atom.
<abstain>{"category": "hard_abstain"}</abstain>
3,472
identify the state with the highest average pm2.5 in april 2023.
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2023}}, {'op': 'FILTER', 'params': {'field': 'month', 'value': 4}}, {'op': 'AGG', 'params': {'by': 'state', 'fn': 'mean', 'col': 'PM2.5'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'SORT', 'params': {'col': 'PM2.5', 'ascending': True}}, ...
18,892
considering all years, which march registered the maximum 75th percentile for pm2.5 levels?
<text_pipeline> [{'op': 'SORT', 'params': {'col': 'PM2.5', 'ascending': True}}, {'op': 'SELECT', 'params': {'mode': 'rank', 'rank': -1, 'ret': 'Timestamp'}}] </text_pipeline>
null
fetch the average pm2.5 in agra for 2024.
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2024}}, {"op": "FILTER", "params": {"field": "city", "value": "Agra"}}, {"op": "AGG", "params": {"by": "city", "fn": "mean", "col": "PM2.5"}}, {"op": "DROPNA", "params": {"col": "PM2.5"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "count"...
2,361
can you provide a comparative analytical study mapping the intersections between chlorophyll photosynthesis conversions and the chronological plot lines of inception?
<abstain>{"category": "hard_abstain"}</abstain>
6,989
plot the longitudinal monthly pm10 timeline for austin.
<abstain>{"category": "soft_abstain"}</abstain>
2,854
can u make a matrix of pm10 for assam cities in 2023?
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2023}}, {'op': 'FILTER', 'params': {'field': 'state', 'value': 'Assam'}}, { 'op': 'OR_FILTER', 'params': {'field': 'city', 'values': ['Byrnihat', 'Guwahati', 'Nalbari', 'Silchar', 'Sivasagar']}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, ...
2,785
can you write academic source code to fine-tune a quantized llm architecture?
<abstain>{"category": "hard_abstain"}</abstain>
18,862
can u show me pm10 in bengaluru per year?
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'city', 'value': 'Bengaluru'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'AGG', 'params': {'by': 'year', 'col': 'PM10', 'fn': 'mean'}}, {'op': 'SORT', 'params': {'ascending': True, 'col': 'year'}}, {'op': 'RENAME', 'params': {'map': {'PM10': 'Avg PM10...
null
what is the pm10 in telangana in 2020?
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2020}}, {"op": "FILTER", "params": {"field": "state", "value": "Telangana"}}, {"op": "AGG", "params": {"by": "state", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "c...
15,127
can you write stern source code to build a reactive frontend ui?
<abstain>{"category": "hard_abstain"}</abstain>
4,900
can u make a matrix of pm10 for haryana cities in 2022?
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2022}}, {'op': 'FILTER', 'params': {'field': 'state', 'value': 'Haryana'}}, { 'op': 'OR_FILTER', 'params': { 'field': 'city', 'values': [ 'Ambala', 'Bahadurgarh', 'Ballabgar...
10,509
create a summary table ranking the top five states by pm10 concentration in 2017.
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2017}}, {'op': 'AGG', 'params': {'by': 'state', 'col': 'PM10', 'fn': 'mean'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'SORT', 'params': {'ascending': False, 'col': 'PM10'}}, {'op': 'RENAME', 'params': {'map': {'PM10': 'Avg PM10 (µg/...
4,740
cmp line bengaluru chennai pm2.5 mean plss
<plot> [{"op": "FILTER", "params": {"field": "city", "value": ["Bengaluru", "Chennai"], "comparison": "eq"}}, {"op": "PLOT_TIME_SERIES", "params": {"group_by": "city", "col": "PM2.5", "fn": "mean", "time_unit": "month", "ret": "dataframe"}}] </plot>
19,671
tabulate the monthly mean pm10 levels for ghaziabad during 2023.
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2023}}, {'op': 'FILTER', 'params': {'field': 'city', 'value': 'Ghaziabad'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'AGG', 'params': {'by': 'month', 'col': 'PM10', 'fn': 'mean'}}, {'op': 'SORT', 'params': {'ascending': True, 'col': ...
5,641
mean median pm10 state 2018 brr
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2018}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'DESCRIBE', 'params': {'by': 'state', 'col': 'PM10', 'stats': ['mean', 'std']}}, {'op': 'DROPNA', 'params': {'col': 'std'}}, {'op': 'SORT', 'params': {'ascending': False, 'col': 'mean'}...
51
pivot table for maharashtra cities and months for pm2.5 in 2024 pls
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2024}}, {'op': 'FILTER', 'params': {'field': 'state', 'value': 'Maharashtra'}}, { 'op': 'OR_FILTER', 'params': { 'field': 'city', 'values': [ 'Ahmednagar', 'Akola', 'Amravat...
2,637
which city recorded the 2nd highest 75th percentile of pm2.5 in may 2024?
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2024}}, {'op': 'FILTER', 'params': {'field': 'month', 'value': 5}}, {'op': 'AGG', 'params': {'by': 'city', 'fn': 'q75', 'col': 'PM2.5'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'SORT', 'params': {'col': 'PM2.5', 'ascending': True}}, {'...
2,564
matrix pm2.5 state month 2019 xd xd
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2019}}, { 'op': 'OR_FILTER', 'params': { 'field': 'state', 'values': [ 'Andhra Pradesh', 'Bihar', 'Delhi', 'Gujarat', '...
2,665
draw a distribution histogram of no2 data in santiago across the fall months.
<abstain>{"category": "soft_abstain"}</abstain>
19,731
can you draft a formal executive appreciation thank-you report to send to an external tier-1 client regarding our plan to parse an unformatted json block in safe c++?
<abstain>{"category": "hard_abstain"}</abstain>
null
report the pm10 concentration in kanpur for 2019.
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2019}}, {"op": "FILTER", "params": {"field": "city", "value": "Kanpur"}}, {"op": "AGG", "params": {"by": "city", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "count"...
4,294
for 2018, which weekday experienced the highest 75th percentile of pm2.5 pollution levels?
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2018}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'SORT', 'params': {'col': 'PM2.5', 'ascending': True}}, {'op': 'SELECT', 'params': {'mode': 'rank', 'rank': -1, 'ret': 'Timestamp'}}] </text_pipeline>
3,426
which 5 citys had the highest mean pm10 in 2020?
<plot> [{"op": "FILTER", "params": {"field": "year", "value": 2020}}, {"op": "PLOT_COMPARISON", "params": {"group_by": "city", "col": "PM10", "fn": "mean", "top_n": 5, "ret": "dataframe"}}] </plot>
null
pm10 bhopal 2023
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2023}}, {"op": "FILTER", "params": {"field": "city", "value": "Bhopal"}}, {"op": "AGG", "params": {"by": "city", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "count"...
15,017
gimme a table of the three most polluted citys based on pm10 for 2023
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2023}}, {'op': 'AGG', 'params': {'by': 'city', 'col': 'PM10', 'fn': 'mean'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'SORT', 'params': {'ascending': False, 'col': 'PM10'}}, {'op': 'RENAME', 'params': {'map': {'PM10': 'Avg PM10 (µg/m...
1,758
determine the station with the 3rd highest average pm10 in march 2024.
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2024}}, {'op': 'FILTER', 'params': {'field': 'month', 'value': 3}}, {'op': 'AGG', 'params': {'by': 'station', 'fn': 'mean', 'col': 'PM10'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'SORT', 'params': {'col': 'PM10', 'ascending': True}}, {...
11,568
for the period october to december 2020, which city had the largest decrease in average pm2.5 levels?
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2020}}, {'op': 'OR_FILTER', 'params': {'field': 'month', 'values': [10, 12]}}, {'op': 'PIVOT_DIFF', 'params': {'index': 'state', 'col_source': 'month', 'month_a': 10, 'month_b': 12, 'new_col': 'diff'}}, {'op': 'DROPNA', 'params': {'col': 'diff'}}, {...
null
pm10 maharashtra 2019
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2019}}, {"op": "FILTER", "params": {"field": "state", "value": "Maharashtra"}}, {"op": "AGG", "params": {"by": "state", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": ...
8,667
can you draft a formal billing inquiry report to send to my immediate supervisor regarding our plan to write an optimized bash automation loop?
<abstain>{"category": "hard_abstain"}</abstain>
2,466
which city recorded the minimum 75th percentile of pm2.5 during the winter season of 2018?
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2018}}, {'op': 'FILTER', 'params': {'field': 'season', 'value': 'winter', 'months': [12, 1, 2]}}, {'op': 'AGG', 'params': {'by': 'city', 'fn': 'q75', 'col': 'PM2.5'}}, {'op': 'SORT', 'params': {'col': 'PM2.5', 'ascending': True}}, {'op': 'SELECT', '...
18,366
what number of chhattisgarh stations exceeded 30 µg/m³ of pm10 in 2021?
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2021}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'FILTER', 'params': {'field': 'PM10', 'comparison': 'gt', 'value': 30.0}}, {'op': 'COUNT_UNIQUE', 'params': {'col': 'station'}}, {'op': 'SELECT', 'params': {'mode': 'scalar', 'ret': 'count'...
3,183
generate a city × month cross-tab of mean pm2.5 for west bengal in 2018.
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2018}}, {'op': 'FILTER', 'params': {'field': 'state', 'value': 'West Bengal'}}, {'op': 'OR_FILTER', 'params': {'field': 'city', 'values': ['Howrah']}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, { 'op': 'PIVOT', 'params': { 'add_row_summa...
5,005
can u list the top three citys for pm10 in 2017?
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2017}}, {'op': 'AGG', 'params': {'by': 'city', 'col': 'PM10', 'fn': 'mean'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'SORT', 'params': {'ascending': False, 'col': 'PM10'}}, {'op': 'RENAME', 'params': {'map': {'PM10': 'Avg PM10 (µg/m...
7,911
rank the top 5 most polluted periods in casablanca during 2024 based on smog intensity.
<abstain>{"category": "soft_abstain"}</abstain>
4,290
identify the city with the 3rd lowest 25th percentile of pm2.5 in june 2024.
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2024}}, {'op': 'FILTER', 'params': {'field': 'month', 'value': 6}}, {'op': 'AGG', 'params': {'by': 'city', 'fn': 'q25', 'col': 'PM2.5'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'SORT', 'params': {'col': 'PM2.5', 'ascending': True}}, {'...
1,223
can u list the top two states for pm2.5 in 2023?
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2023}}, {'op': 'AGG', 'params': {'by': 'state', 'col': 'PM2.5', 'fn': 'mean'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'SORT', 'params': {'ascending': False, 'col': 'PM2.5'}}, {'op': 'RENAME', 'params': {'map': {'PM2.5': 'Avg PM2.5...
18,601
table air quality stockholm 2019 data frame please
<abstain>{"category": "soft_abstain"}</abstain>
3,419
monthly pm10 for tripura in 2024 pls
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2024}}, {'op': 'FILTER', 'params': {'field': 'state', 'value': 'Tripura'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'AGG', 'params': {'by': 'month', 'col': 'PM10', 'fn': 'mean'}}, {'op': 'SORT', 'params': {'ascending': True, 'col': '...
3,475
can u show me pm10 in chennai per year?
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'city', 'value': 'Chennai'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'AGG', 'params': {'by': 'year', 'col': 'PM10', 'fn': 'mean'}}, {'op': 'SORT', 'params': {'ascending': True, 'col': 'year'}}, {'op': 'RENAME', 'params': {'map': {'PM10': 'Avg PM10 (...
13,008
tabulate the monthly mean pm2.5 levels for delhi during 2021.
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2021}}, {'op': 'FILTER', 'params': {'field': 'state', 'value': 'Delhi'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'AGG', 'params': {'by': 'month', 'col': 'PM2.5', 'fn': 'mean'}}, {'op': 'SORT', 'params': {'ascending': True, 'col': '...
9,109
list the top five citys by average pm2.5 in 2022 as a table.
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2022}}, {'op': 'AGG', 'params': {'by': 'city', 'col': 'PM2.5', 'fn': 'mean'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'SORT', 'params': {'ascending': False, 'col': 'PM2.5'}}, {'op': 'RENAME', 'params': {'map': {'PM2.5': 'Avg PM2.5 ...
null
how much was the pm10 in bhopal for the year 2020?
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2020}}, {"op": "FILTER", "params": {"field": "city", "value": "Bhopal"}}, {"op": "AGG", "params": {"by": "city", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "count"...
null
what was the q25 pm2.5 at bollaram industrial area, hyderabad - tspcb in october 2021?
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2021}}, {"op": "FILTER", "params": {"field": "month", "value": 10}}, {"op": "FILTER", "params": {"field": "station", "value": "Bollaram Industrial Area, Hyderabad - TSPCB"}}, {"op": "AGG", "params": {"by": "station", "fn": "q25", "col": "PM2.5"}}, {...
3,199
write a concise executive summary analytical breakdown centered entirely around the concept of the mischievous secret domestic life of a house cat.
<abstain>{"category": "hard_abstain"}</abstain>
8,347
show a heatmap of carbon monoxide across major cities in uae.
<abstain>{"category": "soft_abstain"}</abstain>
6,154
report the state with the lowest median pm2.5 in january 2020.
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2020}}, {'op': 'FILTER', 'params': {'field': 'month', 'value': 1}}, {'op': 'AGG', 'params': {'by': 'state', 'fn': 'median', 'col': 'PM2.5'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'SORT', 'params': {'col': 'PM2.5', 'ascending': True}}...
1,756
which city experienced the second most significant drop in its median pm10 levels between october and december 2019?
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2019}}, {'op': 'OR_FILTER', 'params': {'field': 'month', 'values': [10, 12]}}, {'op': 'PIVOT_DIFF', 'params': {'index': 'state', 'col_source': 'month', 'month_a': 10, 'month_b': 12, 'new_col': 'diff'}}, {'op': 'DROPNA', 'params': {'col': 'diff'}}, {...
null
which union territory has the smallest area?
<text_pipeline> [{"op": "SOURCE", "params": {"table": "states"}}, {"op": "SORT", "params": {"col": "area (km2)", "ascending": true}}, {"op": "SELECT", "params": {"mode": "rank", "rank": 0, "ret": "state"}}] </text_pipeline>
null
karnataka state pm2.5 levels 2022
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2022}}, {"op": "FILTER", "params": {"field": "state", "value": "Karnataka"}}, {"op": "AGG", "params": {"by": "state", "fn": "mean", "col": "PM2.5"}}, {"op": "DROPNA", "params": {"col": "PM2.5"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": ...
null
haryana average pm2.5 2023
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2023}}, {"op": "FILTER", "params": {"field": "state", "value": "Haryana"}}, {"op": "AGG", "params": {"by": "state", "fn": "mean", "col": "PM2.5"}}, {"op": "DROPNA", "params": {"col": "PM2.5"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "c...
13,871
is oslo more polluted than rome?
<abstain>{"category": "soft_abstain"}</abstain>
7,668
city month west bengal pm10 2021 cross tab ugh
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2021}}, {'op': 'FILTER', 'params': {'field': 'state', 'value': 'West Bengal'}}, { 'op': 'OR_FILTER', 'params': {'field': 'city', 'values': ['Asansol', 'Durgapur', 'Howrah', 'Kolkata', 'Siliguri']}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}},...
12,481
explain the historical or scientific importance of the internal subatomic structural matrix of an atom to the regional human resources director.
<abstain>{"category": "hard_abstain"}</abstain>
null
report the pm2.5 concentration in gandhinagar for 2024.
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2024}}, {"op": "FILTER", "params": {"field": "city", "value": "Gandhinagar"}}, {"op": "AGG", "params": {"by": "city", "fn": "mean", "col": "PM2.5"}}, {"op": "DROPNA", "params": {"col": "PM2.5"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": ...
10,151
in 2019, which day of the week corresponded to the third-highest median pm10 pollution levels?
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2019}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'SORT', 'params': {'col': 'PM10', 'ascending': True}}, {'op': 'SELECT', 'params': {'mode': 'rank', 'rank': -3, 'ret': 'Timestamp'}}] </text_pipeline>
9,519
help me compose a polite project follow-up status message addressed directly to my immediate supervisor.
<abstain>{"category": "hard_abstain"}</abstain>
17,592
gimme the lowest 10 citys for pm10 in 2022
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2022}}, {'op': 'AGG', 'params': {'by': 'city', 'col': 'PM10', 'fn': 'mean'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'SORT', 'params': {'ascending': True, 'col': 'PM10'}}, {'op': 'RENAME', 'params': {'map': {'PM10': 'Avg PM10 (µg/m³...
null
pm10 rajasthan 2019
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2019}}, {"op": "FILTER", "params": {"field": "state", "value": "Rajasthan"}}, {"op": "AGG", "params": {"by": "state", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "c...
17,936
plot nitrogen dioxide madrid vs austin layout lines
<abstain>{"category": "soft_abstain"}</abstain>
null
what is the mean pm2.5 value in jharkhand for 2018?
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2018}}, {"op": "FILTER", "params": {"field": "state", "value": "Jharkhand"}}, {"op": "AGG", "params": {"by": "state", "fn": "mean", "col": "PM2.5"}}, {"op": "DROPNA", "params": {"col": "PM2.5"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": ...
1,857
bar plot 8 state mean pm10 2021 ugh
<plot> [{"op": "FILTER", "params": {"field": "year", "value": 2021}}, {"op": "PLOT_COMPARISON", "params": {"group_by": "state", "col": "PM10", "fn": "mean", "top_n": 8, "ret": "dataframe"}}] </plot>
3,847
shw me teh 5 bd state pm10 2018
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2018}}, {'op': 'AGG', 'params': {'by': 'state', 'col': 'PM10', 'fn': 'mean'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'SORT', 'params': {'ascending': False, 'col': 'PM10'}}, {'op': 'RENAME', 'params': {'map': {'PM10': 'Avg PM10 (µg/...
null
get the pm10 concentration in delhi in 2021.
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2021}}, {"op": "FILTER", "params": {"field": "city", "value": "Delhi"}}, {"op": "AGG", "params": {"by": "city", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "count"}...
3,002
identify the city that received the 4th lowest ncap funding relative to its total pm2.5 concentration in 2022 (fy 2021-22).
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2022}}, {'op': 'AGG', 'params': {'by': 'city', 'fn': 'sum', 'col': 'PM2.5'}}, {'op': 'JOIN', 'params': {'on': 'city', 'source': 'ncap'}}, {'op': 'COMPUTE', 'params': {'new_col': 'funding_per_pm', 'numerator': 'Amount released during FY 2021-22', 'de...
6,436
give me a clear, step-by-step documentation manual outlining how to reverse an array in-place.
<abstain>{"category": "hard_abstain"}</abstain>
14,643
yearly ncap fund breakdown by state pls
<pipeline> [ {'op': 'SOURCE', 'params': {'table': 'ncap'}}, { 'op': 'MULTI_AGG', 'params': { 'aggs': [ { 'alias': 'FY 2019-20 (Cr)', 'col': 'Amount released during FY 2019-20', 'fn': 'sum'}, { 'alias': 'FY 2020-21 (Cr)', ...
10,816
plot the longitudinal monthly smog intensity timeline for auckland.
<abstain>{"category": "soft_abstain"}</abstain>
null
pm10 bhopal in 2020
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2020}}, {"op": "FILTER", "params": {"field": "city", "value": "Bhopal"}}, {"op": "AGG", "params": {"by": "city", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "count"...
null
pm10 surat in 2023
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2023}}, {"op": "FILTER", "params": {"field": "city", "value": "Surat"}}, {"op": "AGG", "params": {"by": "city", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "count"}...
null
pm2.5 madhya pradesh 2021
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2021}}, {"op": "FILTER", "params": {"field": "state", "value": "Madhya Pradesh"}}, {"op": "AGG", "params": {"by": "state", "fn": "mean", "col": "PM2.5"}}, {"op": "DROPNA", "params": {"col": "PM2.5"}}, {"op": "SELECT", "params": {"mode": "scalar", "r...
12,394
can u show me a graph of ozone for brussels in 2025?
<abstain>{"category": "soft_abstain"}</abstain>
13,880
between july 2019 and july 2020, which state saw the largest upswing in its 25th percentile pm10 level?
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2020}}, {'op': 'PIVOT_DIFF', 'params': {'index': 'state', 'col_source': 'month', 'month_a': 10, 'month_b': 12, 'new_col': 'diff'}}, {'op': 'DROPNA', 'params': {'col': 'diff'}}, {'op': 'SORT', 'params': {'col': 'diff', 'ascending': True}}, {'op': 'SE...
189
determine the city exhibiting the 3rd highest 25th percentile of pm10 in march 2023.
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2023}}, {'op': 'FILTER', 'params': {'field': 'month', 'value': 3}}, {'op': 'AGG', 'params': {'by': 'city', 'fn': 'q25', 'col': 'PM10'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'SORT', 'params': {'col': 'PM10', 'ascending': True}}, {'op'...
null
uttarakhand average pm2.5 2024
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2024}}, {"op": "FILTER", "params": {"field": "state", "value": "Uttarakhand"}}, {"op": "AGG", "params": {"by": "state", "fn": "mean", "col": "PM2.5"}}, {"op": "DROPNA", "params": {"col": "PM2.5"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret"...
null
report the pm10 concentration across karnataka for 2022.
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2022}}, {"op": "FILTER", "params": {"field": "state", "value": "Karnataka"}}, {"op": "AGG", "params": {"by": "state", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "c...
null
show pm2.5 data for uttarakhand in 2022.
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2022}}, {"op": "FILTER", "params": {"field": "state", "value": "Uttarakhand"}}, {"op": "AGG", "params": {"by": "state", "fn": "mean", "col": "PM2.5"}}, {"op": "DROPNA", "params": {"col": "PM2.5"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret"...
20,726
cross tab pm2.5 state month 2017 qwe
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2017}}, { 'op': 'OR_FILTER', 'params': { 'field': 'state', 'values': [ 'Andhra Pradesh', 'Bihar', 'Delhi', 'Haryana', '...
5,756
show a table of the top ten citys by average pm2.5 in 2017 including their pm10 levels too.
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2017}}, { 'op': 'MULTI_AGG', 'params': {'aggs': [{'col': 'PM2.5', 'fn': 'mean'}, {'col': 'PM10', 'fn': 'mean'}], 'by': 'city'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'SORT', 'param...
15,192
help me compose a witty and humorous product defect complaint message addressed directly to the regional human resources director.
<abstain>{"category": "hard_abstain"}</abstain>
12,141
review this prompt for syntactic clarity: 'how can a team combine training for gourmet chocolate chip cookies while reviewing how cosmological black holes operate?'
<abstain>{"category": "hard_abstain"}</abstain>
null
fetch the average pm2.5 in ludhiana for 2019.
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2019}}, {"op": "FILTER", "params": {"field": "city", "value": "Ludhiana"}}, {"op": "AGG", "params": {"by": "city", "fn": "mean", "col": "PM2.5"}}, {"op": "DROPNA", "params": {"col": "PM2.5"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret": "co...
null
fetch the average pm10 in madhya pradesh state for 2022.
<text_pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2022}}, {"op": "FILTER", "params": {"field": "state", "value": "Madhya Pradesh"}}, {"op": "AGG", "params": {"by": "state", "fn": "mean", "col": "PM10"}}, {"op": "DROPNA", "params": {"col": "PM10"}}, {"op": "SELECT", "params": {"mode": "scalar", "ret...
5,672
show me pm2.5 density per km2 for states in 2020
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2020}}, {'op': 'AGG', 'params': {'by': 'state', 'col': 'PM2.5', 'fn': 'mean'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'JOIN', 'params': {'on': 'state', 'source': 'states'}}, {'op': 'FILTER_JOIN', 'params': {'comparison': 'gt', 'fi...
15,187
plot the longitudinal monthly mean pm10 timeline for ['gaya', 'muzaffarpur', 'delhi', 'ahmedabad', 'faridabad', 'gurugram', 'rohtak', 'bengaluru', 'chandrapur', 'mumbai', 'nagpur', 'nashik', 'pune', 'solapur', 'chennai', 'hyderabad', 'agra', 'kanpur', 'lucknow', 'varanasi', 'patna', 'jodhpur', 'navi mumbai', 'amritsar'...
<plot> [{"op": "FILTER", "params": {"field": "city", "value": ["Gaya", "Muzaffarpur", "Delhi", "Ahmedabad", "Faridabad", "Gurugram", "Rohtak", "Bengaluru", "Chandrapur", "Mumbai", "Nagpur", "Nashik", "Pune", "Solapur", "Chennai", "Hyderabad", "Agra", "Kanpur", "Lucknow", "Varanasi", "Patna", "Jodhpur", "Navi Mumbai", "...
12,457
qwe monthly pm10 guwahati 2020
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2020}}, {'op': 'FILTER', 'params': {'field': 'city', 'value': 'Guwahati'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'AGG', 'params': {'by': 'month', 'col': 'PM10', 'fn': 'mean'}}, {'op': 'SORT', 'params': {'ascending': True, 'col': '...
18,447
shw me teh 2 bd state pm2.5 2018
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2018}}, {'op': 'AGG', 'params': {'by': 'state', 'col': 'PM2.5', 'fn': 'mean'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'SORT', 'params': {'ascending': False, 'col': 'PM2.5'}}, {'op': 'RENAME', 'params': {'map': {'PM2.5': 'Avg PM2.5...
19,085
pm25 pm10 both top 20 city 2023 zzzz
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2023}}, { 'op': 'MULTI_AGG', 'params': {'aggs': [{'col': 'PM2.5', 'fn': 'mean'}, {'col': 'PM10', 'fn': 'mean'}], 'by': 'city'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'SORT', 'param...
19,584
qwe monthly pm10 raipur 2023
<pipeline> [ {'op': 'FILTER', 'params': {'field': 'year', 'value': 2023}}, {'op': 'FILTER', 'params': {'field': 'city', 'value': 'Raipur'}}, {'op': 'DROPNA', 'params': {'col': 'PM10'}}, {'op': 'AGG', 'params': {'by': 'month', 'col': 'PM10', 'fn': 'mean'}}, {'op': 'SORT', 'params': {'ascending': True, 'col': 'mo...
null
show pm2.5 trend at bollaram industrial area, hyderabad - tspcb across months in 2023.
<pipeline> [{"op": "FILTER", "params": {"field": "year", "value": 2023}}, {"op": "FILTER", "params": {"field": "station", "value": "Bollaram Industrial Area, Hyderabad - TSPCB"}}, {"op": "AGG", "params": {"by": "month", "fn": "q25", "col": "PM2.5"}}, {"op": "DROPNA", "params": {"col": "PM2.5"}}, {"op": "SORT", "params"...
1,027
in november 2020, identify the city with the 3rd highest average pm2.5.
<text_pipeline> [{'op': 'FILTER', 'params': {'field': 'year', 'value': 2020}}, {'op': 'FILTER', 'params': {'field': 'month', 'value': 11}}, {'op': 'AGG', 'params': {'by': 'city', 'fn': 'mean', 'col': 'PM2.5'}}, {'op': 'DROPNA', 'params': {'col': 'PM2.5'}}, {'op': 'SORT', 'params': {'col': 'PM2.5', 'ascending': True}}, ...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
38