Pandas

Pandas

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Analisis Data Deforestasi (PLB)

Analisis Data Deforestasi (PLB)

11th Grade

10 Qs

Pythoon 3 AISC Oushneek Nath

Pythoon 3 AISC Oushneek Nath

9th - 12th Grade

5 Qs

Pandas pivoting

Pandas pivoting

12th Grade

11 Qs

Django Start

Django Start

12th Grade

10 Qs

Computer Science Very Hard

Computer Science Very Hard

1st - 12th Grade

10 Qs

Python 2021

Python 2021

8th Grade - Professional Development

7 Qs

Computer science grade 10

Computer science grade 10

10th Grade

7 Qs

CS_Unit13_P1_Revision

CS_Unit13_P1_Revision

10th Grade

10 Qs

Pandas

Pandas

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Suman Joshi

Used 59+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands is used to install Pandas?

pip install python-pandas

pip install pandas

python install python

python install pandas

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

_____________is the most popular open source python library used for doing data analysis.

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Missing data in panda series and dataframe can be filled with a _____________ value.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is false?

Dataframe is size-mutable

Dataframe is values mutable

Dataframe is immutable

Dataframe is capable to hold multiple types of data.

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

To create a series object ______________ method is used.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following input can be accepted by DataFrame?

Structured ndarray

Series

List

Dictionary

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Series is a one-dimensional labeled array capable of holding any data type.

true

false