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
- Host: GitHub
- URL: https://github.com/adamdaudrich/sp500-mean-and-average
- Owner: adamdaudrich
- Created: 2024-09-05T19:23:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:01:24.000Z (over 1 year ago)
- Last Synced: 2025-01-22T09:48:20.160Z (over 1 year ago)
- Topics: forloop, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
examples of
-for loop, indexing
-file methods:readlines()
-string methods;.strip(), .split(),
-number methods: max(), sum(), len()