Data Preprocessing - 1

Data Preprocessing - 1

Professional Development

40 Qs

quiz-placeholder

Similar activities

LPI Linux Essentials (40 Questions)

LPI Linux Essentials (40 Questions)

Professional Development

40 Qs

แบบทดสอบกลางภาคบทที่ 1-4

แบบทดสอบกลางภาคบทที่ 1-4

Professional Development

40 Qs

Apply Quality Standards

Apply Quality Standards

Professional Development

42 Qs

Foundation_Batch_2025

Foundation_Batch_2025

Professional Development

40 Qs

Java Script

Java Script

9th Grade - Professional Development

39 Qs

HTML and CSS

HTML and CSS

University - Professional Development

36 Qs

Kisi-Kisi UAS KJD (Semester Genap)

Kisi-Kisi UAS KJD (Semester Genap)

KG - Professional Development

40 Qs

SIMULASI DIGITAL - X

SIMULASI DIGITAL - X

KG - Professional Development

40 Qs

Data Preprocessing - 1

Data Preprocessing - 1

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Lilesh Pathe

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does np.random.rand(2,3) generate?

2D array with random integers

2D array with random floats between 0 and 1

3D array with random integers

Array with random Gaussian distribution

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does np.linspace(0, 10, 5) produce?

Five evenly spaced numbers from 0 to 10

Ten evenly spaced numbers from 0 to 5

Sequence of integers

None of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of np.eye(3)?

3×3 identity matrix

3×3 zero matrix

3×3 matrix of ones

None of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which NumPy method is used to check for NaN values?

np.isnan()

np.isnull()

np.missing()

np.check_nan()

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which NumPy function is used to compute the cumulative sum?

np.cumsum()

np.sum()

np.add()

np.total()

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In NumPy, axis=1 in a sum function means:

Sum across columns

Sum across rows

Sum diagonally

Sum all elements

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which function is used to write a DataFrame to a CSV file?

to_csv()

write_csv()

save_csv()

export_csv()

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?