Data Science Basics

Data Science Basics

University

10 Qs

quiz-placeholder

Similar activities

Quiz 4

Quiz 4

University

10 Qs

Q5 - ICT2

Q5 - ICT2

University

10 Qs

Q2 - Python

Q2 - Python

University

10 Qs

mit app inventer

mit app inventer

KG - Professional Development

11 Qs

WORD ĐỀ 6

WORD ĐỀ 6

University

10 Qs

Python List

Python List

4th Grade - University

15 Qs

LA5.C5: Branching and Subroutines

LA5.C5: Branching and Subroutines

9th Grade - University

14 Qs

assemblyLanguageChap3

assemblyLanguageChap3

University

10 Qs

Data Science Basics

Data Science Basics

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

SATISH V

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Pandas function is used to read a CSV file?

load_csv()

parse_csv()

open_csv()

read_csv()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Numpy function is used to create an array filled with zeros?

np.zero()

np.zeros()

np.empty()

np.zeros(1)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you append an element to a list in Python?

list_name.add(element)

list_name.insert(element)

list_name.append(element)

list_name.extend(element)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method in dictionaries is used to remove a key?

extract()

delete()

clear()

pop()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you access the second element in a tuple?

tuple_name[2]

tuple_name(1)

tuple_name[1]

tuple_name.get(1)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Pandas function is used to drop missing values from a DataFrame?

filter_nulls()

dropna()

clean_data()

remove_missing()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Numpy function is used to calculate the mean of an array?

np.mode()

np.average()

np.median()

np.mean()

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?