Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: cc0-1.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc0-1.0
|
3 |
+
---
|
4 |
+
|
5 |
+
This dataset records Manuka honey prices in New Zealand of the following brands and retailers.
|
6 |
+
|
7 |
+
Included brands:
|
8 |
+
|
9 |
+
- Egmont
|
10 |
+
- Arataki
|
11 |
+
- Manuka doctor
|
12 |
+
|
13 |
+
Included retailers:
|
14 |
+
|
15 |
+
- Woolworths
|
16 |
+
- New World
|
17 |
+
- Egmont gift shop
|
18 |
+
- Arataki honey
|
19 |
+
- Manuka doctor
|
20 |
+
|
21 |
+
The meanings of the columns in the dataset are as follows.
|
22 |
+
|
23 |
+
| Name | Data type | Unit | Description |
|
24 |
+
| -------------- | --------- | ---- | ------------------------------------------------------------ |
|
25 |
+
| date | text | | The data is collected approximately 10:00 of this date in [Pacific/Auckland](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#AUCKLAND) time zone. |
|
26 |
+
| brand | text | | The company who produce the pack. |
|
27 |
+
| retailer | text | | The store where the pack is selling. |
|
28 |
+
| weight | int | g | Weight of the pack. |
|
29 |
+
| UMF | float | | See [UMF organization](https://www.umf.org.nz/unique-manuka-factor/). |
|
30 |
+
| MGO | float | | See [UMF organization](https://www.umf.org.nz/unique-manuka-factor/). |
|
31 |
+
| price | float | NZD | Price per pack. |
|
32 |
+
| marginal_price | float | NZD | Terms and conditions applied price. For examples, if the store promotes bundles, "any 2 for \$5", while the first item is \$3, the price is $3 and the marginal price is \$2.5. |
|
33 |
+
|
34 |
+
The current price report figures the price per kilogram over MGO currently.
|