Women Volleyball Players
Dataset of FIVB women's volleyball players
@kaggle.johnpendenque_women_volleyball_players
Dataset of FIVB women's volleyball players
@kaggle.johnpendenque_women_volleyball_players
CREATE TABLE clean_data (
"index" BIGINT,
"name" VARCHAR,
"date_of_birth" TIMESTAMP,
"height" BIGINT,
"weight" BIGINT,
"spike" BIGINT,
"block" BIGINT,
"position_number" BIGINT,
"country" BIGINT
);
Anyone who has the link will be able to view this.