class 12 info

class 12 info

12th Grade

7 Qs

quiz-placeholder

Similar activities

Data Science I

Data Science I

12th Grade

10 Qs

Spark

Spark

12th Grade

12 Qs

DataFrame2(add,rename)

DataFrame2(add,rename)

12th Grade

4 Qs

Checkpoint 1 revision

Checkpoint 1 revision

9th - 12th Grade

9 Qs

Pandas - CSV file

Pandas - CSV file

12th Grade

10 Qs

Solve Questions on DataFrame

Solve Questions on DataFrame

12th Grade

6 Qs

Pandas

Pandas

12th Grade

10 Qs

Python Pandas

Python Pandas

12th Grade

10 Qs

class 12 info

class 12 info

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Vijayalakshmi Kavoor

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Consider the Data Frame df with column labels Name,Max,Min,Avgmarks

Mr. Kevin need to know the maximum marks, minimum marks and average marks of the student

‘Nihal’ .Identify the correct statement from the options given below:

print(df[df['Name']=='Nihal'])

print(df[df['Name']='Nihal'])

print(df[df. 'Name’=='Nihal'])

print(df['Name']=='Nihal')

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. What will be the best possible connectivity out of the following, you will suggest to connect the new set up of offices in Bengalore with its London based office.

Satellite Link

Infrared

Ethernet

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Nalanda university is planning to connect its admission office in the closest big city, which is more than 250 km from university, which type of network out of LAN, MAN or WAN will be formed?

LAN

WAN

MAN

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select day(curdate());

2021-02-08

8

Monday

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select instr("transaction","ans")+10;

3

Error

13

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data and index in an ndarray must be of same length

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which object do you get after reading a csv file with pandas.read_csv() method?

Dataframe

Dictionary

nd array