pandas

pandas

9th Grade - University

8 Qs

quiz-placeholder

Similar activities

NumpyPandas

NumpyPandas

University

10 Qs

Data Analytics and Artificial Intelligence

Data Analytics and Artificial Intelligence

University

10 Qs

python

python

10th Grade

10 Qs

Reshaping & vStack&hstack( )

Reshaping & vStack&hstack( )

9th Grade - University

10 Qs

Java Basics 1

Java Basics 1

University

10 Qs

A_Digital_Methods_2019

A_Digital_Methods_2019

University

10 Qs

cp1Gr9Adv

cp1Gr9Adv

9th Grade

10 Qs

Numpy Revision Test

Numpy Revision Test

10th Grade

8 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