How to work with csv files and averages in plain Python

Subscribers:
632
Published on ● Video Link: https://www.youtube.com/watch?v=P4MSpd-ENog



Duration: 8:51
129 views
0


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