issue_comments
4 rows where author_association = "MEMBER", issue = 543825272 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- apply rolling window on function · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
777878102 | https://github.com/pydata/xarray/issues/3656#issuecomment-777878102 | https://api.github.com/repos/pydata/xarray/issues/3656 | MDEyOklzc3VlQ29tbWVudDc3Nzg3ODEwMg== | keewis 14808389 | 2021-02-12T00:05:51Z | 2021-02-12T00:05:51Z | MEMBER | I assume you figured this out somehow. If not, feel free to reopen. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
apply rolling window on function 543825272 | |
605525025 | https://github.com/pydata/xarray/issues/3656#issuecomment-605525025 | https://api.github.com/repos/pydata/xarray/issues/3656 | MDEyOklzc3VlQ29tbWVudDYwNTUyNTAyNQ== | keewis 14808389 | 2020-03-28T21:58:40Z | 2020-03-28T21:58:40Z | MEMBER | is this still an issue, @mada0007? If it is, I tried a bit more (it is still incomplete since I don't really understand what happens, especially with the last groupby-agg)
Of course, once again I can't really check for errors since I don't understand what I'm computing :grin: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
apply rolling window on function 543825272 | |
570056960 | https://github.com/pydata/xarray/issues/3656#issuecomment-570056960 | https://api.github.com/repos/pydata/xarray/issues/3656 | MDEyOklzc3VlQ29tbWVudDU3MDA1Njk2MA== | keewis 14808389 | 2020-01-01T14:19:00Z | 2020-01-01T14:19:00Z | MEMBER | the reduce function needs to be a function that takes a 4D array ( The only thing wrong with your function is that it ignores the A simple albeit horribly slow way to use your function without rewriting it would be I'm not too familiar with writing numpy reduce functions so you might want to wait for the opinion of someone more experienced. I started to rewrite your function using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
apply rolling window on function 543825272 | |
569650603 | https://github.com/pydata/xarray/issues/3656#issuecomment-569650603 | https://api.github.com/repos/pydata/xarray/issues/3656 | MDEyOklzc3VlQ29tbWVudDU2OTY1MDYwMw== | keewis 14808389 | 2019-12-30T11:18:12Z | 2019-12-30T13:09:03Z | MEMBER | the reason for the exception is that you are trying to convert the input data (a 4D We should definitely improve the documentation, right now the docstring of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
apply rolling window on function 543825272 |
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