test

test

12th Grade

30 Qs

quiz-placeholder

Similar activities

test pandas class xii

test pandas class xii

12th Grade

30 Qs

XII TERM I Dataframes

XII TERM I Dataframes

11th - 12th Grade

33 Qs

SQL Queries

SQL Queries

12th Grade

25 Qs

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

Pandas101

Pandas101

12th Grade

30 Qs

Python Function - 1

Python Function - 1

11th - 12th Grade

30 Qs

data transfer

data transfer

12th Grade

25 Qs

Python Keywords

Python Keywords

11th - 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?