Pandas Quiz

Pandas Quiz

9th Grade

8 Qs

quiz-placeholder

Similar activities

FORMATING - I/O

FORMATING - I/O

3rd Grade - Professional Development

7 Qs

CS 2 Vocab Quiz

CS 2 Vocab Quiz

9th Grade - University

12 Qs

CodeHS 5.1 & 5.2 Intro to Data Structures

CodeHS 5.1 & 5.2 Intro to Data Structures

9th - 12th Grade

10 Qs

CompTIA IT Fundamentals

CompTIA IT Fundamentals

8th - 9th Grade

8 Qs

CodeHS 5.2

CodeHS 5.2

9th - 12th Grade

11 Qs

File Management (IGCSE)

File Management (IGCSE)

9th - 10th Grade

13 Qs

วิทยาการคำนวณ ม.3 - Pandas

วิทยาการคำนวณ ม.3 - Pandas

9th Grade

13 Qs

Generic file types

Generic file types

7th - 11th Grade

8 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