issue_comments
2 rows where issue = 200376941 and user = 33062222 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- add info in doc on how to facet with cartopy · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
477580493 | https://github.com/pydata/xarray/pull/1203#issuecomment-477580493 | https://api.github.com/repos/pydata/xarray/issues/1203 | MDEyOklzc3VlQ29tbWVudDQ3NzU4MDQ5Mw== | avatar101 33062222 | 2019-03-28T12:48:09Z | 2019-03-28T12:48:09Z | NONE | @dcherian Thanks a lot for providing an example with another approach |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add info in doc on how to facet with cartopy 200376941 | |
476769164 | https://github.com/pydata/xarray/pull/1203#issuecomment-476769164 | https://api.github.com/repos/pydata/xarray/issues/1203 | MDEyOklzc3VlQ29tbWVudDQ3Njc2OTE2NA== | avatar101 33062222 | 2019-03-26T17:46:57Z | 2019-03-28T12:46:14Z | NONE | @vnoel I'm trying to plot coastline using facet. I tried to give p = ds_v_test.sel(time=slice('2012-12-01', '2012-12-02 18:00'),\ lat= slice(-90,0)).V.squeeze().plot.pcolormesh(figsize=(16, 12), col='time', col_wrap=2, levels=16 ,\ cbar_kwargs={'label':'meridional v (m/s)'}, subplot_kws={'projection':ccrs.PlateCarree(),\ 'ax':ax.coastlines()}) ``` It gives me
At the moment, I can get around it by using this approach:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
add info in doc on how to facet with cartopy 200376941 |
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