pandas

pandas

9th Grade - University

8 Qs

quiz-placeholder

Similar activities

Pandas- CSV file

Pandas- CSV file

12th Grade

12 Qs

File Handling

File Handling

12th Grade

10 Qs

Revision Quiz  Game- 1

Revision Quiz Game- 1

12th Grade

10 Qs

csv and DataFrame

csv and DataFrame

12th Grade

10 Qs

Pandas Quiz

Pandas Quiz

9th Grade

8 Qs

Checkpoint 1 revision

Checkpoint 1 revision

9th - 12th Grade

9 Qs

FILE HANDLING IN PYTHON

FILE HANDLING IN PYTHON

12th Grade

10 Qs

Binary File Handling Python

Binary File Handling Python

12th Grade

10 Qs

pandas

pandas

Assessment

Quiz

Computers

9th Grade - University

Medium

Created by

M S

Used 12+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pandas used to create----

Data

DataFrame

DataFiles

Array

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

both Numpy & pandas used to create----

Data

Data structure

Data Files

Arrays

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

--------------is used to access a single element in dataframe by specifying the row and column names.

index() function

column() function

loc( ) function

type() function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

----------- is used to check the data type of elements.

index() function

column() function

loc( ) function

type() function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

to find the maximum value in the full array

np.min ( array)

np.max ( array)

np.mean ( array )

np.median( array)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

to read csv file

pd.read_CSV("file.csv")

pd.to_csv("file.csv")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

to create new csv file

pd.read_CSV("file.csv")

pd.to_csv("file.csv")

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Numpy used to create----

Data

DataFrame

DataFiles

Array