Publications by Rachel Saidi
Summer RISE Access to Safe Drinking Water
Exploration in Access to Safe Drinking Water Author Joshewa Assefa, Rohun Sarkar, and Tarun Tammali Introduction about the project Access to clean water is a fundamental human right and a critical determinant of public health, economic development, and environmental sustainability. However, water access has been a longstanding challenge for man...
7491 sym Python (11356 sym/34 pcs) 5 img 1 tbl
Summer RISE Access to Safe Drinking Water Part 2
Summer RISE Final Project 2023 Part 2 Author Joshewa Assefa, Rohun Sarkar, and Tarun Tammali # Create palette for the regions cols <- c("Latin America & Caribbean" = "#14c78f", "South Asia" = "#c6b90a", "Sub-Saharan Africa" = "#52340e", "Europe & Central ...
3437 sym Python (5667 sym/17 pcs)
Summer RISE Access to Safe Drinking Water Part 1
Introduction about the project Access to clean water is a fundamental human right and a critical determinant of public health, economic development, and environmental sustainability. However, water access has been a longstanding challenge for many regions around the world. Having access to drinking water has numerous impacts on a population. We...
7307 sym R (11788 sym/34 pcs) 5 img 1 tbl
temp
summary(cars) ## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.:19.0 3rd Qu.: 56.00 ## Max. :25.0 Max. :120.00 HTML only section...
26 sym
Access to Safe Drinking Water
Exploration in Access to Safe Drinking Water Introduction about the project Load the libraries and the dataset library(tidyverse) library(plotly) library(RColorBrewer) setwd("C:/Users/rsaidi/Dropbox/Rachel/MontColl/Summer RISE/2023") water <- read_csv("water.csv") First, remove na’s from region and explore the categorical variables water2 <...
2605 sym Python (11632 sym/33 pcs) 5 img 1 tbl
Japan Earthquake GIS Tutorial
Japan Quakes Author Rachel Saidi Japan Earthquakes devastation in 2011 2011 Geo mapping using Japan Earthquakes 2001-2018 dataset. Source: USGS Earthquake Catalog (https://earthquake.usgs.gov/earthquakes/search/). This tutorial is adapted from: https://towardsdatascience.com/how-to-make-stunning-geomaps-in-r-a-complete-guide-with-leaflet-be1...
2902 sym 10 img 1 tbl
Japan Earthquake GIS Tutorial
Japan Quakes Author Rachel Saidi Japan Earthquakes devastation in 2011 2011 Geo mapping using Japan Earthquakes 2001-2018 dataset. Source: USGS Earthquake Catalog (https://earthquake.usgs.gov/earthquakes/search/). This tutorial comes from: https://towardsdatascience.com/how-to-make-stunning-geomaps-in-r-a-complete-guide-with-leaflet-be1b857f...
1762 sym 3 img 1 tbl
Household Debt Tutorial
Household Debt Author Rachel Saidi Load the libraries The zoo package will help us re-format the period to be a useable date. Zoo stands for Z’s Ordered Observations. # install.packages("zoo") library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0...
3478 sym Python (5217 sym/21 pcs) 3 img
Household Debt, DS Labs and Highcharter
Load the libraries The zoo package will help us re-format the period to be a useable date. Zoo stands for Z’s Ordered Observations. # install.packages("zoo") library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 �...
10008 sym R (16283 sym/59 pcs) 7 img
Temp
First Quarto Author Rachel Saidi First subtitle ##This did not work Third header Create first line of code Shortcut: control + alt + i listofdata <- c(3, 8, 10, 2, 1, 0, 5, 7) mean(listofdata) [1] 4.5 Create a basic histogram hist(listofdata)...
195 sym 1 img