dataset card
Browse files
README.md
CHANGED
|
@@ -71,6 +71,9 @@ It encompasses structured metadata, free-text service descriptions, keyword tags
|
|
| 71 |
|
| 72 |
The dataset contains 29 fields grouped into four scopes: `category`, `offer`, `owner`, `review`
|
| 73 |
|
|
|
|
|
|
|
|
|
|
| 74 |
| Field | Type | Description |
|
| 75 |
|---|---|---|
|
| 76 |
| `category_name` | string | Top-level category |
|
|
@@ -103,11 +106,15 @@ The dataset contains 29 fields grouped into four scopes: `category`, `offer`, `o
|
|
| 103 |
| `owner_customers` | int | Unique customers served |
|
| 104 |
| `owner_response_time` | string | Average response time |
|
| 105 |
|
|
|
|
| 106 |
|
| 107 |
**Reviews**
|
| 108 |
|
| 109 |
Each entry in `offer_reviews` contains the following fields.
|
| 110 |
|
|
|
|
|
|
|
|
|
|
| 111 |
| Field | Type | Description |
|
| 112 |
|---|---|---|
|
| 113 |
| `reviewer` | string | Buyer name |
|
|
@@ -117,6 +124,8 @@ Each entry in `offer_reviews` contains the following fields.
|
|
| 117 |
| `date` | string | Review date |
|
| 118 |
| `comment` | string | Buyer comment |
|
| 119 |
|
|
|
|
|
|
|
| 120 |
---
|
| 121 |
|
| 122 |
## Collection
|
|
|
|
| 71 |
|
| 72 |
The dataset contains 29 fields grouped into four scopes: `category`, `offer`, `owner`, `review`
|
| 73 |
|
| 74 |
+
<details>
|
| 75 |
+
<summary>Click for more details</summary>
|
| 76 |
+
|
| 77 |
| Field | Type | Description |
|
| 78 |
|---|---|---|
|
| 79 |
| `category_name` | string | Top-level category |
|
|
|
|
| 106 |
| `owner_customers` | int | Unique customers served |
|
| 107 |
| `owner_response_time` | string | Average response time |
|
| 108 |
|
| 109 |
+
</details>
|
| 110 |
|
| 111 |
**Reviews**
|
| 112 |
|
| 113 |
Each entry in `offer_reviews` contains the following fields.
|
| 114 |
|
| 115 |
+
<details>
|
| 116 |
+
<summary>Click for more details</summary>
|
| 117 |
+
|
| 118 |
| Field | Type | Description |
|
| 119 |
|---|---|---|
|
| 120 |
| `reviewer` | string | Buyer name |
|
|
|
|
| 124 |
| `date` | string | Review date |
|
| 125 |
| `comment` | string | Buyer comment |
|
| 126 |
|
| 127 |
+
</details>
|
| 128 |
+
|
| 129 |
---
|
| 130 |
|
| 131 |
## Collection
|