Skip to content

Commit

Permalink
Add comment to py selection script
Browse files Browse the repository at this point in the history
  • Loading branch information
NLGithubWP authored and KimballCai committed Jul 25, 2022
1 parent a992090 commit 05bccd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datasets/ecommerce/selection.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@


files = open("/Users/kevin/project_java/COOL/datasets/ecommerce/update-sample.csv")
files = open("/COOL/datasets/ecommerce/update-sample.csv")

contest = files.readlines()

time_range = {}

# group by products ID with time, and then count distinct product ids
i = -1
for line in contest:
if i < 0:
Expand Down

0 comments on commit 05bccd2

Please sign in to comment.