For this project, you will be exploring and visualizing data on building permits from the City of Seattle from 2017 to 2021. Your goal is to observe and visualize interesting trends and patterns in the data, and to tell a cohesive and compelling story about the insights you gain. This project is intentionally open-ended!
Exceptional projects will include creative and unique insights into the data. For example, how have the number of residential building permits issued changed over time? How many housing units have been built in each council district? Where are the most expensive building projects in Seattle? Has the COVID-19 pandemic affected the number of permits issued? These are just a few examples of the types of question I hope you will explore for this project.
Your projects will be evaluated on the quality of your visualizations and exploratory analyses.
This includes, but is not limited to, the quality of your writing, the informativeness and clarity of your visualizations, and your creativity.
Your submission should read as one continuous and cohesive report, rather than six distinct and unconnected sections.
To this end, your report should include an introductory paragraph as well as a conclusion/summary paragraph at the end.
The target audience of your report is an educated reader who is uninformed about the details of the data, but is interested in learning more about recent trends in Seattle. If you would like, you may also propose a different dataset for this project, but please get my permission via email.
You have the option to work with one partner for this project and submit a group report.
If you do so, you must both submit the same .Rmd, .html, and .Rproj files on Canvas with both of your names at the top of the .html.
read_csv()
to read online .csv files. I strongly recommend saving a version of the unprocessed .csv on your machine in a Data
subfolder within your Project 1 folder so you will be able to work offline.echo = FALSE
to hide code.)Keep in mind: there are no right answers for this project! These are real data, and I’m hoping for creative and interesting analyses that tell a compelling story about the data rather than cookie cutter reports. Have some fun with it, and good luck!