Baselight

Skyrim Weapons Dataset

Data of each Weapon Available in Elder Scrolls V : Skyrim, DLCs Included

@kaggle.elmartini_skyrim_weapons_dataset

Skyrim Weapons
@kaggle.elmartini_skyrim_weapons_dataset.skyrim_weapons

  • 11.88 KB
  • 293 rows
  • 9 columns
name

Name

damage

Damage

weight

Weight

gold

Gold

upgrade

Upgrade

perk

Perk

type

Type

category

Category

speed

Speed

Ancient Nord Battle Axe182228Steel IngotSteelBattleaxeTwo-Handed
Daedric Battleaxe25272750Ebony IngotDaedricBattleaxeTwo-Handed
Dragonbone Battleaxe 26303000Dragon BoneDragonBattleaxeTwo-Handed
Drainblood Battleaxe215266nan-BattleaxeTwo-Handed
Dwarven Battleaxe2023300Dwarven Metal IngotDwarvenBattleaxeTwo-Handed
Ebony Battleaxe23261585Ebony IngotEbonyBattleaxeTwo-Handed
Elven Battleaxe2124520Refined MoonstoneElvenBattleaxeTwo-Handed
Glass Battleaxe2225900Refined MalachiteGlassBattleaxeTwo-Handed
Headsman's Axe171115nan-BattleaxeTwo-Handed
Honed Ancient Nord Battle Axe212550Steel IngotDwarvenBattleaxeTwo-Handed

CREATE TABLE skyrim_weapons (
  "name" VARCHAR,
  "damage" BIGINT,
  "weight" DOUBLE,
  "gold" BIGINT,
  "upgrade" VARCHAR,
  "perk" VARCHAR,
  "type" VARCHAR,
  "category" VARCHAR,
  "speed" DOUBLE
);

Share link

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