VKL Pandas Series Quiz

VKL Pandas Series Quiz

5th Grade

13 Qs

quiz-placeholder

Similar activities

ICT Yr 5 - Basic LOGO Commands

ICT Yr 5 - Basic LOGO Commands

5th Grade

10 Qs

LUYỆN TẬP VỀ THỦ TỤC

LUYỆN TẬP VỀ THỦ TỤC

5th Grade

10 Qs

4-5 Q

4-5 Q

1st - 5th Grade

12 Qs

Pandas part 5 - Functions

Pandas part 5 - Functions

5th Grade

12 Qs

Câu lệnh lặp lồng nhau

Câu lệnh lặp lồng nhau

5th Grade

10 Qs

Ôn tập_CK1_22.23_Tin Học 5_Phần 1

Ôn tập_CK1_22.23_Tin Học 5_Phần 1

5th Grade

10 Qs

KUIS OpenOffices

KUIS OpenOffices

5th - 10th Grade

10 Qs

Các lệnh đơn giản của Logo

Các lệnh đơn giản của Logo

1st - 5th Grade

10 Qs

VKL Pandas Series Quiz

VKL Pandas Series Quiz

Assessment

Quiz

Computers

5th Grade

Medium

Created by

Vaishali Lamba

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ankush works with a series named "Team". Answer the following questions, based on the given series: Write statement to create the following Series Team, a) di={'Chargers':'Level2','Warriors':'Level1','Blazers':'Level3','Braves':'Level2','Bears':'Level5'} Team=pd.Series(di) b) Team=pd.Series(data={'Chargers':'Level2','Warriors':'Level1','Blazers':'Level3', 'Braves':'Level2', 'Bears':'Level5'} c) Both a and b d) None of these

di={'Chargers':'Level2','Warriors':'Level1','Blazers':'Level3','Braves':'Level2','Bears':'Level5'} Team=pd.Series(di)

Team=pd.Series(data={'Chargers':'Level2','Warriors':'Level1','Blazers':'Level3', 'Braves':'Level2', 'Bears':'Level5'}

Both a and b

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the output of, print(Team.head(-2))

Braves Level2 Bears Level5 Chargers Level2 Warriors Level1 Blazers Level3

Chargers Level2 Warriors Level1

Error

None of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of error is returned by following statement? >>>import pandas as pd >>>pd.Series([10,20,30,40,50], index = ['x','y','z'])

Syntax Error

Logical Error

Value Error

Index Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pandas Series is:

2 Dimensional

3 Dimensional

1 Dimensional

Multidimensional

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pandas is a:

Package

Language

Library

Software

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can analyse the data in pandas with ___________

Series

Data Frame

Both of the above

None of the above

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following import statement is not correct?

import pandas as class12

import pandas as 1pd

import pandas as pd1

import pandas as pd

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?