issue_comments
4 rows where author_association = "CONTRIBUTOR", issue = 755607271 and user = 32801740 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- astype method lost its order parameter · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
743129921 | https://github.com/pydata/xarray/issues/4644#issuecomment-743129921 | https://api.github.com/repos/pydata/xarray/issues/4644 | MDEyOklzc3VlQ29tbWVudDc0MzEyOTkyMQ== | rhkleijn 32801740 | 2020-12-11T11:05:04Z | 2020-12-11T11:08:57Z | CONTRIBUTOR | Working on a unit test for the The DataArray constructor calls
Is this behaviour intentional? What to do with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
astype method lost its order parameter 755607271 | |
743129841 | https://github.com/pydata/xarray/issues/4644#issuecomment-743129841 | https://api.github.com/repos/pydata/xarray/issues/4644 | MDEyOklzc3VlQ29tbWVudDc0MzEyOTg0MQ== | rhkleijn 32801740 | 2020-12-11T11:04:53Z | 2020-12-11T11:04:53Z | CONTRIBUTOR | I will also include xarray's recently added
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
astype method lost its order parameter 755607271 | |
738946975 | https://github.com/pydata/xarray/issues/4644#issuecomment-738946975 | https://api.github.com/repos/pydata/xarray/issues/4644 | MDEyOklzc3VlQ29tbWVudDczODk0Njk3NQ== | rhkleijn 32801740 | 2020-12-04T18:32:46Z | 2020-12-04T18:32:46Z | CONTRIBUTOR | That is a nicer solution. Never contributed a PR before, but I'll try to work on this next week. It looks like a good first issue. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
astype method lost its order parameter 755607271 | |
737899772 | https://github.com/pydata/xarray/issues/4644#issuecomment-737899772 | https://api.github.com/repos/pydata/xarray/issues/4644 | MDEyOklzc3VlQ29tbWVudDczNzg5OTc3Mg== | rhkleijn 32801740 | 2020-12-03T12:03:42Z | 2020-12-03T12:03:42Z | CONTRIBUTOR | IIUC before PR #4314 I am thinking it might not even be worthwhile to add support for an
Another option might be to allow arbitrary What are your thoughts? Does xarray have some kind of policy for supporting parameters which might not make sense for all types of duck arrays? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
astype method lost its order parameter 755607271 |
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