Skip to content

Commit

Permalink
fixed conflicts in xd_streams.txt
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/Pivotal-Field-Engineering/retail-demo-xd

Conflicts:
	xd_streams.txt
  • Loading branch information
cfossguy committed Sep 4, 2013
2 parents 91e6933 + 748eb4c commit 79977c8
Show file tree
Hide file tree
Showing 4 changed files with 100,059 additions and 4 deletions.
4 changes: 3 additions & 1 deletion build_training_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ def main():
cust_id = str(x)
order_id = str(random.randrange(2000,10000))
order_amount = str('{:20.2f}'.format(random.uniform(100,10000))).strip()
store_id = str(random.randrange(1,1000))
state_id = str(random.randrange(1,52)).zfill(2)
city_id = str(random.randrange(1,99)).zfill(2)
store_id = state_id + city_id

if x % 500 == 0:
cust_id = "16186961"
Expand Down
Loading

0 comments on commit 79977c8

Please sign in to comment.