COURSE 2: GET STARTED WITH PYTHON

Module 5: Course 2 End-Of-Course Project

GOOGLE ADVANCED DATA ANALYTICS PROFESSIONAL CERTIFICATE

Complete Coursera Study Guide

INTRODUCTION – Course 2 End-Of-Course Project

You will put everything you have learned about Python so far into practice with an end-of-course project. You will select a business problem from a list of options and use the given data to solve the problem. This project is an opportunity to demonstrate your skills and build a professional portfolio you can use to showcase your work to potential employers.

Learning Objectives

  • Describe key findings for a relevant audience member
  • Implement a code-based solution with Python
  • Plan an approach to solving a new data science problem
  • Conduct analysis on a given dataset to determine potential options for tackling a problem
  • Formulate a problem statement to understand a dataset’s inputs and outputs

QUIZ: ASSESS YOUR COURSE 2 END-OF-COURSE PROJECT

1. Applicable packages and libraries were imported to the code notebook.

  • Yes (CORRECT)
  • No

2. The head() function was used to analyze the data.

  • Yes (CORRECT)
  • No

3. The info() function was used to analyze the data.

  • Yes (CORRECT)
  • No

Correct!

4. The describe() function was used to analyze the data.

  • Yes (CORRECT)
  • No

Correct!

5. All questions in the code notebook were answered.

  • Yes (CORRECT)
  • No

Correct!

6. All questions in the PACE strategy document were answered.

  • Yes (CORRECT)
  • No

Correct!

7. The executive summary mentioned the tasks completed for this end-of-course project.

  • Yes (CORRECT)
  • No

Correct!

8. The executive summary included information regarding the results of the data variable assessment.

  • Yes (CORRECT)
  • No

Correct!

9. The executive summary identified recommended next steps in order to build a predictive model.

  • Yes (CORRECT)
  • No

Correct!