B O O K S
Why does a ghost need so many books? Because it goes through them so quickly!
@kaggle.programmerrdai_books_read
Why does a ghost need so many books? Because it goes through them so quickly!
@kaggle.programmerrdai_books_read
CREATE TABLE annual_per_capita_consumption_books (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"annual_per_capita_consumption_of_books" DOUBLE
);
CREATE TABLE manuscript_production_century (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"manuscript_production_per_century" BIGINT
);
CREATE TABLE new_books_per_million (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"book_titles_per_capita_fink_jensen_2015" DOUBLE
);
CREATE TABLE production_printed_books_half_century (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"production_of_printed_books_per_half_century" BIGINT
);
Anyone who has the link will be able to view this.