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
A book is a number of pieces of paper, usually with words printed on them, which are fastened together and fixed inside a cover of stronger paper or cardboard. Books contain information, stories, or poetry, for example.
@article{owidbooks,
author = {Max Roser},
title = {Books},
journal = {Our World in Data},
year = {2013},
note = {https://ourworldindata.org/books}
}
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 -- Book Titles Per Capita (Fink-Jensen 2015)
);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.