
PWC_Python_Day 3

Quiz
•
Computers
•
Professional Development
•
Hard

CloudThat Technologies
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
The most important object defined in NumPy is an N-dimensional array type called?
narray
darray
nd_array
ndarray
2.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Pandas deals with following data structures
Series
Series and Data Frames
Series, DataFrames and Panel
None of Above
3.
MULTIPLE CHOICE QUESTION
20 sec • 5 pts
Which is the correct Pandas syntax to read in a csv file and assign it to a DataFrame df?
df = read_csv('file.csv')
df = read('file.csv', type = 'csv')
df = pd.read_csv('file.csv')
df = with open('file.csv') as pd.DataFrame
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Give the output of the following code
import pandas as pd
dict1 = {'AR' : 100, 'VR' : 200, 'AI' : 300}
ser = pd.Series(dict1)
print(ser[1])
AR
100
VR
200
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following command is used to display only NAME and DOB from the above dataframe?
pd.DataFrame(DICT1, columns=["NAME","DOB"])
pd.DataFrame(DICT1, index=["NAME","DOB"])
pd.DataFrame(DICT1, index=["NAME":"DOB"])
pd.DataFrame(DICT1, columns=["NAME":"DOB"])
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following statements is used to check the people whose score >500?
DICT1[4]>=500
DICT1["SCORE"]>=500
DICT1["SCORE"]<=500
DICT1["SCORE">=500]
7.
MULTIPLE CHOICE QUESTION
10 sec • 5 pts
pandas is a:
Data Structure
Series
Dataframe
Library
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Data Analytics Quiz-TMK DPA2022

Quiz
•
Professional Development
11 questions
Python Libraries Series - Pandas

Quiz
•
Professional Development
8 questions
Process and Procedures

Quiz
•
Professional Development
7 questions
Python IV

Quiz
•
Professional Development
15 questions
Day 6 and 7

Quiz
•
Professional Development
15 questions
Data Science / AI

Quiz
•
Professional Development
6 questions
Python VI

Quiz
•
Professional Development
5 questions
Basic Python, Pandas I

Quiz
•
Professional Development
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade