Skip to content

Final assignment solutions for Coursera course Python for Data Science and AI

License

Notifications You must be signed in to change notification settings

Puneethgr/Python-for-Data-Science-and-AI-Final-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-for-Data-Science-and-AI-Final-Assignment

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:

sol1

Question 2: Create a dataframe that contains the unemployment data. Display the first five rows of the dataframe.

Solution:

sol2

Question 3: Display a dataframe where unemployment was greater than 8.5%.

Solution:

sol3

Question 4: Use the function make_dashboard to make a dashboard.

Solution:

sol4

About

Final assignment solutions for Coursera course Python for Data Science and AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published