Baselight

Football Players

Football Players Dataset with Missing Values

@kaggle.abdelrahmanemad594_football_players

Loading...
Loading...

About this Dataset

Football Players

Description

This dataset contains information about football players, specifically focusing on their names and positions on the field.

Objective

The primary objective of this dataset is to identify and fill in any missing values (NaNs) in the "position" column. The null values should be filled according to the specific player information provided in the accompanying sample dataset, allowing for a complete overview of player positions.

Tables

Null Positions

@kaggle.abdelrahmanemad594_football_players.null_positions
  • 18.61 KB
  • 1129 rows
  • 2 columns
Loading...

CREATE TABLE null_positions (
  "name" VARCHAR,
  "alternative_positions" VARCHAR
);

Sample

@kaggle.abdelrahmanemad594_football_players.sample
  • 25.46 KB
  • 1483 rows
  • 2 columns
Loading...

CREATE TABLE sample (
  "name" VARCHAR,
  "alternative_positions" VARCHAR
);

Share link

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