RadeAI commited on
Commit
b68d6ff
β€’
1 Parent(s): 950b740

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Introducing the BaSalam (comments & products) Dataset πŸŒπŸ›οΈ
3
+
4
+ Dive into the BaSalam dataset, featuring two comprehensive files: `BaSalam.products.csv` and `BaSalam.reviews.csv`, offering insights into the vibrant online marketplace of BaSalam! πŸ“ŠπŸ“
5
+
6
+ ## BaSalam.products.csv Highlights 🌟
7
+ Get a complete look at each product with information on:
8
+ - Basic identifiers and metrics: `_id`, `_score` πŸ†”
9
+ - Sales performance: `sales_count_week` πŸ“ˆ
10
+ - Detailed product descriptions: `name`, `price`, `status_title` 🏷️
11
+ - Stock and shipping nuances: `stock`, `has_delivery`, `isFreeShipping`, `IsAvailable`, `IsSaleable` πŸ“¦πŸšš
12
+ - Visuals and media: `photo_MEDIUM`, `photo_SMALL`, `video_ORIGINAL` πŸ–ΌοΈπŸŽ₯
13
+ - Customer ratings and reviews: `rating_average`, `rating_count`, `rating_signals` ⭐
14
+ - Pricing and promotional details: `primaryPrice`, `promotions` πŸ’Έ
15
+ - Extensive vendor profiles: `vendor_name`, `vendor_score`, `vendor_status_title`, and more πŸ”
16
+ - Categorization and navigation: `categoryId`, `new_categoryId`, `navigation_id`, `categoryTitle` πŸ—‚οΈ
17
+ - Additional attributes and miscellaneous details: `mainAttribute`, `preparationDays`, `weight` πŸ“πŸ› οΈ
18
+
19
+ ## BaSalam.reviews.csv Highlights πŸ“˜
20
+ Explore comprehensive feedback with:
21
+ - Review identifiers and timelines: `_id`, `productId`, `createdAt`, `updatedAt` πŸ“…
22
+ - User engagement metrics: `user_id`, `name_of_user`, `photo_of_user` πŸ‘€
23
+ - Interactive features: `likeCount`, `dislikeCount`, `isLikedByCurrentUser`, `isDislikedByCurrentUser` πŸ‘πŸ‘Ž
24
+ - Rich review content: `description`, `attachments`, `history_count` βœοΈπŸ“„
25
+ - Detailed reasons for reviews through `reason_ids` array and `variation_metadata` 🧐
26
+
27
+ This dataset is not just dataβ€”it’s a gateway to understanding the pulse of the BaSalam marketplace, providing a foundation for nuanced market analysis, sentiment exploration, and machine learning applications in e-commerce. πŸŽ―πŸ”
28
+
29
+ Ready to analyze trends, gauge consumer sentiment, or examine product performance? The BaSalam dataset offers all the necessary tools and data for a thorough dive into e-commerce dynamics! πŸš€πŸ’‘
30
+
31
+
32
+ ---
33
+ license: mit
34
+ ---
35
+