pandas

pandas

9th Grade - University

8 Qs

quiz-placeholder

Similar activities

Pandas and Matplot Quiz

Pandas and Matplot Quiz

University

12 Qs

Wrażenia globlne w Linxie

Wrażenia globlne w Linxie

10th Grade - University

10 Qs

Checkpoint 2/ Revision Part 1 / Week 8

Checkpoint 2/ Revision Part 1 / Week 8

10th Grade

6 Qs

Microsoft Excel

Microsoft Excel

10th Grade

10 Qs

Kuis Informatika (Tugas Diklat 7 Samisanov)

Kuis Informatika (Tugas Diklat 7 Samisanov)

10th Grade

10 Qs

File Management (IGCSE)

File Management (IGCSE)

9th - 10th Grade

13 Qs

Recap Chapter 6, 7, 8

Recap Chapter 6, 7, 8

University

11 Qs

Tools Data Science

Tools Data Science

University

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