Pandas Quiz

Pandas Quiz

9th Grade

8 Qs

quiz-placeholder

Similar activities

Excel Ribbon

Excel Ribbon

6th - 12th Grade

10 Qs

A words - GCSE Computer Science

A words - GCSE Computer Science

1st - 10th Grade

13 Qs

Moringa JavaScript Arrays

Moringa JavaScript Arrays

5th Grade - Professional Development

10 Qs

แบบทดสอบหลังเรียนบทที่ 2 สร้างสรรค์ผลงานด้วยภาษาไพทอน

แบบทดสอบหลังเรียนบทที่ 2 สร้างสรรค์ผลงานด้วยภาษาไพทอน

9th Grade

10 Qs

Ekstensi File (TIK kelas 9)

Ekstensi File (TIK kelas 9)

9th Grade

10 Qs

Files and Management

Files and Management

9th - 12th Grade

10 Qs

Programming - Basic String Manipulation

Programming - Basic String Manipulation

2nd - 10th Grade

10 Qs

Programming - Arrays

Programming - Arrays

2nd - 12th Grade

10 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