Mini Project: Data Wrangling API - MMBazel/Springboard-DataScienceTrack-Student GitHub Wiki

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: