
064. Extra Help

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Robert Giordano
FREE Resource
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
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( )
line
df.plot(kind='scatter', x=weight, y=height)
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
Similar Resources on Wayground
10 questions
Python Pandas (ai gen)

Quiz
•
12th Grade
9 questions
advanced storage techniques ( arrays , DataFrame)

Quiz
•
9th - 10th Grade
8 questions
pandas

Quiz
•
9th Grade - University
10 questions
Dadakan quiz 1

Quiz
•
12th Grade
10 questions
EDA (Data Preparation)

Quiz
•
11th Grade
10 questions
Data for AI Fundamentals

Quiz
•
12th Grade
11 questions
X_charts_basic

Quiz
•
10th Grade
10 questions
python

Quiz
•
10th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Introduction to Desktop Computer Systems

Quiz
•
9th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Computer Hardware and Input/Output Devices

Interactive video
•
6th - 10th Grade