POST TEST MODULE 7

POST TEST MODULE 7

University

20 Qs

quiz-placeholder

Similar activities

KEJAR 2021

KEJAR 2021

University

15 Qs

Play with Python Lib

Play with Python Lib

KG - Professional Development

25 Qs

RANGKING 1 BY.U

RANGKING 1 BY.U

University

15 Qs

GAMES??? First Gathering BI Corner UB 2023

GAMES??? First Gathering BI Corner UB 2023

University

15 Qs

Kritik Lewat Senyuman

Kritik Lewat Senyuman

10th Grade - University

20 Qs

Islamic banking chapter 1

Islamic banking chapter 1

University

15 Qs

Adjusting Entries Quiz

Adjusting Entries Quiz

University

15 Qs

Kawirus

Kawirus

University

21 Qs

POST TEST MODULE 7

POST TEST MODULE 7

Assessment

Quiz

Other

University

Medium

Created by

PRAKTIKUM ADL

Used 16+ times

FREE Resource

20 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If we want to display visualizations, which libraries do we need to import?

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What syntax is used to display this output data?

df.head()

transactions_df.head()

df.drop()

grouped_df.reset_index()

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

grouped_df = df.groupby([...........])[............].apply(list)

Complete the syntax above!

(["itemDescription", "Date"])["Member_number"]

(["Member_number", "Date"])["itemDescription"]

(["Member_number"; "itemDescription"])["Date"]

(["itemDescription"; "Date"])["Member_number"]

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What syntax is used to display this output data?

df.head()

transactions_df.head()

df.drop()

grouped_df.reset_index()

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The syntax used to convert a DataFrame to a list of lists is .............

transactions_df = grouped_df.tolist()

transactions_df = grouped_df.reset_index()

transactions_list = transactions_df["itemDescription"].lists()

transactions_list = transactions_df["itemDescription"].tolist()

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print(results_df.nlargest)

The above syntax is used for …………

Display Top 10 results

Training the Eclat model on the dataset

Importing the data

Display the results

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The maximum length value used in the module 7 ‘Eclat algorithm’ is …………

[1, 3]

[2, 3]

[1, 2]

[2, 2]

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?