Cyberbullying Dataset
Cyberbullying Data from Various Sources
@kaggle.saurabhshahane_cyberbullying_dataset
Cyberbullying Data from Various Sources
@kaggle.saurabhshahane_cyberbullying_dataset
CREATE TABLE aggression_parsed_dataset (
"index" BIGINT,
"text" VARCHAR,
"ed_label_0" DOUBLE,
"ed_label_1" DOUBLE,
"oh_label" BIGINT
);
CREATE TABLE attack_parsed_dataset (
"index" BIGINT,
"text" VARCHAR,
"ed_label_0" DOUBLE,
"ed_label_1" DOUBLE,
"oh_label" BIGINT
);
CREATE TABLE kaggle_parsed_dataset (
"index" BIGINT,
"oh_label" BIGINT,
"date" VARCHAR,
"text" VARCHAR
);
CREATE TABLE toxicity_parsed_dataset (
"index" BIGINT,
"text" VARCHAR,
"ed_label_0" DOUBLE,
"ed_label_1" DOUBLE,
"oh_label" BIGINT
);
CREATE TABLE twitter_parsed_dataset (
"index" VARCHAR,
"id" VARCHAR,
"text" VARCHAR,
"annotation" VARCHAR,
"oh_label" DOUBLE
);
CREATE TABLE twitter_racism_parsed_dataset (
"index" DOUBLE,
"id" DOUBLE,
"text" VARCHAR,
"annotation" VARCHAR,
"oh_label" BIGINT
);
CREATE TABLE twitter_sexism_parsed_dataset (
"index" VARCHAR,
"id" VARCHAR,
"text" VARCHAR,
"annotation" VARCHAR,
"oh_label" DOUBLE
);
CREATE TABLE youtube_parsed_dataset (
"index" BIGINT,
"userindex" VARCHAR,
"text" VARCHAR,
"number_of_comments" BIGINT,
"number_of_subscribers" BIGINT,
"membership_duration" BIGINT,
"number_of_uploads" BIGINT,
"profanity_in_userid" BIGINT,
"age" BIGINT,
"oh_label" BIGINT
);
Anyone who has the link will be able to view this.