Sales Prediction
Sales Prediction Datset
@kaggle.nikhil4444_sales_pred
Sales Prediction Datset
@kaggle.nikhil4444_sales_pred
Sales Prediction Dataset
Digital Add Dataset
Which includes
Age of an Individual
Salary Of an Individual
Prediction-whether the customer will buy the product
CREATE TABLE digitalad_dataset (
"age" BIGINT,
"salary" BIGINT,
"status" BIGINT
);
Anyone who has the link will be able to view this.