issue_comments
7 rows where issue = 755607271 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 · 7 ✖
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 | |
738083256 | https://github.com/pydata/xarray/issues/4644#issuecomment-738083256 | https://api.github.com/repos/pydata/xarray/issues/4644 | MDEyOklzc3VlQ29tbWVudDczODA4MzI1Ng== | dcherian 2448579 | 2020-12-03T15:34:58Z | 2020-12-03T15:34:58Z | MEMBER | @rhkleijn thanks for your thoughtful comment.
Not AFAIK but it would be good to have one.
I think this is a good policy. Another option would be to copy the numpy signature with default PS: The "special case" logic in astype will be removed, it was added as a temporary fix to preserve backward compatibility. |
{ "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 | |
737528231 | https://github.com/pydata/xarray/issues/4644#issuecomment-737528231 | https://api.github.com/repos/pydata/xarray/issues/4644 | MDEyOklzc3VlQ29tbWVudDczNzUyODIzMQ== | dcherian 2448579 | 2020-12-02T22:14:50Z | 2020-12-02T22:14:50Z | MEMBER | Oops. @rhkleijn This would be a relatively easy fix if you have the time to send in a PR |
{ "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 | |
737511087 | https://github.com/pydata/xarray/issues/4644#issuecomment-737511087 | https://api.github.com/repos/pydata/xarray/issues/4644 | MDEyOklzc3VlQ29tbWVudDczNzUxMTA4Nw== | mathause 10194086 | 2020-12-02T21:36:56Z | 2020-12-02T21:36:56Z | MEMBER | Must have been #4314 |
{ "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 3