issue_comments
2 rows where author_association = "MEMBER", issue = 27625970 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Stephan's sprintbattical · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 35688912 | https://github.com/pydata/xarray/pull/12#issuecomment-35688912 | https://api.github.com/repos/pydata/xarray/issues/12 | MDEyOklzc3VlQ29tbWVudDM1Njg4OTEy | shoyer 1217238 | 2014-02-21T01:06:55Z | 2014-02-21T01:06:55Z | MEMBER | FYI -- I just pushed a commit renaming "Array" to "XArray" to master. There are probably still a few lingering references to clean up... On Thu, Feb 20, 2014 at 4:36 PM, akleeman notifications@github.com wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Stephan's sprintbattical 27625970 | |
| 35144276 | https://github.com/pydata/xarray/pull/12#issuecomment-35144276 | https://api.github.com/repos/pydata/xarray/issues/12 | MDEyOklzc3VlQ29tbWVudDM1MTQ0Mjc2 | shoyer 1217238 | 2014-02-15T01:49:31Z | 2014-02-15T01:49:31Z | MEMBER | Thanks for @ebrevdo for taking a look! I'm pretty sure the issue here is the numpy version. I am running numpy 1.8 on my machine. It looks like we need at least numpy 1.7 for timedelta math [1], and it appears that [1] http://pandas.pydata.org/pandas-docs/stable/timeseries.html#numpy-1-7-compatibility [2] https://github.com/numpy/numpy/issues/2686 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Stephan's sprintbattical 27625970 |
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 1