pandas

pandas

9th Grade - University

8 Qs

quiz-placeholder

Similar activities

Struktur Data

Struktur Data

University

10 Qs

23S1 1906

23S1 1906

University

11 Qs

X-Quiz #8

X-Quiz #8

University

13 Qs

A_Digital_Methods_2019

A_Digital_Methods_2019

University

10 Qs

PAW-Q1-2023

PAW-Q1-2023

University

10 Qs

Pengolahan File dan Input Output

Pengolahan File dan Input Output

12th Grade

10 Qs

File handling

File handling

12th Grade

10 Qs

Graficas con matlab y pandas

Graficas con matlab y pandas

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