Datasets:
Commit ·
778a032
1
Parent(s): b881d20
Daily update 2026-03-03
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +5 -5
- product-details/data/2026-01-19.csv +3 -0
- product-details/data/2026-01-19.parquet +3 -0
- product-details/data/2026-01-20.csv +3 -0
- product-details/data/2026-01-20.parquet +3 -0
- product-details/data/2026-01-21.csv +3 -0
- product-details/data/2026-01-21.parquet +3 -0
- product-details/data/2026-01-22.csv +3 -0
- product-details/data/2026-01-22.parquet +3 -0
- product-details/data/2026-01-23.csv +3 -0
- product-details/data/2026-01-23.parquet +3 -0
- product-details/data/2026-01-24.csv +3 -0
- product-details/data/2026-01-24.parquet +3 -0
- product-details/data/2026-01-25.csv +3 -0
- product-details/data/2026-01-25.parquet +3 -0
- product-details/data/2026-01-26.csv +3 -0
- product-details/data/2026-01-26.parquet +3 -0
- product-details/data/2026-01-27.csv +3 -0
- product-details/data/2026-01-27.parquet +3 -0
- product-details/data/2026-01-28.csv +3 -0
- product-details/data/2026-01-28.parquet +3 -0
- product-details/data/2026-01-29.csv +3 -0
- product-details/data/2026-01-29.parquet +3 -0
- product-details/data/2026-01-30.csv +3 -0
- product-details/data/2026-01-30.parquet +3 -0
- product-details/data/2026-01-31.csv +3 -0
- product-details/data/2026-01-31.parquet +3 -0
- product-details/data/2026-02-01.csv +3 -0
- product-details/data/2026-02-01.parquet +3 -0
- product-details/data/2026-02-02.csv +3 -0
- product-details/data/2026-02-02.parquet +3 -0
- product-details/data/2026-02-03.csv +3 -0
- product-details/data/2026-02-03.parquet +3 -0
- product-details/data/2026-02-04.csv +3 -0
- product-details/data/2026-02-04.parquet +3 -0
- product-details/data/2026-02-05.csv +3 -0
- product-details/data/2026-02-05.parquet +3 -0
- product-details/data/2026-02-06.csv +3 -0
- product-details/data/2026-02-06.parquet +3 -0
- product-details/data/2026-02-07.csv +3 -0
- product-details/data/2026-02-07.parquet +3 -0
- product-details/data/2026-02-08.csv +3 -0
- product-details/data/2026-02-08.parquet +3 -0
- product-details/data/2026-02-09.csv +3 -0
- product-details/data/2026-02-09.parquet +3 -0
- product-details/data/2026-02-10.csv +3 -0
- product-details/data/2026-02-10.parquet +3 -0
- product-details/data/2026-02-11.csv +3 -0
- product-details/data/2026-02-11.parquet +3 -0
- product-details/data/2026-02-12.csv +3 -0
README.md
CHANGED
|
@@ -74,9 +74,9 @@ Shopee product listings with variant pricing, discount percentages, seller ratin
|
|
| 74 |
| `price` 🔒 | `float` | 100% | Current price (raw value from API, typically multiplied by 100000) |
|
| 75 |
| `priceMin` | `float` | 100% | Minimum price for products with variants (raw value) |
|
| 76 |
| `priceMax` | `float` | 100% | Maximum price for products with variants (raw value) |
|
| 77 |
-
| `priceBeforeDiscount` | `float` | 92% | Original price before discount (raw value) |
|
| 78 |
-
| `priceMinBeforeDiscount` | `float` | 100% | Minimum price before discount for variants (raw value) |
|
| 79 |
-
| `priceMaxBeforeDiscount` | `float` | 100% | Maximum price before discount for variants (raw value) |
|
| 80 |
| `discount` | `float` | 100% | Discount percentage (0-100) |
|
| 81 |
| `ratingAvg` | `float` | 100% | Average rating (0-5 stars) |
|
| 82 |
| `ratingCount` | `float` | 100% | Total number of ratings |
|
|
@@ -89,7 +89,7 @@ Shopee product listings with variant pricing, discount percentages, seller ratin
|
|
| 89 |
| `isFreeShipping` | `bool` | 100% | Whether free shipping is available |
|
| 90 |
| `isServiceByShopee` | `bool` | 100% | Whether fulfilled by Shopee (FBS) |
|
| 91 |
| `images` | `array` | 100% | Array of all product image IDs |
|
| 92 |
-
| `models` | `json` | 100% | Array of product variants/SKUs with fields: item_id, name, promotion_id, price, price_before_discount, model_id, is_clickable, is_grayout, stock |
|
| 93 |
| `createdAt` | `datetime` | 100% | Product creation timestamp |
|
| 94 |
| `shopName` | `string` | 100% | Shop/seller name |
|
| 95 |
| `shopRating` | `float` | 84% | Shop average rating (0-5) |
|
|
@@ -301,5 +301,5 @@ Commercial use requires a paid license — see [pricing](https://rebrowser.net/p
|
|
| 301 |
Rebrowser is an independent data provider and is not affiliated with, endorsed by, or sponsored by Shopee. Any trademarks are the property of their respective owners. This dataset is compiled from publicly available information; we do not request or collect Shopee user credentials. By using this dataset, you agree to comply with Shopee's Terms of Service and all applicable laws and regulations. Images, logos, descriptions, and other materials included in this dataset remain the intellectual property of their respective owners and are provided solely for informational purposes. Rebrowser makes no warranties regarding the accuracy, completeness, or legality of the data and assumes no liability for how the data is used. You are solely responsible for ensuring that your use of this dataset does not infringe on the rights of any third party.
|
| 302 |
|
| 303 |
|
| 304 |
-
You can also find this data on [GitHub](https://github.com/rebrowser/shopee-dataset), [Kaggle](https://www.kaggle.com/datasets/rebrowser/shopee-dataset).
|
| 305 |
|
|
|
|
| 74 |
| `price` 🔒 | `float` | 100% | Current price (raw value from API, typically multiplied by 100000) |
|
| 75 |
| `priceMin` | `float` | 100% | Minimum price for products with variants (raw value) |
|
| 76 |
| `priceMax` | `float` | 100% | Maximum price for products with variants (raw value) |
|
| 77 |
+
| `priceBeforeDiscount` 🔒 | `float` | 92% | Original price before discount (raw value) |
|
| 78 |
+
| `priceMinBeforeDiscount` 🔒 | `float` | 100% | Minimum price before discount for variants (raw value) |
|
| 79 |
+
| `priceMaxBeforeDiscount` 🔒 | `float` | 100% | Maximum price before discount for variants (raw value) |
|
| 80 |
| `discount` | `float` | 100% | Discount percentage (0-100) |
|
| 81 |
| `ratingAvg` | `float` | 100% | Average rating (0-5 stars) |
|
| 82 |
| `ratingCount` | `float` | 100% | Total number of ratings |
|
|
|
|
| 89 |
| `isFreeShipping` | `bool` | 100% | Whether free shipping is available |
|
| 90 |
| `isServiceByShopee` | `bool` | 100% | Whether fulfilled by Shopee (FBS) |
|
| 91 |
| `images` | `array` | 100% | Array of all product image IDs |
|
| 92 |
+
| `models` 🔒 | `json` | 100% | Array of product variants/SKUs with fields: item_id, name, promotion_id, price, price_before_discount, model_id, is_clickable, is_grayout, stock |
|
| 93 |
| `createdAt` | `datetime` | 100% | Product creation timestamp |
|
| 94 |
| `shopName` | `string` | 100% | Shop/seller name |
|
| 95 |
| `shopRating` | `float` | 84% | Shop average rating (0-5) |
|
|
|
|
| 301 |
Rebrowser is an independent data provider and is not affiliated with, endorsed by, or sponsored by Shopee. Any trademarks are the property of their respective owners. This dataset is compiled from publicly available information; we do not request or collect Shopee user credentials. By using this dataset, you agree to comply with Shopee's Terms of Service and all applicable laws and regulations. Images, logos, descriptions, and other materials included in this dataset remain the intellectual property of their respective owners and are provided solely for informational purposes. Rebrowser makes no warranties regarding the accuracy, completeness, or legality of the data and assumes no liability for how the data is used. You are solely responsible for ensuring that your use of this dataset does not infringe on the rights of any third party.
|
| 302 |
|
| 303 |
|
| 304 |
+
You can also find this data on [GitHub](https://github.com/rebrowser/shopee-dataset), [Kaggle](https://www.kaggle.com/datasets/rebrowser/shopee-dataset), [Zenodo](https://doi.org/10.5281/zenodo.18854854).
|
| 305 |
|
product-details/data/2026-01-19.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2f6a09c8acd33164d87cdde6b905c7860bad3958b1243d0fde256bc029a87d1
|
| 3 |
+
size 2074099
|
product-details/data/2026-01-19.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3293d8b29daad18fadfe8bad96fdf4f8706e9032c359667d0afa0a9cfe4b35ef
|
| 3 |
+
size 716290
|
product-details/data/2026-01-20.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b82abbc7d31a8e786dd3038fe348292041e3731a6ba1b58009b46b027da59c57
|
| 3 |
+
size 2075430
|
product-details/data/2026-01-20.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63f8fbd72ae85f92b299451a21569cd117de202023341b29dfd70e307aa362bd
|
| 3 |
+
size 704590
|
product-details/data/2026-01-21.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a37dc495022aaec6784a56036c5491186a7365dde8e66840c8cc6092ca73d550
|
| 3 |
+
size 2122102
|
product-details/data/2026-01-21.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f973de16cc9c4b3b96712509cb6a86f8700d6acfc42e280757f5edaae8d891ba
|
| 3 |
+
size 714452
|
product-details/data/2026-01-22.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06570ab9acd5bfd852f28d27a08626c3de95b5b507d1c5613b5d53a76dd18769
|
| 3 |
+
size 1903577
|
product-details/data/2026-01-22.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d13880715f049bd97bf3062bae88e5385768215e8a717b3d8667a2acadb4b0d9
|
| 3 |
+
size 565627
|
product-details/data/2026-01-23.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f55e4f1ab0889b459615998185b40036f3cc49ed35c33c42c0deec442fa191f1
|
| 3 |
+
size 2039028
|
product-details/data/2026-01-23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d235c1b078cf62b8ec65369f1584f97d0af8c2c89ed44805b96f3ffb888aff69
|
| 3 |
+
size 578801
|
product-details/data/2026-01-24.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb8cec7160c3ddcbfb122533b117a83a3b9cd750652222b76432d280bac4efac
|
| 3 |
+
size 2074059
|
product-details/data/2026-01-24.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d9c42729be105a215c6b36da5630ad86cb29b115de45a7b5cdce80cf573b002
|
| 3 |
+
size 676724
|
product-details/data/2026-01-25.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e580086bc2e119585cdddf731e987a2dd42e59896eb0f97463769d692ea2648b
|
| 3 |
+
size 2114929
|
product-details/data/2026-01-25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:767a61b26da0282703f9193101837d3dc9c745dc7ee72b9dfc27654a1e822b7f
|
| 3 |
+
size 685810
|
product-details/data/2026-01-26.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1900a111a937fc3f09f87452477b1e3f0cf02af9de67bc234354883181fc5f86
|
| 3 |
+
size 1945888
|
product-details/data/2026-01-26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e2bd07a079f342def6d299fc7bb022d2a5d75e8b40bb85d61287a3ee2e6d4b5
|
| 3 |
+
size 641370
|
product-details/data/2026-01-27.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57152bc90f2748b1c8dc9b4101a5ac85159fe74b4602935e4f73a52bf7ee0f30
|
| 3 |
+
size 1956992
|
product-details/data/2026-01-27.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24831fe47ae92dbb9266c96e47142ec37e9376d27ed0db188bf9697c92f4518f
|
| 3 |
+
size 673672
|
product-details/data/2026-01-28.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05f5bf94bb1f083fb32a7c608b2a2564c351511286aa2dcb7e6075927396e723
|
| 3 |
+
size 1951732
|
product-details/data/2026-01-28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07cbb836c7682296fe9a401357a483e884cd9b199767a081d042f73809340e15
|
| 3 |
+
size 646740
|
product-details/data/2026-01-29.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6366e5c8ea6f455d945c753d2301681b0eb00b4c8da3f5ae41d416c7b3ea40b
|
| 3 |
+
size 2214961
|
product-details/data/2026-01-29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:793394de76e1dbed2eb35ed145bbb4b3410f929c84df415ba905bc37b96ff0ce
|
| 3 |
+
size 789592
|
product-details/data/2026-01-30.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7414b42bf869f5d19205a80c3165ce72b7b6d27d4695cfba02b6fc8a49c13d2
|
| 3 |
+
size 2178247
|
product-details/data/2026-01-30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4bbfafd5a2a7222510d08979493ef0365d416c5df560f80fbf4a8a09458c9c28
|
| 3 |
+
size 785843
|
product-details/data/2026-01-31.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74e69badfd90bb7b3aa90474ea68c86caf40a5745fcd477a9be4ad1d3ef9d41b
|
| 3 |
+
size 2201181
|
product-details/data/2026-01-31.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b964c8c62516891f05956c0c60a29ba487b81bd228f1559b5585d8e731d54fa
|
| 3 |
+
size 799517
|
product-details/data/2026-02-01.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7533d9c6ad4a5d665ae3b6f203a73c69bd21a2774c0dfd17d7615c8b6fad462
|
| 3 |
+
size 1777545
|
product-details/data/2026-02-01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b250bf0243311758d839179c7be8e45bd12d197ea5314d64c873e92847f9e20
|
| 3 |
+
size 504168
|
product-details/data/2026-02-02.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60ebe51d48cb2ac2666d9470dfabdeab2d25eb7e4b60a06a27ebda5d3e3d585f
|
| 3 |
+
size 2062688
|
product-details/data/2026-02-02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4182eb3b8e6b47a2961c605d5cde303c603b8b0fd28980368137ce446da6e37
|
| 3 |
+
size 715916
|
product-details/data/2026-02-03.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:808c51302a1ec777d00da3e2355467d706d9722e31a961478b23af3a10c1de5b
|
| 3 |
+
size 2188304
|
product-details/data/2026-02-03.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29071805040137aad28580306f166e7274509a99a3068b2a33429cbf3d9504d1
|
| 3 |
+
size 684258
|
product-details/data/2026-02-04.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e3333cfbd1455093676000d04ce3690f5acd5fef5486a5447e1fe33b338ff79
|
| 3 |
+
size 2021790
|
product-details/data/2026-02-04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:049d6a5c30f0d66d153b4d4c005f64c01f71d8f05465564a07f1a719af852584
|
| 3 |
+
size 688754
|
product-details/data/2026-02-05.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae13ea10b9a84e0f4ff3a422ecabe629def3459cf3577e7cae9138d373993519
|
| 3 |
+
size 2038667
|
product-details/data/2026-02-05.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:280cdb9cd67606acb44df9fd735d73a7d7c52a92150f018c0dcaf0e875aba59f
|
| 3 |
+
size 718622
|
product-details/data/2026-02-06.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:456bb55f23e73dd91c52862dda69d4b8badd26694142d0bf07f263511c24fba3
|
| 3 |
+
size 1692168
|
product-details/data/2026-02-06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79d36f49c81e5ba2f2e5f060b07b5550d74bb050cc3b2d4bb2eaf3e3cb2be36c
|
| 3 |
+
size 513991
|
product-details/data/2026-02-07.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41a154c762017c90dec89b63c5558cd14d1b645c06bac1f9bd51d137ac6ed446
|
| 3 |
+
size 1907472
|
product-details/data/2026-02-07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec34c279ed8ff812c77280722a472c423c76c29cd643a4b0d7a1b9c01f7739ea
|
| 3 |
+
size 640874
|
product-details/data/2026-02-08.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bef40b0761e3a6e77bb91b439b5ff5e5fa23ce1ba0fa888a452a05986ae5a143
|
| 3 |
+
size 2121737
|
product-details/data/2026-02-08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:865fbaea633fbe6c9750a4d290eb6b29e7741a2e96215e0692666b4a3d4aaaf4
|
| 3 |
+
size 770430
|
product-details/data/2026-02-09.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6b67a7c6a90b28e00767896e8a77b2ae7f76705cca46866dc2f85cfcaba8373
|
| 3 |
+
size 1936329
|
product-details/data/2026-02-09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d1e54f840569dd0297068122b8675393383c0720f78d49ead5093f1e09bb391
|
| 3 |
+
size 667874
|
product-details/data/2026-02-10.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5000e494a3d469ed63ff2ba115e1b1f21c242663ba9bd69a0c0e9a1c140a5268
|
| 3 |
+
size 1978589
|
product-details/data/2026-02-10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:deeb701fe996e23bb7a7e112d7032102e09264dda5f0e7ad6f8c3abfe3d4e709
|
| 3 |
+
size 616812
|
product-details/data/2026-02-11.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5ac4f95ebbeed4ecf4570ca6d28d17b61df859ab8bd623d4af0091fffc8becc
|
| 3 |
+
size 1846516
|
product-details/data/2026-02-11.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7752841561fc6eb62664a34996d33449f7d69ea4375e1b50bf9bfa35b78ad1a
|
| 3 |
+
size 630236
|
product-details/data/2026-02-12.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5d8032eb9f4ad9f0448f89c653223ac8d74930be41ab0c99981d775c416aebd
|
| 3 |
+
size 1598165
|