Baselight

Fortnite Statistics

88 end game Fortnite statistics including time of day, date, and mental state

@kaggle.joebeachcapital_fortnite_statistics

Loading...
Loading...

About this Dataset

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.

Tables

Fortnite Statistics

@kaggle.joebeachcapital_fortnite_statistics.fortnite_statistics
  • 14.9 KB
  • 87 rows
  • 16 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.