Football Players
Football Players Dataset with Missing Values
@kaggle.abdelrahmanemad594_football_players
Football Players Dataset with Missing Values
@kaggle.abdelrahmanemad594_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.
CREATE TABLE null_positions (
"name" VARCHAR,
"alternative_positions" VARCHAR
);CREATE TABLE sample (
"name" VARCHAR,
"alternative_positions" VARCHAR
);Anyone who has the link will be able to view this.