aiml fast track day2

aiml fast track day2

University

5 Qs

quiz-placeholder

Similar activities

Organizacja i funkcjonwanie biura podróży - cz. I

Organizacja i funkcjonwanie biura podróży - cz. I

University

7 Qs

Estructuras básicas LabView

Estructuras básicas LabView

University

8 Qs

KS DAM B07 Aziez Berkelit Saat Sulit (2)

KS DAM B07 Aziez Berkelit Saat Sulit (2)

University

10 Qs

Test 3 - S4

Test 3 - S4

University

10 Qs

GKHI

GKHI

University

10 Qs

JWD-Quiz 2

JWD-Quiz 2

University

10 Qs

Prog. Distribuida 1

Prog. Distribuida 1

University

10 Qs

JavaLab-434

JavaLab-434

University

10 Qs

aiml fast track day2

aiml fast track day2

Assessment

Quiz

Professional Development

University

Medium

Created by

Nithin G

Used 2+ times

FREE Resource

AI

Enhance your content

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct syntax to print the number 8 from the array below:

arr = np.array([[1,2,3,4,5], [6,7,8,9,10]])

print(arr[1, 2])

print(arr[7, 2])

print(arr[3, 0])

print(arr[7, 0])

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to create an array of type float?


arr = np.array([1, 2, 3, 4], dtype='f')

arr = np.float([1, 2, 3, 4])

arr = np.array([1, 2, 3, 4]).toFloat()

arr = np.array.float([1, 2, 3, 4])

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to add the labels "x", "y", and "z" to a Pandas Series?

pd.Series(mylist, labels = ["x", "y", "z"])

pd.Series(mylist, names = ["x", "y", "z"])

pd.Series(mylist, index = ["x", "y", "z"])

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct Pandas function for loading CSV files into a DataFrame?

read_file()

ReadFile()

read_csv()

ReadCSV()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the Pandas head() method, how many rows are returned by default, if you do not specify it?

10

5

0

1

Similar Resources on Wayground