├── .DS_Store ├── README.md ├── code and data ├── avocado follow-through.docx ├── avocado_cleaned.csv └── sql code.sql ├── graphs ├── .DS_Store ├── Purchasing power.png ├── average price.png ├── purchasing power table.png ├── top 10 cities years.png ├── variety per year.png ├── volume and variety per year.png ├── volume los angeles.png ├── volume per city.png ├── volume per region.png └── volume per year.png └── report ├── FINAL REPORT.pdf └── FINAL REPORT.pptx /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /code and data/avocado follow-through.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/code and data/avocado follow-through.docx -------------------------------------------------------------------------------- /code and data/avocado_cleaned.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/code and data/avocado_cleaned.csv -------------------------------------------------------------------------------- /code and data/sql code.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/code and data/sql code.sql -------------------------------------------------------------------------------- /graphs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/graphs/.DS_Store -------------------------------------------------------------------------------- /graphs/Purchasing power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/graphs/Purchasing power.png -------------------------------------------------------------------------------- /graphs/average price.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/graphs/average price.png -------------------------------------------------------------------------------- /graphs/purchasing power table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/graphs/purchasing power table.png -------------------------------------------------------------------------------- /graphs/top 10 cities years.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/graphs/top 10 cities years.png -------------------------------------------------------------------------------- /graphs/variety per year.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/graphs/variety per year.png -------------------------------------------------------------------------------- /graphs/volume and variety per year.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/graphs/volume and variety per year.png -------------------------------------------------------------------------------- /graphs/volume los angeles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/graphs/volume los angeles.png -------------------------------------------------------------------------------- /graphs/volume per city.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/graphs/volume per city.png -------------------------------------------------------------------------------- /graphs/volume per region.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/graphs/volume per region.png -------------------------------------------------------------------------------- /graphs/volume per year.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/graphs/volume per year.png -------------------------------------------------------------------------------- /report/FINAL REPORT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/report/FINAL REPORT.pdf -------------------------------------------------------------------------------- /report/FINAL REPORT.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valentinjoseph/avocadocalypse/HEAD/report/FINAL REPORT.pptx --------------------------------------------------------------------------------