How to work with csv files and averages in plain Python
Channel:
Subscribers:
632
Published on ● Video Link: https://www.youtube.com/watch?v=P4MSpd-ENog
pandas is an excellent tool for working with csv files and calculating averages. But what if you can't use pandas? Let's try doing those things with plain python.
You can see the code for yourself here: https://github.com/erikodes-community/DarkkhakiInfatuatedCone/blob/main/main.py