Baselight

VNL 2024 - Women's Volleyball Nations League 2024

Women's Volleyball Nations League 2024 Statistics

@kaggle.incdata_vnl_women_2024

Loading...
Loading...

About this Dataset

VNL 2024 - Women's Volleyball Nations League 2024

Hi!

Inspired by @yeganehbavafa 's Men's VNL 2023 dataset, I've created this new one for the Women's VNL 2024 using the same source (volleyballworld.com) for personal purposes. Now, here it is for everybody who find it useful.

I encourage all to visit @yeganehbavafa 's dataset for a much detailed explanation of the data.

Tables

Vnl

@kaggle.incdata_vnl_women_2024.vnl
  • 13.81 kB
  • 267 rows
  • 10 columns
Loading...
CREATE TABLE vnl (
  "player" VARCHAR,
  "country" VARCHAR,
  "age" BIGINT,
  "attack" DOUBLE,
  "block" DOUBLE,
  "serve" DOUBLE,
  "set" DOUBLE,
  "dig" DOUBLE,
  "receive" DOUBLE,
  "position" VARCHAR
);

Share link

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