Data Preprocessing - 1

Data Preprocessing - 1

Professional Development

40 Qs

quiz-placeholder

Similar activities

SOAL SEMESTER GANJIL XI

SOAL SEMESTER GANJIL XI

Professional Development

40 Qs

Excel - Cumulative

Excel - Cumulative

9th Grade - Professional Development

45 Qs

PEMOGRAMAN BEROREANTASI OBJECK--RPL

PEMOGRAMAN BEROREANTASI OBJECK--RPL

Professional Development

40 Qs

polymorphism, exception and packages

polymorphism, exception and packages

Professional Development

40 Qs

ข้อสอบกลางภาค วิทยาการคำนวณ ชั้น ม.1/1

ข้อสอบกลางภาค วิทยาการคำนวณ ชั้น ม.1/1

KG - Professional Development

40 Qs

Pre_Place_Batch_2027_SET_D

Pre_Place_Batch_2027_SET_D

Professional Development

40 Qs

AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

5th Grade - Professional Development

44 Qs

Jaringan Komputer

Jaringan Komputer

12th Grade - Professional Development

35 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

Already have an account?