issue_comments
7 rows where author_association = "MEMBER" and issue = 144683276 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Selection based on boolean DataArray · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 204499580 | https://github.com/pydata/xarray/issues/811#issuecomment-204499580 | https://api.github.com/repos/pydata/xarray/issues/811 | MDEyOklzc3VlQ29tbWVudDIwNDQ5OTU4MA== | shoyer 1217238 | 2016-04-01T18:13:52Z | 2016-04-01T18:13:52Z | MEMBER | Also, just for future reference usually we close feature requests when the corresponding PR has been merged :) On Fri, Apr 1, 2016 at 11:04 AM, Phillip Wolfram notifications@github.com wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Selection based on boolean DataArray 144683276 | |
| 203691509 | https://github.com/pydata/xarray/issues/811#issuecomment-203691509 | https://api.github.com/repos/pydata/xarray/issues/811 | MDEyOklzc3VlQ29tbWVudDIwMzY5MTUwOQ== | shoyer 1217238 | 2016-03-31T00:08:39Z | 2016-03-31T00:08:39Z | MEMBER | If I'm understanding you correctly, the use case is to trim off all NA regions when using A starting point would be something like this:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Selection based on boolean DataArray 144683276 | |
| 203678531 | https://github.com/pydata/xarray/issues/811#issuecomment-203678531 | https://api.github.com/repos/pydata/xarray/issues/811 | MDEyOklzc3VlQ29tbWVudDIwMzY3ODUzMQ== | shoyer 1217238 | 2016-03-30T23:18:32Z | 2016-03-30T23:18:32Z | MEMBER | I'm still not sure exactly what you mean by this "contraction" like behavior. Could you write this out in pseudo code? This is pretty different from |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Selection based on boolean DataArray 144683276 | |
| 203662498 | https://github.com/pydata/xarray/issues/811#issuecomment-203662498 | https://api.github.com/repos/pydata/xarray/issues/811 | MDEyOklzc3VlQ29tbWVudDIwMzY2MjQ5OA== | shoyer 1217238 | 2016-03-30T22:11:35Z | 2016-03-30T22:11:35Z | MEMBER | I would rather make a |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Selection based on boolean DataArray 144683276 | |
| 203633885 | https://github.com/pydata/xarray/issues/811#issuecomment-203633885 | https://api.github.com/repos/pydata/xarray/issues/811 | MDEyOklzc3VlQ29tbWVudDIwMzYzMzg4NQ== | shoyer 1217238 | 2016-03-30T20:57:24Z | 2016-03-30T20:57:24Z | MEMBER | If NumPy will return a 1D flattened array in this case. We could do that (with a MultiIndex) but that's not so useful in xarray. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Selection based on boolean DataArray 144683276 | |
| 203628130 | https://github.com/pydata/xarray/issues/811#issuecomment-203628130 | https://api.github.com/repos/pydata/xarray/issues/811 | MDEyOklzc3VlQ29tbWVudDIwMzYyODEzMA== | shoyer 1217238 | 2016-03-30T20:44:34Z | 2016-03-30T20:44:34Z | MEMBER | You can write I suppose we could allow |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Selection based on boolean DataArray 144683276 | |
| 203615938 | https://github.com/pydata/xarray/issues/811#issuecomment-203615938 | https://api.github.com/repos/pydata/xarray/issues/811 | MDEyOklzc3VlQ29tbWVudDIwMzYxNTkzOA== | fmaussion 10050469 | 2016-03-30T20:23:03Z | 2016-03-30T20:23:03Z | MEMBER |
as far as I know, it does:
But according to the traceback it seems to have something to do with the shape or your array? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Selection based on boolean DataArray 144683276 |
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