issue_comments
5 rows where issue = 436999500 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Implement load_dataset() and load_dataarray() · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 493115946 | https://github.com/pydata/xarray/pull/2917#issuecomment-493115946 | https://api.github.com/repos/pydata/xarray/issues/2917 | MDEyOklzc3VlQ29tbWVudDQ5MzExNTk0Ng== | shoyer 1217238 | 2019-05-16T15:28:41Z | 2019-05-16T15:28:41Z | MEMBER | LGTM, too. Thanks @dnowacki-usgs ! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implement load_dataset() and load_dataarray() 436999500 | |
| 488403346 | https://github.com/pydata/xarray/pull/2917#issuecomment-488403346 | https://api.github.com/repos/pydata/xarray/issues/2917 | MDEyOklzc3VlQ29tbWVudDQ4ODQwMzM0Ng== | shoyer 1217238 | 2019-05-01T20:17:29Z | 2019-05-01T20:17:37Z | MEMBER | I think the dask argument is really an argument that |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implement load_dataset() and load_dataarray() 436999500 | |
| 487827162 | https://github.com/pydata/xarray/pull/2917#issuecomment-487827162 | https://api.github.com/repos/pydata/xarray/issues/2917 | MDEyOklzc3VlQ29tbWVudDQ4NzgyNzE2Mg== | shoyer 1217238 | 2019-04-30T05:43:49Z | 2019-04-30T05:44:21Z | MEMBER |
The difference I was referring to is that in tutorial.pydef load_dataset(args, kwargs): # this calls tutorial.open_dataset, not xarray.open_dataset with open_dataset(args, **kwargs) as ds: return ds.load() ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implement load_dataset() and load_dataarray() 436999500 | |
| 487722453 | https://github.com/pydata/xarray/pull/2917#issuecomment-487722453 | https://api.github.com/repos/pydata/xarray/issues/2917 | MDEyOklzc3VlQ29tbWVudDQ4NzcyMjQ1Mw== | shoyer 1217238 | 2019-04-29T20:02:10Z | 2019-04-29T20:02:10Z | MEMBER |
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implement load_dataset() and load_dataarray() 436999500 | |
| 486747316 | https://github.com/pydata/xarray/pull/2917#issuecomment-486747316 | https://api.github.com/repos/pydata/xarray/issues/2917 | MDEyOklzc3VlQ29tbWVudDQ4Njc0NzMxNg== | shoyer 1217238 | 2019-04-25T16:36:52Z | 2019-04-25T16:36:52Z | MEMBER | What do you think un-deprecating |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Implement load_dataset() and load_dataarray() 436999500 |
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