An open API service indexing awesome lists of open source software.

https://github.com/adamdaudrich/sp500-mean-and-average

for loops through .CSV, indexes desired column calculates average and max for a given date range
https://github.com/adamdaudrich/sp500-mean-and-average

forloop python

Last synced: about 1 year ago
JSON representation

for loops through .CSV, indexes desired column calculates average and max for a given date range

Awesome Lists containing this project

README

          

examples of
-for loop, indexing

-file methods:readlines()

-string methods;.strip(), .split(),

-number methods: max(), sum(), len()