Nipun Claude commited on
Commit
813c618
·
1 Parent(s): a1a7ed8

Update questions.txt file with new questions including tougher analytical ones

Browse files

- Replace old questions.txt content that was overriding hardcoded questions
- Add the 4 tougher analytical questions:
* Which station records highest variability in PM2.5?
* Calculate pollution improvement rate year-over-year by city
* Identify cities with PM2.5 levels consistently above 50 μg/m³ for >6 months
* Find correlation between PM2.5 and PM10 across different seasons and cities
- Remove old questions like 'Which state has the highest average PM2.5?'
- Now questions should be visible in sidebar since questions.txt takes precedence

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

Files changed (1) hide show
  1. questions.txt +18 -17
questions.txt CHANGED
@@ -1,17 +1,18 @@
1
- Plot the monthly average PM2.5 for the year 2023.
2
- Which month has the highest average PM2.5 in 2023 for Mumbai?
3
- Plot and compare monthly timeseries of pollution for Mumbai and Bengaluru.
4
- Plot the yearly average PM2.5.
5
- Plot the monthly average PM2.5 of Delhi, Mumbai and Bengaluru for the year 2022.
6
- Which month has the highest pollution?
7
- Which city has the highest PM2.5 level in July 2022?
8
- Plot and compare the monthly average PM2.5 of Delhi, Mumbai and Bengaluru for the year 2022.
9
- Plot the monthly average PM2.5.
10
- Plot the monthly average PM10 for the year 2023.
11
- Which (month, year) has the highest PM2.5?
12
- Plot the monthly average PM2.5 of Delhi for the year 2022.
13
- Plot the monthly average PM2.5 of Bengaluru for the year 2022.
14
- Plot the monthly average PM2.5 of Mumbai for the year 2022.
15
- Which state has the highest average PM2.5?
16
- Plot monthly PM2.5 in Gujarat for 2023.
17
- What is the name of the month with the highest average PM2.5 overall?
 
 
1
+ Which month had highest pollution?
2
+ Which city has worst air quality?
3
+ Show annual PM2.5 average
4
+ Plot monthly average PM2.5 for 2023
5
+ List all cities by pollution level
6
+ Compare winter vs summer pollution
7
+ Show seasonal pollution patterns
8
+ Which areas exceed WHO guidelines?
9
+ What are peak pollution hours?
10
+ Show PM10 vs PM2.5 comparison
11
+ Which station records highest variability in PM2.5?
12
+ Calculate pollution improvement rate year-over-year by city
13
+ Identify cities with PM2.5 levels consistently above 50 μg/m³ for >6 months
14
+ Find correlation between PM2.5 and PM10 across different seasons and cities
15
+ Compare weekday vs weekend levels
16
+ Plot yearly trend analysis
17
+ Show pollution distribution by city
18
+ Create correlation plot between pollutants