jainpranj / lending-club-data-analysis

0 stars 2 forks source link

What does .... timestamp when the data was recorded mean? #18

Closed nehalbhanushali closed 7 years ago

nehalbhanushali commented 7 years ago

Time of data download in a column to be included in a new row while merging (as the TA says as of now)

nehalbhanushali commented 7 years ago

Why should we import time when datetime basically gives you timestamp. Just remove the milliseconds - str(datetime.datetime.now()).split('.')[0]

nehalbhanushali commented 7 years ago

image