Work with Canadian Census data

This is a course assignment demo (GG606 Scientific Data Wrangling) cancensus is a R package that can assess Statistics Canada Census data for Census year 1996, 2001, 2006, 2011, 2016 and 2021. The datasets present information from the Census of Population for various levels of geography, including provinces and territories, census metropolitan areas, communities and census tracts. 1. Installation and retrieve the data vectors list (API key required) install....

March 15, 2023 · 9 min · Anqi Ma

Earthquakes data analysis demo

This is a course assignment for analyze and visualize earthquake data 1. Read the data in and clean it for analysis, used the readr package functions for reading and parsing data. [5 marks] My answer is written here and is explains what I did and why. #code library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.4.0 ✔ purrr 1.0.0 ## ✔ tibble 3....

March 3, 2023 · 10 min · Anqi Ma