Skip to content
View emordonez's full-sized avatar
Block or Report

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

  1. transfermarkt-transfers transfermarkt-transfers Public

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

    Python 21 11

  2. Sample visualizations of European so... Sample visualizations of European soccer transfer data from Transfermarkt, created with R and ggplot2. See the README for the source repo and data set.
    1
    # Setup
    2
    source("./transfers-0.R")
    3
    # Premier League 2020/21
    4
    source("./transfers-1.R")
    5
    # Big Six spending
  3. connecting-wall connecting-wall Public

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

    Vue 15 7

  4. website website Public

    My personal website built with Vue/Nuxt/Windi

    Vue

  5. Example analysis and visualizations ... Example analysis and visualizations of World Bank data for ASEAN GDP indicators.
    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... Example breakdown of PSA data on regions of the Philippines by GDP.
    1
    if (!require("pacman")) install.packages("pacman")
    2
    pacman::p_load(
    3
        "dplyr", "ggplot2", "readr", "reticulate",
    4
        "sf", "showtext", "stringr"
    5
    )