In which phase of the data science life cycle would a researcher be most concerned with the possibility of confirmation bias?
Data Science for Change SAMPLE QUESTIONS

Quiz
•
Mathematics
•
12th Grade
•
Hard
Susan Palmer
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ask Questions
Consider Data
Analyze Data
Interpret Data
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which question is unbiased?
Why is it best for a dress code to exist?
Would you prefer to eat a delicious steak or a plain sandwich?
How many hours do you typically sleep per night?
Should concerned dog owners vaccinate their pets?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are asked to rephrase the following question so that it is not biased: "Where do you like to party on the weekends?" Which would be the best replacement for this question?
It is not biased as is.
Do you like to party or stay home on the weekends?
When you party on the weekends, where do you like to go?
What do you like to do on the weekends?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The columns of a data frame named df are as follows: - customer name - phone number - email - company - date of service Which use of dot notation would not cause an error?
print(df.customername)
print(df.phone_number)
print(df.company)
print(df.email.company)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which rows and columns would be printed using the following command? print(df.iloc[6: , 20:24])
Rows with indices 0 to 5 and columns with indices 20 to 23
Rows with indices 0 to 6 and columns with indices 20 to 24
Rows with indices 20 to 23 and columns with indices 0 to 5
Rows with indices 20 to 24 and columns with indices 0 to 6
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following Series named s:
print(s.loc[2])
print(s.iloc[47])
print(s.iloc[2])
print(s.iloc[3])
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the function df.isnull().sum() do?
Lists which rows are duplicate entries.
Fills missing values with a specific value.
Drops all rows that have a missing value.
Lists the number of null values in each column.
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What should be added as a parameter to df.dropna() to drop columns instead of rows?
axis=0
axis=1
inplace=True
method="column"
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following would change a value of 84.59 to 84 in the grade column?
df.grade = round(df.grade, 0)
df.grade = pd.to_numeric(df.grade)
df.grade = df.grade.astype(int)
df.grade.fillna(float)
Similar Resources on Quizizz
11 questions
Matrix Word Problems

Quiz
•
10th - 12th Grade
12 questions
Matrices Day 1

Quiz
•
9th - 12th Grade
13 questions
Order of Matrices

Quiz
•
10th Grade - University
12 questions
Matrix Operations & Inverse

Quiz
•
9th - 12th Grade
14 questions
Matrix Operations and Inverse

Quiz
•
12th Grade - University
10 questions
MATLAB 2

Quiz
•
KG - University
12 questions
Add/Subtract/Scalar Multiplication/Dimensions of Matrices

Quiz
•
11th - 12th Grade
10 questions
Matrix Operations

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Mathematics
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University
20 questions
Solving Linear Equations for y

Quiz
•
9th - 12th Grade
11 questions
Graph Match

Quiz
•
9th - 12th Grade
18 questions
Unit Circle Trig

Quiz
•
10th - 12th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade
15 questions
Algebra 2 Regents Review

Quiz
•
10th - 12th Grade