Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input schema not specified #2

Open
mwharton3 opened this issue Feb 8, 2021 · 0 comments
Open

Input schema not specified #2

mwharton3 opened this issue Feb 8, 2021 · 0 comments

Comments

@mwharton3
Copy link

mwharton3 commented Feb 8, 2021

The schema are not specified for the input data (that I could find). Some inferred schema are listed below (format of each row):

users_info.csv: userid(str)\t gender(str, M or F)\t age(int)\t income(int)
sessions_info.csv: sessionid(str)\t
locations_info.csv: locationid(str)\t
items_info.csv: itemid(str)\t
user2sessions.csv: userid(str)\t sessionid(str),locationid(str)... (repeated, tab-separated groups of csv pairs)
session2items.csv: sessionid(str)\t itemid(str),timestamp(formatted string in format mm-ddThh:mm:ss)... (repeated, tab-separated groups of csv pairs)

It'd be great to get this in the documentation somewhere in the author's words.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant