ibm data analyst capstone project coursera week 1 answers

Graded Quiz: Collecting Data

1. Which python module helps you to easily access an API?

  • NumPy
  • Pandas
  • Matplotlib
  • Requests

2. How many job postings exist for the Python programming language?

  • None of the above
  • 1173
  • 2089
  • 4025

3. Of all the locations in the list below, which has the maximum number of job postings?

L= ["Los Angeles", "New York", "San Francisco", "Washington DC", "Seattle"]

  • Los Angeles
  • Seattle
  • Washington DC
  • New York

Graded Quiz: Web Scraping

4. Which language are developers paid the most according to the output of the web scraping lab?

  • C++
  • Java
  • Swift
  • C

5. Which of the following code segments will help to scrape all images from a html page?

  • soup.findall(“pic”)
  • soup.find_all(“img”)
  • soup.find_all(“image”)
  • soup.findall(“img”)

Graded Quiz: Exploring Data

6. How many rows are in the data set?

  • 11555
  • 11255
  • 11525
  • 11552

7. How many columns are in the data set?

  • 86
  • 26
  • 85
  • 84

8. What type of column is "Age"?

  • Nominal
  • Numerical
  • Categorical
  • Text

Leave a Reply