I'm a senior data analyst and problem solver at Northwestern Mutual. My github mainly consists of my data analysis projects using #rstats.
Please get in touch if you have any questions about my work or would like to just say hi.
Source code of my blog, built with R markdown using Minimal Mistakes.
This repository holds code/solutions for the Project Euler competition. Solutions completed in R and Python. https://projecteuler.net/
Python
# -- Load libraries
library(tidyverse)
library(glue)
library(readxl)
# -- Created by Owen Thompson (@OTStats)
# 2022-09-29
# -- Load libraries
library(tidyverse)
# -- Created by Owen Thompson (@OTStats)
# 2024-12-10
# -- Load libraries
library(tidyverse)