Datascience using python

Datascience using python

University

8 Qs

quiz-placeholder

Similar activities

pandas

pandas

9th Grade - University

8 Qs

Data Exploration Quiz

Data Exploration Quiz

University

10 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

Q2 - python - CcEco

Q2 - python - CcEco

University

7 Qs

Python Quiz- 1.9

Python Quiz- 1.9

University

12 Qs

Data Analytics using Python - Quiz 1

Data Analytics using Python - Quiz 1

University

10 Qs

Data visualization

Data visualization

10th Grade - University

12 Qs

DS_NumPy_TEST1

DS_NumPy_TEST1

University

12 Qs

Datascience using python

Datascience using python

Assessment

Quiz

Computers

University

Medium

Created by

Dr.C. Ambhika

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a=pd.series([1,2,3,4,5],index=[1,3,5,7,8])

a.loc[1:5]

1 2

2 3 4

2 3 4 5

1 2 3 4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

axis=0 represent what

column

row

diagonal

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which join will merge the dataframe with 1 st dataframe fully and the next one with only items which is common

Right join

left join

outer

inner

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which library in python is used for data manipulation

numpy

pandas

matplotlib

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which function is used for getting an array in specified range

random.rand()

arange()

random.randint()

random

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the primary data structures in pandas used for storing and working with tabular data?

Series

Array

Dataframe

Dictionary

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data library is not used for data visualization

numpy

matplotlib

seaborn

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which plot cannot be done using matplotlib?

histogram

bar plot

scatter plot

pie chart