Python Pandas-Series

Python Pandas-Series

12th Grade

18 Qs

quiz-placeholder

Similar activities

Python Pandas

Python Pandas

12th Grade

20 Qs

IP

IP

12th Grade

15 Qs

SERIES1 VKL

SERIES1 VKL

12th Grade

23 Qs

Python Pandas Series

Python Pandas Series

12th Grade

18 Qs

series pandas vaishali

series pandas vaishali

12th Grade

21 Qs

Dataframes class xii

Dataframes class xii

12th Grade

21 Qs

Pandas Series

Pandas Series

12th Grade

20 Qs

DataFrames in pandas Set1

DataFrames in pandas Set1

12th Grade

20 Qs

Python Pandas-Series

Python Pandas-Series

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Vineetha Maliakal

Used 387+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3 values from front

3 values from last

5 values

none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Series.head() will return how many rows.

2

3

4

5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To extract subset from Series,the following function is used

row()

column()

loc()

all

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

we can analyze the data in pandas with :

Series

Dataframe

Both

none

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Series in Pandas is

1 Dimensional Array

2 Dimensional array

3 Dimensional array

none of above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Minimum number of argument we require to pass in pandas series ?

0

1

2

3

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?