Final assignment solutions for Coursera course "Python for Data Science and AI"
Question 1: Create a dataframe that contains the GDP data and display the first five rows of the dataframe.
Solution:
Question 2: Create a dataframe that contains the unemployment data. Display the first five rows of the dataframe.
Solution:
Question 3: Display a dataframe where unemployment was greater than 8.5%.
Solution:
Question 4: Use the function make_dashboard to make a dashboard.
Solution: