Skip to content

Commit d1d1861

Browse files
Mukulikaamelissawm
andauthoredJan 28, 2022
Add tutorial on timeseries analysis of air polution (#111)
Tutorial falls in the "applications" category and highlights the use of loadtxt to work with csv files, computing moving-window averages, and working with statistics. Co-authored-by: Melissa Weber Mendonça <[email protected]>
1 parent de3f825 commit d1d1861

8 files changed

+10134
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ or navigate to any of the documents listed below and download it individually.
2525
8. [Tutorial: Static Equilibrium](content/tutorial-static_equilibrium.md)
2626
9. [Tutorial: Plotting Fractals](content/tutorial-plotting-fractals.ipynb)
2727
10. [Tutorial: NumPy natural language processing from scratch with a focus on ethics](content/tutorial-nlp-from-scratch.md)
28+
11. [Tutorial: Analysing the impact of the lockdown on air quality in Delhi, India](content/tutorial-air-quality-analysis.md)
2829

2930

3031
## Contributing

‎content/_static/11-breakpoints.png

422 KB
Loading

‎content/_static/11-delhi-aqi.jpg

60.9 KB
Loading
+229
Loading

‎content/_static/11-t-table.png

74.9 KB
Loading

‎content/air-quality-data.csv

+9,529
Large diffs are not rendered by default.

‎content/tutorial-air-quality-analysis.md

+374
Large diffs are not rendered by default.

‎site/applications.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ content/tutorial-nlp-from-scratch
1515
content/tutorial-x-ray-image-processing
1616
content/tutorial-static_equilibrium
1717
content/tutorial-plotting-fractals
18+
content/tutorial-air-quality-analysis
1819
```

0 commit comments

Comments
 (0)
Please sign in to comment.