Skip to content

sportsdataverse/wehoop-wbb-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wehoop-wbb-data

  graph LR;
    A[wehoop-wbb-raw]-->B[wehoop-wbb-data];
    B[wehoop-wbb-data]-->C1[espn_womens_college_basketball_pbp];
    B[wehoop-wbb-data]-->C2[espn_womens_college_basketball_team_boxscores];
    B[wehoop-wbb-data]-->C3[espn_womens_college_basketball_player_boxscores];

wehoop ESPN WBB workflow diagram

flowchart TB;
    subgraph A[wehoop-wbb-raw];
        direction TB;
        A1[python/scrape_wbb_schedules.py]-->A2[python/scrape_wbb_json.py];
    end;

    subgraph B[wehoop-wbb-data];
        direction TB;
        B1[R/espn_wbb_01_pbp_creation.R]-->B2[R/espn_wbb_02_team_box_creation.R];
        B2[R/espn_wbb_02_team_box_creation.R]-->B3[R/espn_wbb_03_player_box_creation.R];
    end;

    subgraph C[sportsdataverse Releases];
        direction TB;
        C1[espn_womens_college_basketball_pbp];
        C2[espn_womens_college_basketball_team_boxscores];
        C3[espn_womens_college_basketball_player_boxscores];
    end;

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

Women's Basketball Data Releases

ESPN Women's College Basketball Schedules

ESPN Women's College Basketball PBP

ESPN Women's College Basketball Team Boxscores

ESPN Women's College Basketball Player Boxscores

ESPN WNBA Schedules

ESPN WNBA PBP

ESPN WNBA Team Boxscores

ESPN WNBA Player Boxscores

Data Repositories

wehoop-wnba-raw data repository (source: ESPN)

wehoop-wnba-data repository (source: ESPN)

wehoop-wnba-stats-data Repo (source: NBA Stats)

wehoop-wbb-raw data repository (source: ESPN)

wehoop-wbb-data repository (source: ESPN)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published