Intermediate tasks

Intermediate analysis

Task #1: Unsold Book Identification

As a bookstore manager, it's important to understand not just what's selling, but also what isn't. Identifying books that haven't been sold can provide insights into consumer preferences and inform inventory management decisions. This task involves analyzing sales data to pinpoint books that have yet to make it into any customer's purchase.

Objective: Identify books that have not been sold, indicating their current lack of popularity or market demand.

Expected Result: A list of unsold books, including details such as the book ID, title, author's name, and genre.

Data Source: dataacademykz.bookstore.{table_name}

 

Task #2: Non-Historical Genre Customer Segmentation

In this task, we analyze customer purchase histories to segment those who haven't shown an interest in the 'Historical' genre. This segmentation is crucial for understanding diverse customer preferences, which can guide targeted marketing strategies and inventory management decisions. The aim is to recognize customers who are more inclined towards other genres, providing insights for personalized marketing and product offerings.

Objective: Identify customers who have never purchased books from the 'Historical' genre, indicating their preference for other genres.

Expected Result: A list of distinct customers who have not purchased books in the 'Historical' genre, including details like their name, country, gender, date of birth, and calculated age.

Data Source: dataacademykz.bookstore.{table_name}

 

Task #3: Customer Analytics

Assess and rank your bookstore's customers based on their total spending and loyalty. This task entails compiling a comprehensive profile of each customer, including their total revenue contribution, the number of orders placed, and the duration of their patronage. It's a strategic exercise in customer valuation, creating a 'hall of fame' that highlights your most valuable and committed customers.

Objective: Evaluate and rank your bookstore's customers based on their total spending, loyalty, and the duration of their patronage.

Expected Result: A comprehensive ranking of customers based on their total spending, including details such as total revenue, number of orders, and years as a customer.

Data Source: dataacademykz.bookstore.{table_name}

 

Task #4: Bookstore Sales Performance and Customer Spending Analysis

In this task, as a bookstore manager, you aim to understand which books are bestsellers and how profitable they are. This involves a deep dive into sales data to reveal crucial insights about customer buying patterns and book profitability.

Objective: Analyze the bookstore's sales performance by identifying best-selling books, their profitability, the number of customers who bought each book, the total revenue generated, and the average spending per customer for each book.

Expected Result: A comprehensive analysis that shows the number of customers per book, total books sold, total revenue, and the average revenue per customer for each book.

Data Source: dataacademykz.bookstore.{table_name}