
POST TEST MODULE 7
Authored by PRAKTIKUM ADL
Other
University
Used 16+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
20 questions
Show all answers
1.
FILL IN THE BLANKS QUESTION
1 min • 1 pt
If we want to display visualizations, which libraries do we need to import?
(a)
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
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
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]
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?