🃏🃏 Hearthstone Cards 🃏🃏
This dataset provides up to date Hearthstone data pulled directly from the game.
@kaggle.edoardoba_hearthstone
This dataset provides up to date Hearthstone data pulled directly from the game.
@kaggle.edoardoba_hearthstone
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
);
Anyone who has the link will be able to view this.