DnD Characters
1.2 million full characters
@kaggle.maximebonnin_dnd_characters_test
1.2 million full characters
@kaggle.maximebonnin_dnd_characters_test
CREATE TABLE over_one_mil_chars (
"unnamed_0" BIGINT,
"char_id" BIGINT,
"name" VARCHAR,
"base_hp" BIGINT,
"stats_1" BIGINT,
"stats_2" BIGINT,
"stats_3" BIGINT,
"stats_4" BIGINT,
"stats_5" BIGINT,
"stats_6" BIGINT,
"background" VARCHAR,
"race" VARCHAR,
"class_starting" VARCHAR,
"class_starting_level" BIGINT,
"subclass_starting" VARCHAR,
"class_other" VARCHAR,
"subclass_other" VARCHAR,
"total_level" BIGINT,
"feats" VARCHAR,
"inventory" VARCHAR,
"date_modified" TIMESTAMP,
"notes_len" BIGINT,
"gold" DOUBLE
);
Anyone who has the link will be able to view this.