Search Header Logo

064. Extra Help

Authored by Robert Giordano

Computers

9th - 12th Grade

064. Extra Help
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

6 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which 2 modules do you need for this assignment?

pandas

math

matplotlib

random

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill in the blank to create a data frame from the CSV file

import pandas as pd

file = "Dogs.CSV"

df = pd.________(file)

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill in the blank to create a data frame from the XLSX file

import pandas as pd

file = "Dogs.XLSX"

df = pd.________(file)

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill in the blank to turn the column from the data frame into a list

import pandas as pd

df = read_csv("Dogs.csv")

column = df["Minimum Weight"]

colList = column._______( )

5.

MATCH QUESTION

1 min • 1 pt

Media Image

Match the method of creating a graph to each type of chart with data from a data frame read from a CSV

histogram

df.plot(kind='scatter', x=weight, y=height)

line

df[weight].plot( )

scatter plot

df[weight].plot(kind='hist')

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a bar or pie chart which of the following do you need to do with the data in the list?

Convert the list to a set to get the unique values, then convert it back to a list and then create a parallel list to perform a frequency analysis.

Do a frequency analysis and then make the frequencies a list

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?