Datascience using python

Datascience using python

University

8 Qs

quiz-placeholder

Similar activities

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

AI Lab-1

AI Lab-1

University

6 Qs

Python Quiz - 6

Python Quiz - 6

University

10 Qs

Quiz Alprox 3

Quiz Alprox 3

University

10 Qs

CSSE Quiz Day2

CSSE Quiz Day2

University

12 Qs

Konversi Pandas DataFrame Quiz

Konversi Pandas DataFrame Quiz

University

11 Qs

Python Library

Python Library

University

10 Qs

TIU Quiz-14

TIU Quiz-14

University

10 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