Baselight

🃏🃏 Hearthstone Cards 🃏🃏

This dataset provides up to date Hearthstone data pulled directly from the game.

@kaggle.edoardoba_hearthstone

Loading...
Loading...

About this Dataset

🃏🃏 Hearthstone Cards 🃏🃏

Hearthstone csv

This dataset contains all the information relted to the Hearthstone cards, the data is pulled directly from the game dataset.

Tables

Hearthstone

@kaggle.edoardoba_hearthstone.hearthstone
  • 1.57 MB
  • 20174 rows
  • 30 columns
Loading...

CREATE TABLE hearthstone (
  "cardid" VARCHAR,
  "dbfid" BIGINT,
  "name" VARCHAR,
  "cardset" VARCHAR,
  "type" VARCHAR,
  "text" VARCHAR,
  "playerclass" VARCHAR,
  "locale" VARCHAR,
  "rarity" VARCHAR,
  "health" DOUBLE,
  "mechanics" VARCHAR,
  "faction" VARCHAR,
  "elite" VARCHAR,
  "cost" DOUBLE,
  "attack" DOUBLE,
  "race" VARCHAR,
  "img" VARCHAR,
  "flavor" VARCHAR,
  "artist" VARCHAR,
  "spellschool" VARCHAR,
  "collectible" VARCHAR,
  "imggold" VARCHAR,
  "durability" DOUBLE,
  "howtogetgold" VARCHAR,
  "category" VARCHAR,
  "armor" DOUBLE,
  "howtoget" VARCHAR,
  "howtogetdiamond" VARCHAR,
  "multiclassgroup" VARCHAR,
  "classes" VARCHAR
);

Share link

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