Banned Prison Books Dataset
Covering roughly 50,000 books from 18 states
@kaggle.michaelbryantds_banned_prison_books_dataset
Covering roughly 50,000 books from 18 states
@kaggle.michaelbryantds_banned_prison_books_dataset
CREATE TABLE banned_books (
"publication" VARCHAR,
"author" VARCHAR,
"date" VARCHAR,
"year" DOUBLE,
"month" DOUBLE,
"day" DOUBLE,
"reason" VARCHAR,
"state_arc" VARCHAR
);
Anyone who has the link will be able to view this.