Code Monkey home page Code Monkey logo

hoopr-kp-data's Introduction

hoopR-kp-data

  graph LR;
    A[hoopR-mbb-raw]-->B[hoopR-mbb-data];
    B[hoopR-mbb-data]-->C1[espn_mens_college_basketball_pbp];
    B[hoopR-mbb-data]-->C2[espn_mens_college_basketball_team_boxscores];
    B[hoopR-mbb-data]-->C3[espn_mens_college_basketball_player_boxscores];

Loading

hoopR ESPN MBB workflow diagram

flowchart TB;
    subgraph A[hoopR-mbb-raw];
        direction TB;
        A1[python/scrape_mbb_schedules.py]-->A2[python/scrape_mbb_json.py];
    end;

    subgraph B[hoopR-mbb-data];
        direction TB;
        B1[R/espn_mbb_01_pbp_creation.R]-->B2[R/espn_mbb_02_team_box_creation.R];
        B2[R/espn_mbb_02_team_box_creation.R]-->B3[R/espn_mbb_03_player_box_creation.R];
    end;

    subgraph C[sportsdataverse Releases];
        direction TB;
        C1[espn_mens_college_basketball_pbp];
        C2[espn_mens_college_basketball_team_boxscores];
        C3[espn_mens_college_basketball_player_boxscores];
    end;

    A-->B;
    B-->C1;
    B-->C2;
    B-->C3;

Loading

hoopR-nba-raw data repository (source: ESPN)

hoopR-nba-data repository (source: ESPN)

hoopR-nba-stats-data Repo (source: NBA Stats)

hoopR-mbb-raw data repository (source: ESPN)

hoopR-mbb-data repository (source: ESPN)

hoopR-kp-data Repo (source: KenPom)

hoopr-kp-data's People

Contributors

saiemgilani avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.