namebrandon / Sparkov_Data_Generation

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

Fixed Compatibility Issues with Python 3.7 and corrections to batch scripts #1

Closed kartik2112 closed 4 years ago

kartik2112 commented 4 years ago
kartik2112 commented 4 years ago

Also, while having a look at the data, I believe we could use comma (,) delimiters instead of pipe (|) just to keep this standardised. And in my opinion, at the end of all executions, we could perhaps combine all of these datasets sorted according to the transaction date and time, to create a more realistic view of the real-world transactions scenario?

namebrandon commented 4 years ago

Thanks for all of the effort on this!