Skip to content

Commit 89044d1

Browse files
author
Boris Shminke
committed
all Amazon datasets have a timestamp column
1 parent 6530da5 commit 89044d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rs_datasets/amazon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(self, category, path: str = None):
6161
self._download(folder, category)
6262
self.ratings = dt.fread(
6363
join(folder, category + '.csv'),
64-
columns=['user_id', 'item_id', 'rating']
64+
columns=['user_id', 'item_id', 'rating', 'timestamp']
6565
).to_pandas()
6666

6767

0 commit comments

Comments
 (0)