A Series is a one dimensional array containing a sequence of values of any data type (int, float, list, string, etc), having by default have ________ data labels.

CBSE Python Series Questions

Quiz
•
Computers
•
12th Grade
•
Hard
C RAJU
Used 2+ times
FREE Resource
66 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
alphanumeric
string
decimal
numeric
2.
OPEN ENDED QUESTION
3 mins • 1 pt
Find the output of the following code: import pandas as pd lst1=[20,35,40] ser1=pd.Series([20,35,40]) print(lst1+lst1) print(ser1+ser1)
Evaluate responses using AI:
OFF
3.
OPEN ENDED QUESTION
3 mins • 1 pt
Complete the given Python code to get the required output as "California": import_____________as pd data={'Yosemite':'California','Yellowstone':'Wyoming','Glacier':'Montana','RockyMountain':'Colorado'} national_parks=pd.Series(_____________) print(national_parks _________)
Evaluate responses using AI:
OFF
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following command will show the last 3 rows from a Pandas Series named NP?
NP.Tail( )
NP.tail(3)
NP.TAIL(3)
All of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Python Pandas, while performing mathematical operations on series, index matching is implemented and all missing values are filled in with _____by default.
Null
Blank
NaN
Zero
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assertion (A):- To use the Pandas library in a Python program, one must import it. Reasoning (R): - The only alias name that can be used with the Pandas library is pd.
Both A and R are true and R is the correct explanation for A
Both A and R are true and R is not the correct explanation for A
A is True but R is False
A is false but R is True
7.
OPEN ENDED QUESTION
3 mins • 1 pt
Predict the output of the given Python code: import pandas as pd list1=[-10,-20,-30] ser = pd.Series(list1*2) print(ser)
Evaluate responses using AI:
OFF
Create a free account and access millions of resources
Similar Resources on Quizizz
64 questions
Networking Unit 1 Exam

Quiz
•
12th Grade
63 questions
ACT - 2G CHAPTER 1 - LESSON 2 & 3 - QUIZ

Quiz
•
University
62 questions
Building and Securing a Small Network

Quiz
•
University
63 questions
AQA Computer Science [AS Level]

Quiz
•
12th Grade
71 questions
FCPC-FunOfAi-MidtermExam

Quiz
•
University
61 questions
PC HARDWARE

Quiz
•
University
67 questions
ICT/NGEC 9 ONLINE QUIZ

Quiz
•
University
62 questions
H446 Compilers and Translators

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University