Fortnite Statistics
88 end game Fortnite statistics including time of day, date, and mental state
@kaggle.joebeachcapital_fortnite_statistics
88 end game Fortnite statistics including time of day, date, and mental state
@kaggle.joebeachcapital_fortnite_statistics
CREATE TABLE fortnite_statistics (
"date" VARCHAR,
"time_of_day" VARCHAR,
"placed" BIGINT,
"mental_state" VARCHAR,
"eliminations" BIGINT,
"assists" BIGINT,
"revives" BIGINT,
"accuracy" VARCHAR,
"hits" BIGINT,
"head_shots" BIGINT,
"distance_traveled" DOUBLE,
"materials_gathered" BIGINT,
"materials_used" BIGINT,
"damage_taken" BIGINT,
"damage_to_players" BIGINT,
"damage_to_structures" BIGINT
);
Anyone who has the link will be able to view this.