issue_comments: 274367967
This data as json
| 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/1084#issuecomment-274367967 | https://api.github.com/repos/pydata/xarray/issues/1084 | 274367967 | MDEyOklzc3VlQ29tbWVudDI3NDM2Nzk2Nw== | 6628425 | 2017-01-22T23:10:49Z | 2017-01-22T23:12:14Z | MEMBER | Thanks @shoyer. It appears using the In [10]: p._parse('0016-01-01', yearfirst=True, dayfirst=False)
Out[10]: (_result(year=16, month=1, day=1), None)
In [12]: p._parse('0001', yearfirst=True, dayfirst=False)
Out[12]: (_result(day=1), None)
I'm not particularly tied to one date parsing approach over another (here I was just mimicking pandas). In an ideal world, what would be your preference? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
187591179 |