6. Aggregate Functions & Groupby
Last updated
Last updated
Find the total revenue generated from all transactions.
Find the average value of the orders.
Find the highest sale value.
Find the lowest sale value.
Find the average rating given by customers.
Find the total number of products sold.
Find the city and country with highest frequencies.
Count the number of transactions per country wise.
Find the total sales city wise.
Find out average sales for every product category.
Create a new dataset which contains the total sale value of each brand.
Find out the highest average transaction value as per payment method.
Find the total number of transactions for each shipping method.
Find out the top sale from each country.
Find out total number of transactions for each product category in every country.
Find out the total number of transactions for each payment method for every country.