Volleyball Nations League 2021-2022 Data
Volleyball Nations League match data from 2021 to 2022
@kaggle.sumbowdy_volleyball_nations_league_2021_2022_data
Volleyball Nations League match data from 2021 to 2022
@kaggle.sumbowdy_volleyball_nations_league_2021_2022_data
CREATE TABLE vnldata (
"matchid" BIGINT,
"team1" VARCHAR,
"team2" VARCHAR,
"scores" VARCHAR,
"setscores" VARCHAR,
"attacks1" BIGINT,
"attacks2" BIGINT,
"blocks1" BIGINT,
"blocks2" BIGINT,
"serves1" BIGINT,
"serves2" BIGINT,
"opponent_errors1" BIGINT,
"opponent_errors2" BIGINT,
"total1" BIGINT,
"total2" BIGINT,
"digs1" BIGINT,
"digs2" BIGINT,
"reception1" BIGINT,
"reception2" BIGINT,
"sets1" BIGINT,
"sets2" BIGINT
);
Anyone who has the link will be able to view this.