Baselight

Cellphones Recommendations

Can be used for building a recommendation system model

@kaggle.meirnizri_cellphones_recommendations

Cellphones Users
@kaggle.meirnizri_cellphones_recommendations.cellphones_users

  • 4.81 KB
  • 99 rows
  • 4 columns
user_id

User Id

age

Age

gender

Gender

occupation

Occupation

38FemaleData analyst
140Femaleteam worker in it
655FemaleIT
825FemaleManager
1023Maleworker
1228FemaleAccountant
1631Femalesales
2457Femaleit
2527FemaleTeam leader
2628FemaleFINANCE

CREATE TABLE cellphones_users (
  "user_id" BIGINT,
  "age" BIGINT,
  "gender" VARCHAR,
  "occupation" VARCHAR
);

Share link

Anyone who has the link will be able to view this.