Quiz 3 – Loading, Inspecting, & Querying Data
Graded Quiz • 10 min Quiz5 Questions Week 2
Re⥃askly Logo

Quiz 3 – Loading, Inspecting, & Querying Data

Graded Quiz • 10 min Quiz5 Questions Week 2
Practice More Quizzes:
Quiz
Quiz
Quiz
5 Questions Week 3
Quiz
6 Questions Week 3

Q:

What’s the result of the following code? import pandas as pd xls = pd.ExcelFile(‘yelp.xlsx’) df = xls.parse(‘yelp_data’) print(type(df))

Q:

How can you quickly examine the first 5 rows of a DataFrame?

Q:

How can you get the type of data stored in each column of a DataFrame df?

Q:

A DataFrame df has exactly the data shown as below.

Q:

Which is the correct way to select some columns of data in DataFrame df?

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
Find Questions in This Page: "CTRL+F"