Football Players
A list of football players fetched with DBpedia.
@kaggle.hetax17_football_players
A list of football players fetched with DBpedia.
@kaggle.hetax17_football_players
Here is a list of football players. These elements have been fetched using the sparql endpoint from DBpedia. DBpedia is a free-access database indexed on Wikipedia.
With this dataset, you can have a look at the height, the birthDate, birthPlace, ... of each player. So, feel free to make visualizations to understant the data.
If you liked this dataset, upvote it ! 😊
CREATE TABLE players (
"unnamed_0" BIGINT -- Unnamed: 0,
"name" VARCHAR,
"height" DOUBLE,
"birthdate" TIMESTAMP,
"birthplace" VARCHAR,
"position" VARCHAR
);Anyone who has the link will be able to view this.