test

test

12th Grade

30 Qs

quiz-placeholder

Similar activities

Series for XII

Series for XII

12th Grade

25 Qs

Grade 12 Revision python ch1

Grade 12 Revision python ch1

11th - 12th Grade

25 Qs

pandas series class 12 -20

pandas series class 12 -20

12th Grade

34 Qs

Series in Pandas

Series in Pandas

12th Grade

34 Qs

test pandas class xii

test pandas class xii

12th Grade

30 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

GCSE Computer Science: Programming (Python)

GCSE Computer Science: Programming (Python)

9th - 12th Grade

25 Qs

pyplot line and bar only

pyplot line and bar only

12th Grade

31 Qs

test

test

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Law Sheep

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which Python library is mainly used for data analysis?
Matplotlib
Pandas
Numpy
Seaborn
SciPy

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of: `len([1, 2, 3, 4])` in Python?
3
4
5
Error
None

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function is used to read a CSV file in pandas?
read_csv()
read_file()
load_csv()
open_csv()
import_csv()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is a data visualization library in Python?
Pandas
Numpy
Matplotlib
Random
Sklearn

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the head() function do in pandas?
Returns last 5 rows
Returns all rows
Returns first 5 rows
Creates a new row
Deletes rows

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following data types can a pandas DataFrame hold?
Strings
Integers
Floats
All of the above
None

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does `df.describe()` show in pandas?
Only column names
Summary statistics
Graph of the data
Only null values
All column values

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?