Happiness Classification Dataset
Responses from a survey about people being happy or unhappy from varying cities.
@kaggle.priyanshusethi_happiness_classification_dataset
Responses from a survey about people being happy or unhappy from varying cities.
@kaggle.priyanshusethi_happiness_classification_dataset
CREATE TABLE happydata (
"infoavail" BIGINT,
"housecost" BIGINT,
"schoolquality" BIGINT,
"policetrust" BIGINT,
"streetquality" BIGINT,
"n__vents" BIGINT,
"happy" BIGINT
);
Anyone who has the link will be able to view this.