Pndas Dara Frames

Pndas Dara Frames

12th Grade

100 Qs

quiz-placeholder

Similar activities

REMEDIAL UAS GENAP INFORMATIKA

REMEDIAL UAS GENAP INFORMATIKA

9th - 12th Grade

100 Qs

3D Animation Study Guide

3D Animation Study Guide

9th - 12th Grade

100 Qs

Latihan ASAS Informatika 9

Latihan ASAS Informatika 9

9th - 12th Grade

100 Qs

PRAKOM 300

PRAKOM 300

10th - 12th Grade

100 Qs

Units 10, 11, 12 Revision Quizzizz

Units 10, 11, 12 Revision Quizzizz

12th Grade

101 Qs

Sistem Komunikasi VoIP

Sistem Komunikasi VoIP

12th Grade

100 Qs

ICS-Study Guide - 2/2/24 Test

ICS-Study Guide - 2/2/24 Test

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?