Pndas Dara Frames

Pndas Dara Frames

12th Grade

100 Qs

quiz-placeholder

Similar activities

OCR GCSE Computer Science Revision Paper 1- Saim C :D

OCR GCSE Computer Science Revision Paper 1- Saim C :D

8th - 12th Grade

98 Qs

OCR Computer Science J277- 1.2 (Memory and Storage)

OCR Computer Science J277- 1.2 (Memory and Storage)

11th - 12th Grade

102 Qs

Computer Architecture Year 7 EOU Test

Computer Architecture Year 7 EOU Test

6th Grade - University

100 Qs

Data Com and Network basics

Data Com and Network basics

9th - 12th Grade

95 Qs

Uji Pengetahuan AIJ kelas 12

Uji Pengetahuan AIJ kelas 12

12th Grade

95 Qs

POST TEST - DDPTJKT ASAS

POST TEST - DDPTJKT ASAS

1st Grade - University

100 Qs

Ulangkaji  SK 2018

Ulangkaji SK 2018

10th - 12th Grade

100 Qs

Pndas Dara Frames

Pndas Dara Frames

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Ranga Chary

FREE Resource

100 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of following code- import pandas as pd s1=pd.Series([1,2,2,7,’Sachin’,77.5]) print(s1.head()) print(s1.head(3))

0 1 1 2 2 2 3 7 4 Sachin dtype: object

0 1 1 2 2 2 dtype: object

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Write a program in python to find maximum value over index in Data frame.

Evaluate responses using AI:

OFF

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the purpose of following statements- 1. df.columns 2. df.iloc[ : , :-5] 3. df[2:8] 4. df[ :] 5. df.iloc[ : -4 , : ]

It displays the names of columns of the Dataframe.

It will display all columns except the last 5 columns.

It displays all columns with row index 2 to 7.

It will display entire dataframe with all rows and columns.

It will display all rows except the last 4 four rows.

4.

OPEN ENDED QUESTION

3 mins • 1 pt

Write a python program to sort the following data according to ascending order of Age. Name Age Designation Sanjeev 37 Manager Keshav 42 Clerk Rahul 38 Accountant

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Write a python program to sort the following data according to descending order of Name. Name Age Designation Sanjeev 37 Manager Keshav 42 Clerk Rahul 38 Accountant

Evaluate responses using AI:

OFF

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Which of the following thing can be data in Pandas? 1. A python dictionary 2. An nd array 3. A scalar value 4. All of above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All pandas data structure are ___________mutable but not always ________mutable. 1. Size, value 2. Semantic , size 3. Value, size 4. None of the above

Size, value

Semantic , size

Value, size

None of the above

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?