I get the following error when trying to convert multiple the unix timestamps to a datetime in pandas, I've tried setting values but seem to not be getting it right.
ValueError: to assemble mappings requires at least that [year, month, day] be specified: [day,month,year] is missing
Here's the code:
pd.to_datetime(ksdata[['state_changed_at','created_at','launched_at']])
It's got to be something simple but I just can't see it.
Sample of file
