R Code
2020 Kaggle Survey Data Analysis
This data analysis project analyzes the first 10 responses of the 2020 Kaggle Survey Data (my second project ever in R).
For some of the questions I ran queries with SQL using the sqldf library. The answers were in different columns so I used sqldf to aggregate them together before plotting them on one graph. It was my first time using sqldf in a project, it made realize how effective the use of SQL within R can be.
