Baselight

Women Volleyball Players

Dataset of FIVB women's volleyball players

@kaggle.johnpendenque_women_volleyball_players

Clean Data
@kaggle.johnpendenque_women_volleyball_players.clean_data

  • 13.8 KB
  • 432 rows
  • 9 columns
index

Index

name

Name

date_of_birth

Date Of Birth

height

Height

weight

Weight

spike

Spike

block

Block

position_number

Position Number

country

Country

Angelina LazarenkoMon Apr 13 1998 00:00:00 GMT+0000 (Coordinated Universal Time)19380320305323
1Svetlana SerbinaWed May 15 1996 00:00:00 GMT+0000 (Coordinated Universal Time)18271295284123
2Ekaterina ShkurikhinaMon Jun 17 1996 00:00:00 GMT+0000 (Coordinated Universal Time)19072306296223
3Kristina KurnosovaTue Jun 17 1997 00:00:00 GMT+0000 (Coordinated Universal Time)17662288278623
4Ekaterina NovikovaSat Dec 07 1996 00:00:00 GMT+0000 (Coordinated Universal Time)18170290275123
5Victoria ZhurbenkoSun Mar 17 1996 00:00:00 GMT+0000 (Coordinated Universal Time)18667306297323
6Angelina SperskaiteTue Feb 11 1997 00:00:00 GMT+0000 (Coordinated Universal Time)18872305295223
7Anastasiia BarchukFri Feb 09 1996 00:00:00 GMT+0000 (Coordinated Universal Time)18778305297323
8Anastasiia CheremisinaSun Jan 14 1996 00:00:00 GMT+0000 (Coordinated Universal Time)18780305298223
9Anna LazarevaFri Jan 31 1997 00:00:00 GMT+0000 (Coordinated Universal Time)19067315300423

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

Share link

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