
dataframe

Quiz
•
Computers
•
12th Grade
•
Medium
Tejendra Pachhai
Used 12+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Full form of NaN is
Not a Null
Not a Number
Not a Numeric
None of these
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Data structures in Pandas can be mutated in the terms of ____ but not of _____.
size, value
value, size
semantic, size
none of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
pandas is a:
Data Structure
Series
Dataframe
Library
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the output for the following:
import pandas as pd1
s = pd1.Series(5, index=[0, 1, 2, 3])
print(s)
0 5
0 5
1 5
2 5
3 5
dtype: int64
1 5
2 5
2 5
4 5
dtype: int64
0 5
1 5
2 5
3 5
dtype: object
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
write the output:
import pandas as pd
s=pd.Series([1,2,3,4],index=['a','b','c','d'])
print(s.iloc[2:4])
b 2
c 3
d 4
dtype: int64
b 3
c 4
dtype: int64
c 3
d 4
dtype: int64
none of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
write the output:
import pandas as pd
s=pd.Series([1,2,3,4],index=['a','b','c','d'])
print(s.loc['b':'d'])
b 2
c 3
d 4
dtype: float64
b 2
c 3
d 4
dtype: object
c 3
d 4
dtype: int64
b 2
c 3
d 4
dtype: int64
7.
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
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Exploring Dataframes and Matplotlib - Grade XII

Quiz
•
12th Grade
17 questions
Practice Worksheet- Informatics Practices

Quiz
•
12th Grade
18 questions
File Types

Quiz
•
12th Grade
25 questions
CSV File handling in Python

Quiz
•
12th Grade
24 questions
VIII razred - Jupyter II

Quiz
•
1st - 12th Grade
18 questions
Python Pandas-Series

Quiz
•
12th Grade
20 questions
Analisis Data dengan Excel dan Google Colab

Quiz
•
10th Grade - University
20 questions
Sjmit-Q2-[Workshop-MAR-25]

Quiz
•
12th Grade - University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade