Data Download:
App_Info.csv
Logs_Info.csv
User_List.csv
Anonymized_Task_Sequence.csv
Data Information
- App_Info.csv: Including all the information of apps.
appid: unique app ID;
title: app name on Google Play;
genre: app category on Google Play;
summary: brief summary of app on Google Play;
description: text description of app on Google Play;
icon: image link of app icon;
headerimage: image link of app header;
price: app price on Google Play;
score: score of app on Google Play;
size: size of app;
url: url could direct to the app on Google Play.
- Logs_Info.csv
Time: timestamp of app usage;
App_id: unique app ID, which could be mapped to App_Info.csv;
User_id: unique ID of user, which could be mapped to User_List.csv;
Task_ID: annotated Task ID. Logs with same Task ID belonged to the same Task.
- User_List.csv
User_Id: unique ID of all users included in the file.
Gender: gender info of each user.
- Anonymized_Task_Sequence.csv
User_Id: unique ID of all users included in the file.
Task_Sequence: each number represent the task id, which could be identified as one of the 47 task types.