Data Science Basics

Data Science Basics

University

10 Qs

quiz-placeholder

Similar activities

파이썬 기초 #3

파이썬 기초 #3

11th Grade - University

13 Qs

pandas

pandas

9th Grade - University

8 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

A3 IIIB - CSV to SQLite

A3 IIIB - CSV to SQLite

11th Grade - University

10 Qs

A3 IIIB - Básicas de EDA

A3 IIIB - Básicas de EDA

11th Grade - University

10 Qs

Q1 - Comp Vision

Q1 - Comp Vision

University

10 Qs

Tuan 3 - Python

Tuan 3 - Python

KG - Professional Development

10 Qs

Analyse de données avec R (introduction au cours)

Analyse de données avec R (introduction au cours)

University

10 Qs

Data Science Basics

Data Science Basics

Assessment

Quiz

Computers

University

Medium

Created by

SATISH V

Used 1+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?