html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue
https://github.com/pydata/xarray/issues/453#issuecomment-118437972,https://api.github.com/repos/pydata/xarray/issues/453,118437972,MDEyOklzc3VlQ29tbWVudDExODQzNzk3Mg==,4383303,2015-07-03T23:40:50Z,2015-07-03T23:40:50Z,NONE,"Thanks for the tips. This may be Python 3 specific, but I needed to convert to convert to strings first
``` python
times_strings = list(map(lambda x: x.decode('utf-8'), ds['Times'].values))
ds['Times'] = ('Time', pd.to_datetime(times_strings, format='%Y-%m-%d_%H:%M:%S'))
```
Is there a reason why you don't use `numeric_only=True` for the min and max functions? I was just recommending more consistency across the min/max/mean/std/etc functions. Might also be good to be explicit about that in the doc strings.
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,92762200