Skip to content
View OTStats's full-sized avatar

Organizations

@proc9

Block or report OTStats

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
OTStats/README.md

Hi there, I'm Owen 👋

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.

Pinned Loading

  1. OTStats.github.io OTStats.github.io Public

    Source code of my blog, built with R markdown using Minimal Mistakes.

    R 2 1

  2. euler-project euler-project Public

    This repository holds code/solutions for the Project Euler competition. Solutions completed in R and Python. https://projecteuler.net/

    Python

  3. 20220521-Vinicius-Junior-minutes-bre... 20220521-Vinicius-Junior-minutes-breakdown.R
    1
    
                  
    2
    # -- Load libraries
    3
    library(tidyverse)
    4
    library(glue)
    5
    library(readxl)
  4. 20220929 MLS 2022 xG evolution.R 20220929 MLS 2022 xG evolution.R
    1
    # -- Created by Owen Thompson (@OTStats)
    2
    # 2022-09-29
    3
    
                  
    4
    # -- Load libraries
    5
    library(tidyverse)
  5. 20241210 NHL Teams game state.R 20241210 NHL Teams game state.R
    1
    # -- Created by Owen Thompson (@OTStats)
    2
    # 2024-12-10
    3
    
                  
    4
    # -- Load libraries
    5
    library(tidyverse)
  6. streetmaps streetmaps Public

    Create street maps in R using ggplot and OpenStreetMaps data

    R