Data handling using pandas and Data visualization

Data handling using pandas and Data visualization

12th Grade

20 Qs

quiz-placeholder

Similar activities

Microsoft word ribbon and Parts of the desktop

Microsoft word ribbon and Parts of the desktop

12th Grade

17 Qs

ArchiMate 3.1 Relationship Roundup

ArchiMate 3.1 Relationship Roundup

12th Grade

16 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

BÀI 16 - THUẬT TOÁN SẮP XẾP

BÀI 16 - THUẬT TOÁN SẮP XẾP

9th Grade - University

15 Qs

Remedial Informatika

Remedial Informatika

9th - 12th Grade

20 Qs

Gli indirizzi IP

Gli indirizzi IP

9th Grade - Professional Development

15 Qs

exploring computer science

exploring computer science

9th - 12th Grade

15 Qs

Data handling using pandas and Data visualization

Data handling using pandas and Data visualization

Assessment

Quiz

Computers

12th Grade

Hard

Created by

KALPANA CHODAVARAPU

Used 168+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data Frame in pandas is

a) 1 dimensional array

b) 2 dimensional array

c) 3 dimensional array

d) None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following takes a dict of dicts or a dict of array-like sequences and returns a DataFrame?

a) DataFrame.from_items

b) DataFrame.from_records

c) DataFrame.from_dict

d) All of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This function in the library of Pandas allows you to manipulate data and create new variables:

a) read_csv function

b) Pivot_table function

c) apply function

d) merge function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______________ function returns current date and time.

a) SET DATEFIRST

b) SYSDATETIME

c) Cert_ID

d) GETDATE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a SELECT with a GROUP BY clause, a WHERE clause, and a HAVING clause, the WHERE conditions are applied before the HAVING conditions.

a) True

b) False

c) Either True or False

d) None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We apply the aggregate function to a group of sets of tuples using the _______ clause.

a) group by

b) group

c) group set

d) group attribute

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following program?

squares = {1:1, 2:4, 3:9, 4:16, 5:25}

print(squares.pop(4))

print(squares)

16

{1: 1, 2: 4, 3: 9, 5: 25}

16

{1: 1, 2: 4, 3: 9, 4:16, 5: 25}

4

{1: 1, 2: 4, 3: 9, 5: 25}

4

{1: 1, 2: 4, 3: 9, 4:16, 5: 25}

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers