issue_comments
7 rows where author_association = "MEMBER", issue = 288184220 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- We need a fast path for open_mfdataset · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
768627652 | https://github.com/pydata/xarray/issues/1823#issuecomment-768627652 | https://api.github.com/repos/pydata/xarray/issues/1823 | MDEyOklzc3VlQ29tbWVudDc2ODYyNzY1Mg== | dcherian 2448579 | 2021-01-27T22:43:59Z | 2021-01-27T22:43:59Z | MEMBER | That's 34k 3MB files! I suggest combining to 1k 100MB files, that would work a lot better. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We need a fast path for open_mfdataset 288184220 | |
768460310 | https://github.com/pydata/xarray/issues/1823#issuecomment-768460310 | https://api.github.com/repos/pydata/xarray/issues/1823 | MDEyOklzc3VlQ29tbWVudDc2ODQ2MDMxMA== | dcherian 2448579 | 2021-01-27T17:50:09Z | 2021-01-27T17:50:09Z | MEMBER | Let's close this since there is an opt-in mostly-fast path. I've added an item to #4648 to cover adding an asv benchmark for mfdataset. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We need a fast path for open_mfdataset 288184220 | |
531913598 | https://github.com/pydata/xarray/issues/1823#issuecomment-531913598 | https://api.github.com/repos/pydata/xarray/issues/1823 | MDEyOklzc3VlQ29tbWVudDUzMTkxMzU5OA== | dcherian 2448579 | 2019-09-16T19:03:47Z | 2019-09-16T19:03:47Z | MEMBER | PS @rabernat
|
{ "total_count": 3, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 2, "eyes": 0 } |
We need a fast path for open_mfdataset 288184220 | |
531912893 | https://github.com/pydata/xarray/issues/1823#issuecomment-531912893 | https://api.github.com/repos/pydata/xarray/issues/1823 | MDEyOklzc3VlQ29tbWVudDUzMTkxMjg5Mw== | dcherian 2448579 | 2019-09-16T19:01:57Z | 2019-09-16T19:01:57Z | MEMBER | =) @TomNicholas PRs welcome! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We need a fast path for open_mfdataset 288184220 | |
531816800 | https://github.com/pydata/xarray/issues/1823#issuecomment-531816800 | https://api.github.com/repos/pydata/xarray/issues/1823 | MDEyOklzc3VlQ29tbWVudDUzMTgxNjgwMA== | dcherian 2448579 | 2019-09-16T15:00:16Z | 2019-09-16T15:00:16Z | MEMBER | YES! (well almost) The PR lets you skip compatibility checks.
The magic spell is Whats left is extremely large indexes and lazy index / coordinate loading but we have #2039 open for that. I will rename that issue. If you have time, can you test it out? |
{ "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 } |
We need a fast path for open_mfdataset 288184220 | |
489135792 | https://github.com/pydata/xarray/issues/1823#issuecomment-489135792 | https://api.github.com/repos/pydata/xarray/issues/1823 | MDEyOklzc3VlQ29tbWVudDQ4OTEzNTc5Mg== | dcherian 2448579 | 2019-05-03T15:29:14Z | 2019-05-03T15:40:27Z | MEMBER | One common use-case is files with large numbers of e.g.
https://github.com/pangeo-data/esgf2xarray/blob/6a5e4df0d329c2f23b403cbfbb65f0f1dfa98d52/esgf2zarr/aggregate.py#L107-L110
See also #2039 (second code block) One way to do this might be to add a As bonus it would assign attributes from the EDIT: #2039 (third code block) is also a possibility. This might look like
EDIT2: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We need a fast path for open_mfdataset 288184220 | |
488440840 | https://github.com/pydata/xarray/issues/1823#issuecomment-488440840 | https://api.github.com/repos/pydata/xarray/issues/1823 | MDEyOklzc3VlQ29tbWVudDQ4ODQ0MDg0MA== | dcherian 2448579 | 2019-05-01T21:42:01Z | 2019-05-01T21:45:38Z | MEMBER | I am currently motivated to fix this.
Is this all that we can do on the xarray side? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
We need a fast path for open_mfdataset 288184220 |
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