Skip to content

Latest commit

 

History

History

DataSets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Datasets Descriptions

1. flamingo-data:

Consists of CSVs holding organisational data. Like ad-click records, store transactions, users, teams, etc.
Schema

2. combined-data:

Table is essentially a product of joins of some tables of the flamingo-data tables.
Namely user-session.csv, buy-clicks.csv, and game-clicks.csv
Used for Classification.
Schema

Column Description
userid User ID
userSessionid User session ID
team_level User’s team level
platformType Platform used by user
count_gameclicks Total number of game clicks for user session
count_hits Total number of game hits for user session
count_buyid Total number of purchases for user session
avg_price Average purchase price for user session

3. chat-data:

Consists of CSVs that capture the interactions between Users, Teams, ChatSessions, ChatItems.
Schema