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]>
- questions.txt +18 -17
questions.txt
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
-
|
2 |
-
Which
|
3 |
-
|
4 |
-
Plot
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
Which
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
Plot
|
17 |
-
|
|
|
|
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
|