namebrandon / Sparkov_Data_Generation

Synthetic Credit Card Transaction Generator used in the Sparkov program.
MIT License
141 stars 64 forks source link

Customers.csv file is always empty #2

Closed bilbusra closed 4 years ago

bilbusra commented 4 years ago

Hi, Firstly, thank you for this project. It is very detailed and helpful for those who searches for fraud data. When I try to generate customers with python datagen_customer.py 5000 4444 ".\profiles\main_config.json" >> ".\data\customers2.csv", csv file is generated with no data in it. I could not figure out why the problem occurs.

Edit: I have 2 python versions: pip and conda. When I tried with conda, the problem is solved. Thank you again.