
064. Extra Help
Authored by Robert Giordano
Computers
9th - 12th Grade

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. (a) (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. (a) (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. (a) ( )
5.
MATCH QUESTION
1 min • 1 pt
Match the method of creating a graph to each type of chart with data from a data frame read from a CSV
histogram
df[weight].plot(kind='hist')
line
df[weight].plot( )
scatter plot
df.plot(kind='scatter', x=weight, y=height)
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

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?