-
Notifications
You must be signed in to change notification settings - Fork 79
Mini Project: Data Wrangling API
Mikiko Bazeley edited this page Apr 24, 2019
·
3 revisions
- Note: Assuming JSON is part of standard library: https://docs.python.org/3/library/json.html
- Note: statistics is part of python 3.4: https://stackoverflow.com/questions/7716331/calculating-arithmetic-mean-one-type-of-average-in-python
- https://code.tutsplus.com/tutorials/how-to-work-with-json-data-using-python--cms-25758
- https://stackoverflow.com/questions/6578986/how-to-convert-json-data-into-a-python-object
- https://stackoverflow.com/questions/2241891/how-to-initialize-a-dict-with-keys-from-a-list-and-empty-value-in-python
- https://stackoverflow.com/questions/2295461/list-minimum-in-python-with-none
- https://stackoverflow.com/questions/12186388/get-value-at-list-array-index-or-none-if-out-of-range-in-python/34940224
- https://stackoverflow.com/questions/6380290/python-if-error-raised-i-want-to-stay-in-script