issue_comments
4 rows where issue = 1028110240 and user = 14371165 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Generator for groupby reductions · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
958177932 | https://github.com/pydata/xarray/pull/5871#issuecomment-958177932 | https://api.github.com/repos/pydata/xarray/issues/5871 | IC_kwDOAMm_X845HKKM | Illviljan 14371165 | 2021-11-02T21:23:34Z | 2021-11-02T21:23:34Z | MEMBER |
pandas uses Having typing not doing any runtime calculations sounds great to me. We usually don't need the typing variables during runtime anyway. This can be merged as is. I just think it looks a little neater with |. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Generator for groupby reductions 1028110240 | |
955082380 | https://github.com/pydata/xarray/pull/5871#issuecomment-955082380 | https://api.github.com/repos/pydata/xarray/issues/5871 | IC_kwDOAMm_X8447WaM | Illviljan 14371165 | 2021-10-29T22:28:59Z | 2021-10-29T22:28:59Z | MEMBER | This looks great, nice work! This can be saved for a future PR but one thing I notice is that it's possible to make the unions slightly more readable using the new |-operator:
dim: None | Hashable | Sequence[Hashable] = None ``` I'm unsure about the compatibility but I think it should be fine. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Generator for groupby reductions 1028110240 | |
950262008 | https://github.com/pydata/xarray/pull/5871#issuecomment-950262008 | https://api.github.com/repos/pydata/xarray/issues/5871 | IC_kwDOAMm_X844o9j4 | Illviljan 14371165 | 2021-10-24T05:14:38Z | 2021-10-24T05:44:19Z | MEMBER | We can probably do the workaround way like in #5624: https://github.com/pydata/xarray/blob/b79155862e154db45dff3b526c2f9e8ef303808f/xarray/core/options.py#L7-L72 But I find |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Generator for groupby reductions 1028110240 | |
950201382 | https://github.com/pydata/xarray/pull/5871#issuecomment-950201382 | https://api.github.com/repos/pydata/xarray/issues/5871 | IC_kwDOAMm_X844ouwm | Illviljan 14371165 | 2021-10-23T19:28:17Z | 2021-10-23T19:28:17Z | MEMBER | For the typing issues you can try out using Protocol: https://stackoverflow.com/questions/51930339/how-do-i-correctly-add-type-hints-to-mixin-classes |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Generator for groupby reductions 1028110240 |
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