Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.76 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.76 KB

ToC

1. Analysis of 11 Forest Fire factors for relation to frequency and intensity

Use tidyverse packages to transform and load data from a CSV, then make complex visualizations to aid in discovering which forest fire factors correlate strongly with increase frequency of fire, or increased intensity (using area burned as a proxy).

2. Model Car sales analysis using

Using SQLite3, load the dataset with the given schema diagram, then generate a view of table statistics. Use this data, and no python functions, to do a sales analysis on to discover which models are best sellers, which product lines are best to expand, and how much can we spend on a marketting campaign per new customer to and continue to drive a profit. Use only SQL.


About DataQuest Guided projects

DataQuest guided projects provide a dataset, and a target for analysis.

DataQuest provides vidualization snippets and/or implementation metrics to allow for checking milestone progreess.

Largely, the student is responsible for sanity checking the analysis.

Example1: In the python-mapReduce project they provided the implementation metric: execution time for each method.

Example2: In the R-visualizations-forest-fire-metrics project, DataQuest provided two months with highest fire frequency, and .png examples of one of the plots. They do not provide any code or code base.

DataQuest started Sept 2023

Initial commit Mar 2024