issue_comments
4 rows where author_association = "CONTRIBUTOR" and issue = 187591179 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Towards a (temporary?) workaround for datetime issues at the xarray-level · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 339468720 | https://github.com/pydata/xarray/issues/1084#issuecomment-339468720 | https://api.github.com/repos/pydata/xarray/issues/1084 | MDEyOklzc3VlQ29tbWVudDMzOTQ2ODcyMA== | gerritholl 500246 | 2017-10-25T20:56:24Z | 2017-10-25T20:56:24Z | CONTRIBUTOR | Not sure if this is related, but pandas commit https://github.com/pandas-dev/pandas/commit/2310faa109bdfd9ff3ef4fc19a163d790d60c645 triggers xarray issue https://github.com/pydata/xarray/issues/1661 . Not sure if there exists an easy workaround for that one. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Towards a (temporary?) workaround for datetime issues at the xarray-level 187591179 | |
| 269886866 | https://github.com/pydata/xarray/issues/1084#issuecomment-269886866 | https://api.github.com/repos/pydata/xarray/issues/1084 | MDEyOklzc3VlQ29tbWVudDI2OTg4Njg2Ng== | spencerahill 6200806 | 2017-01-01T00:09:26Z | 2017-01-01T00:09:26Z | CONTRIBUTOR |
I agree. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Towards a (temporary?) workaround for datetime issues at the xarray-level 187591179 | |
| 265197666 | https://github.com/pydata/xarray/issues/1084#issuecomment-265197666 | https://api.github.com/repos/pydata/xarray/issues/1084 | MDEyOklzc3VlQ29tbWVudDI2NTE5NzY2Ng== | spencerahill 6200806 | 2016-12-06T16:30:43Z | 2016-12-06T16:30:43Z | CONTRIBUTOR |
Just to be sure we're not mixing Spencers, this was all @spencerkclark's great work! I had no hand in it.
I agree.
Maybe an interim solution is for NetCDFTimeIndex to only accept full datestrings, issuing an error message for partial strings explaining that this functionality is forthcoming? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Towards a (temporary?) workaround for datetime issues at the xarray-level 187591179 | |
| 264916322 | https://github.com/pydata/xarray/issues/1084#issuecomment-264916322 | https://api.github.com/repos/pydata/xarray/issues/1084 | MDEyOklzc3VlQ29tbWVudDI2NDkxNjMyMg== | spencerahill 6200806 | 2016-12-05T17:20:13Z | 2016-12-05T17:20:13Z | CONTRIBUTOR |
@shoyer and others, is there a well-defined list of required features that the new index object would need to satisfy in order to be considred for inclusion in xarray? Are the two that you mentioned must-haves? Are there others? Wanting to make sure we're all on the same page in terms of what the target is. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Towards a (temporary?) workaround for datetime issues at the xarray-level 187591179 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] (
[html_url] TEXT,
[issue_url] TEXT,
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[user] INTEGER REFERENCES [users]([id]),
[created_at] TEXT,
[updated_at] TEXT,
[author_association] TEXT,
[body] TEXT,
[reactions] TEXT,
[performed_via_github_app] TEXT,
[issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
ON [issue_comments] ([user]);
user 2