Football Dataset
Match by Match dataset
@kaggle.ahmadjalalmasood123_football_dataset
Match by Match dataset
@kaggle.ahmadjalalmasood123_football_dataset
This dataset is about football matches which has briefly described matches, stadiums etc. Few columns have been added to ease the Analysis process.
Keep laying with data.๐ ๐ .
It has been tried to have clean data , though it won't be bigger problem for kagglers.
Kindly upvote๐ if the dataset proves worthy of your experience, this would encourage me a lot.
Thank youโ๏ธ ๐
CREATE TABLE football (
"unnamed_0" BIGINT -- Unnamed: 0,
"stadium" VARCHAR,
"country" VARCHAR,
"region" VARCHAR,
"tournament" VARCHAR,
"start" TIMESTAMP,
"match" VARCHAR
);
Anyone who has the link will be able to view this.