What is the output of the following code?
import pandas as pd
data = pd.read_csv("students.csv")
print(data.head(2))
Batch -1 |28-11-24 | Day -4 Data Analytics Workshop Quiz
Quiz
•
Other
•
University
•
Medium
Gnaneshwar Reddy
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
import pandas as pd
data = pd.read_csv("students.csv")
print(data.head(2))
a) First row of the CSV file
b) First two rows of the CSV file
c) All rows of the CSV file
d) Last two rows of the CSV file
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method in pandas is used to save a DataFrame to a CSV file?
a) save_csv()
b) write_csv()
c) to_csv()
d) export_csv()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you remove a column in a pandas DataFrame?
a) df.drop(column_name, axis=0)
b) df.delete(column_name)
c) df.drop(column_name, axis=1)
d) df.remove(column_name, axis=1)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Matplotlib, which function is used to create a bar plot?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Matplotlib, which function is used to create a line plot?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
x = 10
y = 5
print(x + y)
a) 10
b) 5
c) 15
d) 50
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a) json
b) csv
c) xml
d) file
12 questions
Ch 2 - Accessing Data - Part 1
Quiz
•
University
10 questions
Batch -1 | 26-11-24 | Day-2 Data Analytics workshop Quiz
Quiz
•
University
10 questions
Clin Path 1 Quiz #6 RBC
Quiz
•
University
9 questions
Python Review Module 15 - Plotting
Quiz
•
University
6 questions
Pandas Fundamentals
Quiz
•
University
10 questions
SQL set 1
Quiz
•
University
12 questions
Distillation Column
Quiz
•
University
10 questions
Python for Data Anlaysis Quiz- 7
Quiz
•
University
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