Python_Pandas

Python_Pandas

12th Grade

25 Qs

quiz-placeholder

Similar activities

CLASS_XII_SERIES_MCQ

CLASS_XII_SERIES_MCQ

12th Grade

20 Qs

pyplot in python class 12 (14/08/20)

pyplot in python class 12 (14/08/20)

12th Grade

20 Qs

Class 12_Pandas2

Class 12_Pandas2

12th Grade

25 Qs

Pandas

Pandas

12th Grade

20 Qs

Python Pandas

Python Pandas

12th Grade

20 Qs

DataFrame_Revision

DataFrame_Revision

11th - 12th Grade

20 Qs

Pandas Series

Pandas Series

12th Grade

20 Qs

SERIES - 2

SERIES - 2

12th Grade

20 Qs

Python_Pandas

Python_Pandas

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Neha Makhija

Used 5+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Pandas deals with following data structures

Series

Series and Data Frames

Series, DataFrames and Panel

None of Above

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Best way to import the pandas module in your program ?

1.import pandas

2.import pandas as pd

3.from pandas import *

4.All of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is not a feature of series

Homogeneous data

Immutable size

Mutable data

Multiple rows

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Series can be created from

Array

Dictionary

Scaler value

All of them

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Series.tail(3) will return how many values.

3 values from front

3 values from last

5 values

none

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is true for series.

Size is mutable,Values is mutable

size is immutable,values is mutable

size is mutable,values is immutable.

none

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Series.head() will return how many rows.

2

3

4

5

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?