Pandas Quiz

Pandas Quiz

9th Grade

8 Qs

quiz-placeholder

Similar activities

โมดูล pandas และการอ่านไฟล์ CSV

โมดูล pandas และการอ่านไฟล์ CSV

9th Grade

10 Qs

Technology Applications

Technology Applications

9th Grade - University

13 Qs

Pandas library

Pandas library

9th Grade

10 Qs

Python File Handling

Python File Handling

7th - 10th Grade

8 Qs

Generic File Format

Generic File Format

9th Grade

10 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

Microsoft Excel Final

Microsoft Excel Final

9th - 12th Grade

10 Qs

Paper 2 Revision - IGCSE Computer Science

Paper 2 Revision - IGCSE Computer Science

9th - 12th Grade

12 Qs

Pandas Quiz

Pandas Quiz

Assessment

Quiz

Computers

9th Grade

Medium

Created by

teacer Pc

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Pandas used to create----

Data

Array

DataFrame

DataFiles

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

both Numpy & pandas used to create----

Data Files

Arrays

Data

Data structure

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

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

type() function

index() function

column() function

loc( ) function

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

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

index() function

column() function

type() function

loc( ) function

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

to find the maximum value in the full array

np.mean ( array )

np.min ( array)

np.max ( array)

np.median( array)

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

to read csv file

pd.read_CSV("file.csv")

pd.to_csv("file.csv")

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

to create new csv file

pd.to_csv("file.csv")

pd.read_CSV("file.csv")

8.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Numpy used to create----

Data

DataFrame

Array

DataFiles