pandas

pandas

9th Grade - University

8 Qs

quiz-placeholder

Similar activities

pemahaman google classroom

pemahaman google classroom

1st Grade - University

10 Qs

Kuis tipedata, flowchart informatima kelas X j4njang SMA

Kuis tipedata, flowchart informatima kelas X j4njang SMA

9th - 12th Grade

10 Qs

Grade 11 Term 4 Practice 2

Grade 11 Term 4 Practice 2

11th Grade

10 Qs

Administrasi Sistem Jaringan

Administrasi Sistem Jaringan

1st - 10th Grade

10 Qs

Quiz CodeIgniter 4

Quiz CodeIgniter 4

University

10 Qs

Quiz on Basics of C

Quiz on Basics of C

University

10 Qs

Pemrograman Dasar Kelas X TKJ Smt 2

Pemrograman Dasar Kelas X TKJ Smt 2

12th Grade - University

10 Qs

Data 201-210

Data 201-210

12th Grade

10 Qs

pandas

pandas

Assessment

Quiz

Computers

9th Grade - University

Practice Problem

Medium

Created by

M S

Used 12+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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