Texts Of Famous Literary Writers And Authors.
Dataframe to practice your skills with natural language processing. (On russian)
@kaggle.goldian_writers
Dataframe to practice your skills with natural language processing. (On russian)
@kaggle.goldian_writers
CREATE TABLE sample_submission (
"id" BIGINT,
"author" VARCHAR
);
CREATE TABLE test_no_answers (
"id" BIGINT,
"text" VARCHAR
);
CREATE TABLE train_data (
"id" BIGINT,
"text" VARCHAR,
"author" VARCHAR
);
Anyone who has the link will be able to view this.