ClimbsRocks / data-formatter

Takes raw csv input and formats it to be ready for neural networks
19 stars 7 forks source link

allow the user to pass in multiple date columns #66

Open ClimbsRocks opened 8 years ago

ClimbsRocks commented 8 years ago

should be as simple as nesting all of our current logic inside a for loop, and adding the number of the for loop iteration to each new header name.

ideally, we would subtract all dates from each other, to calculate, for instance, the difference between when a user created their account, and when they made their most recent purchase.