Finished Practice 1
Finish practice exercise one
Find the five customers with the highest number of transactions in the Southern region and remove the "Weekly Sales" and "Store Volume" columns.
Based upon the requirement, I used input data to import data, then SELECT tools to unselect 2 columns named "Weekly Sales" and "Store Volume" and changed the name and gave rename of transInYears to Cust_Transactions, then FILTER tool used by using basic filtering as region based SOUTH required, then added SORT tool to order the transaction column in DESCENDING order to get the highest values and lastly used SAMPLE tool to get first 5 rows to get the derived results.
Finished practice exercise one
Done finished
Find the five customers with the highest number of transactions in the Southern region and remove the "Weekly Sales" and "Store Volume" columns.
Based upon the requirement, I used input data to import data, then SELECT tools to unselect 2 columns named "Weekly Sales" and "Store Volume" and changed the name and gave rename of transInYears to Cust_Transactions, then FILTER tool used by using basic filtering as region based SOUTH required, then added SORT tool to order the transaction column in DESCENDING order to get the highest values and lastly used SAMPLE tool to get first 5 rows to get the derived results.
Exercise 1