Pandas Series Quiz

Pandas Series Quiz

12th Grade

34 Qs

quiz-placeholder

Similar activities

Series in Pandas

Series in Pandas

12th Grade

34 Qs

Pandas and Data Handling Quiz

Pandas and Data Handling Quiz

12th Grade

30 Qs

Data Visualization

Data Visualization

7th - 12th Grade

38 Qs

Programming & Data

Programming & Data

12th Grade

35 Qs

Empowerment Technology (Review Game for 4thQ-2nd Semester)

Empowerment Technology (Review Game for 4thQ-2nd Semester)

11th - 12th Grade

30 Qs

QUIZZ PKK - Perkembangan Usaha

QUIZZ PKK - Perkembangan Usaha

KG - Professional Development

30 Qs

pandas series class 12 -20

pandas series class 12 -20

12th Grade

34 Qs

Python Pandas Series

Python Pandas Series

12th Grade

34 Qs

Pandas Series Quiz

Pandas Series Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Vaishali Lamba

FREE Resource

34 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

None of these

Both a and b

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

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

None of these

Chargers Level2 Warriors Level1

Error

Braves Level2 Bears Level5 Chargers Level2 Warriors Level1 Blazers Level3

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

Index Error

Logical Error

Value Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pandas Series is:

Multidimensional

2 Dimensional

3 Dimensional

1 Dimensional

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pandas is a:

Package

Software

Library

Language

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can analyse the data in pandas with ___________

Data Frame

Both of the above

None of the above

Series

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following import statement is not correct?

import pandas as pd1

import pandas as 1pd

import pandas as pd

import pandas as class12

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?