nateraw commited on
Commit
1eaf93a
1 Parent(s): bb88dbf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +170 -0
README.md ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license:
3
+ - odbl
4
+ converted_from: kaggle
5
+ kaggle_id: neuromusic/avocado-prices
6
+ ---
7
+
8
+ # Dataset Card for Avocado Prices
9
+
10
+ ## Table of Contents
11
+ - [Table of Contents](#table-of-contents)
12
+ - [Dataset Description](#dataset-description)
13
+ - [Dataset Summary](#dataset-summary)
14
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
15
+ - [Languages](#languages)
16
+ - [Dataset Structure](#dataset-structure)
17
+ - [Data Instances](#data-instances)
18
+ - [Data Fields](#data-fields)
19
+ - [Data Splits](#data-splits)
20
+ - [Dataset Creation](#dataset-creation)
21
+ - [Curation Rationale](#curation-rationale)
22
+ - [Source Data](#source-data)
23
+ - [Annotations](#annotations)
24
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
25
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
26
+ - [Social Impact of Dataset](#social-impact-of-dataset)
27
+ - [Discussion of Biases](#discussion-of-biases)
28
+ - [Other Known Limitations](#other-known-limitations)
29
+ - [Additional Information](#additional-information)
30
+ - [Dataset Curators](#dataset-curators)
31
+ - [Licensing Information](#licensing-information)
32
+ - [Citation Information](#citation-information)
33
+ - [Contributions](#contributions)
34
+
35
+ ## Dataset Description
36
+
37
+ - **Homepage:** https://kaggle.com/datasets/neuromusic/avocado-prices
38
+ - **Repository:**
39
+ - **Paper:**
40
+ - **Leaderboard:**
41
+ - **Point of Contact:**
42
+
43
+ ### Dataset Summary
44
+
45
+ ### Context
46
+
47
+ It is a well known fact that Millenials LOVE Avocado Toast. It's also a well known fact that all Millenials live in their parents basements.
48
+
49
+ Clearly, they aren't buying home because they are buying too much Avocado Toast!
50
+
51
+ But maybe there's hope... if a Millenial could find a city with cheap avocados, they could live out the Millenial American Dream.
52
+
53
+ ### Content
54
+
55
+ This data was downloaded from the Hass Avocado Board website in May of 2018 & compiled into a single CSV. Here's how the [Hass Avocado Board describes the data on their website][1]:
56
+
57
+ > The table below represents weekly 2018 retail scan data for National retail volume (units) and price. Retail scan data comes directly from retailers’ cash registers based on actual retail sales of Hass avocados. Starting in 2013, the table below reflects an expanded, multi-outlet retail data set. Multi-outlet reporting includes an aggregation of the following channels: grocery, mass, club, drug, dollar and military. The Average Price (of avocados) in the table reflects a per unit (per avocado) cost, even when multiple units (avocados) are sold in bags. The Product Lookup codes (PLU’s) in the table are only for Hass avocados. Other varieties of avocados (e.g. greenskins) are not included in this table.
58
+
59
+ Some relevant columns in the dataset:
60
+
61
+ - `Date` - The date of the observation
62
+ - `AveragePrice` - the average price of a single avocado
63
+ - `type` - conventional or organic
64
+ - `year` - the year
65
+ - `Region` - the city or region of the observation
66
+ - `Total Volume` - Total number of avocados sold
67
+ - `4046` - Total number of avocados with PLU 4046 sold
68
+ - `4225` - Total number of avocados with PLU 4225 sold
69
+ - `4770` - Total number of avocados with PLU 4770 sold
70
+
71
+ ### Acknowledgements
72
+
73
+ Many thanks to the Hass Avocado Board for sharing this data!!
74
+
75
+ http://www.hassavocadoboard.com/retail/volume-and-price-data
76
+
77
+ ### Inspiration
78
+
79
+ In which cities can millenials have their avocado toast AND buy a home?
80
+
81
+ Was the Avocadopocalypse of 2017 real?
82
+
83
+
84
+ [1]: http://www.hassavocadoboard.com/retail/volume-and-price-data
85
+
86
+ ### Supported Tasks and Leaderboards
87
+
88
+ [More Information Needed]
89
+
90
+ ### Languages
91
+
92
+ [More Information Needed]
93
+
94
+ ## Dataset Structure
95
+
96
+ ### Data Instances
97
+
98
+ [More Information Needed]
99
+
100
+ ### Data Fields
101
+
102
+ [More Information Needed]
103
+
104
+ ### Data Splits
105
+
106
+ [More Information Needed]
107
+
108
+ ## Dataset Creation
109
+
110
+ ### Curation Rationale
111
+
112
+ [More Information Needed]
113
+
114
+ ### Source Data
115
+
116
+ #### Initial Data Collection and Normalization
117
+
118
+ [More Information Needed]
119
+
120
+ #### Who are the source language producers?
121
+
122
+ [More Information Needed]
123
+
124
+ ### Annotations
125
+
126
+ #### Annotation process
127
+
128
+ [More Information Needed]
129
+
130
+ #### Who are the annotators?
131
+
132
+ [More Information Needed]
133
+
134
+ ### Personal and Sensitive Information
135
+
136
+ [More Information Needed]
137
+
138
+ ## Considerations for Using the Data
139
+
140
+ ### Social Impact of Dataset
141
+
142
+ [More Information Needed]
143
+
144
+ ### Discussion of Biases
145
+
146
+ [More Information Needed]
147
+
148
+ ### Other Known Limitations
149
+
150
+ [More Information Needed]
151
+
152
+ ## Additional Information
153
+
154
+ ### Dataset Curators
155
+
156
+ This dataset was shared by [@neuromusic](https://kaggle.com/neuromusic)
157
+
158
+ ### Licensing Information
159
+
160
+ The license for this dataset is odbl
161
+
162
+ ### Citation Information
163
+
164
+ ```bibtex
165
+ [More Information Needed]
166
+ ```
167
+
168
+ ### Contributions
169
+
170
+ [More Information Needed]