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
A collection of 88 end game Fortnite statistics including rank placed, eliminations, assists, revives, accuracy, hits, head shots, distance traveled, materials gathered, materials used, damage taken, damage to players, damage to structures, time of day, date, and mental state.
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.