cdp13 / DAT_SF_10

Repository for data science 10 course
0 stars 0 forks source link

Mariana_HW1 Comments #1

Open cdp13 opened 10 years ago

cdp13 commented 10 years ago

Step One: looks good!

Step Two: Marina had several attempts, many of which looked very close. In most cases, the code was just a few lines away from achieving the desired output.

It seems the second step of the assignment could have been achieved with a variation of her steps combined, for example:

clean_data = [] #her new list

for entry in data: #grab each entry in json and run following commands date_obj = datetime.strftime('entry', '%Y-%m-%d %H:%M:%S') clean_data.append(date_obj)

@ghego, @craigsakuma, @kebaler