Forecasting Mini-Course Sales
Sales Prodigy: Unlocking the Future of Mini-Course Sales
@kaggle.bravo03_forecasting_mini_course_sales
Sales Prodigy: Unlocking the Future of Mini-Course Sales
@kaggle.bravo03_forecasting_mini_course_sales
This dataset is a meticulous record of mini-course sales transactions, providing a granular view of the interaction between unique course identifiers ("id") and the corresponding number of units sold ("num_sold"). This dataset serves as a goldmine for analysts and data enthusiasts eager to unravel the trends, behaviors, and potential influencers shaping the dynamic landscape.
CREATE TABLE s (
"id" BIGINT,
"num_sold" DOUBLE
);Anyone who has the link will be able to view this.