Skip to content
View emordonez's full-sized avatar

Block or report emordonez

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

Pinned Loading

  1. transfermarkt-transfers Public

    Web-scraped Transfermarkt data for all soccer/football transfers in 10 European leagues over 30 seasons

    Python 24 12

  2. Sample visualizations of European so...
    1
    # Setup
    2
    source("./transfers-0.R")
    3
    # Premier League 2020/21
    4
    source("./transfers-1.R")
    5
    # Big Six spending
  3. connecting-wall Public

    A web implementation of the connecting wall from "Only Connect," built with Vue

    Vue 19 10

  4. website Public

    My personal website built with Vue/Nuxt/Windi

    Vue

  5. Example analysis and visualizations ...
    1
    if (!require("pacman")) install.packages("pacman")
    2
    pacman::p_load("dplyr", "ggplot2", "readr", "reticulate", "showtext")
    3
    
                  
    4
    # Utility function to save ggplots
    5
    save_image <- function(filename, plot, width = 7, height = 7) {
  6. Example breakdown of PSA data on reg...
    1
    if (!require("pacman")) install.packages("pacman")
    2
    pacman::p_load(
    3
        "dplyr", "ggplot2", "readr", "reticulate",
    4
        "sf", "showtext", "stringr"
    5
    )