Baselight

Volleyball Nations League 2021-2022 Data

Volleyball Nations League match data from 2021 to 2022

@kaggle.sumbowdy_volleyball_nations_league_2021_2022_data

Vnldata
@kaggle.sumbowdy_volleyball_nations_league_2021_2022_data.vnldata

  • 24.21 KB
  • 224 rows
  • 21 columns
matchid

MATCHID

team1

TEAM1

team2

TEAM2

scores

SCORES

setscores

SETSCORES

attacks1

ATTACKS1

attacks2

ATTACKS2

blocks1

BLOCKS1

blocks2

BLOCKS2

serves1

SERVES1

serves2

SERVES2

opponent_errors1

OPPONENT ERRORS1

opponent_errors2

OPPONENT ERRORS2

total1

TOTAL1

total2

TOTAL2

digs1

DIGS1

digs2

DIGS2

reception1

RECEPTION1

reception2

RECEPTION2

sets1

SETS1

sets2

SETS2

11700FranceBulgaria3 : 027-25 25-21 25-233936754427247769131154567478
11701GermanyAustralia3 : 025-19 25-18 25-16422853523227553342640537160
11702JapanIran3 : 025-19 25-22 26-24454178212215766511650689485
11703SerbiaSlovenia3 : 122-25 25-18 36-34 25-1866531493425291089546597988119110
11704NetherlandsRussia1 : 319-25 22-25 25-18 20-25495161061025228693474974698888
11705United StatesCanada3 : 025-17 26-24 25-204330564324227661514854589181
11706PolandItaly3 : 025-19 25-20 25-18393386919187557444744603024
11707BrazilArgentina3 : 031-29 26-24 25-1644386137325158269423155728576
11708GermanyFrance2 : 325-22 22-25 25-22 16-25 15-1762631211552432103111495891814743
11709IranRussia1 : 317-25 25-20 20-25 17-2549573103424247995495575623039

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
);

Share link

Anyone who has the link will be able to view this.