Search Header Logo

Data Science Basics

Authored by SATISH V

Computers

University

Used 1+ times

Data Science Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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()

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?