Skip to content

Mini Project: Data Wrangling API

Mikiko Bazeley edited this page Apr 24, 2019 · 3 revisions

First, import the relevant modules

json - standard collections

3. Calculate what the highest and lowest opening prices were for the stock in this period.

Get max of values even if there is a None

Try/Except:

Useful Other people:

Statistics module in python 3.4:

Extracting Nested Dictionaries:

Using yield:

Clone this wiki locally