Skip to content

gustavobocuto/sales_dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This dataset represents synthetic sales data generated for practice purposes only. It is not real-time or based on actual business operations, and should be used solely for educational or testing purposes. The dataset contains information that simulates sales transactions across different products, regions, and customers. Each row represents an individual sale event with various details associated with it.

Columns in the Dataset

Product_ID: Unique identifier for each product sold. Randomly generated for practice purposes. Sale_Date: The date when the sale occurred. Randomly selected from the year 2023. Sales_Rep: The sales representative responsible for the transaction. The dataset includes five random sales representatives (Alice, Bob, Charlie, David, Eve). Region: The region where the sale took place. The possible regions are North, South, East, and West. Sales_Amount: The total sales amount for the transaction, including discounts if any. Values range from 100 to 10,000 (in currency units). Quantity_Sold: The number of units sold in that transaction, randomly generated between 1 and 50. Product_Category: The category of the product sold. Categories include Electronics, Furniture, Clothing, and Food. Unit_Cost: The cost per unit of the product sold, randomly generated between 50 and 5000 currency units. Unit_Price: The selling price per unit of the product, calculated to be higher than the unit cost. Customer_Type: Indicates whether the customer is a New or Returning customer. Discount: The discount applied to the sale, randomly chosen between 0% and 30%. Payment_Method: The method of payment used by the customer (e.g., Credit Card, Cash, Bank Transfer). Sales_Channel: The channel through which the sale occurred. Either Online or Retail. Region_and_Sales_Rep: A combined column that pairs the region and sales representative for easier tracking. Disclaimer

Please note: This data was randomly generated and is intended solely for practice, learning, or testing. It does not reflect real-world sales, customers, or businesses, and should not be considered reliable for any real-time analysis or decision-making.

About

This dataset contains synthetic sales data for educational or testing purposes only. It simulates sales transactions for products, regions, and customers, with each row representing a sales event and its details. It is not based on real-time or actual business transactions.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors