issue_comments
2 rows where issue = 394625579 and user = 30388627 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- open_mfdataset change the attributes of Coordinates · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
450458650 | https://github.com/pydata/xarray/issues/2636#issuecomment-450458650 | https://api.github.com/repos/pydata/xarray/issues/2636 | MDEyOklzc3VlQ29tbWVudDQ1MDQ1ODY1MA== | zxdawn 30388627 | 2018-12-29T02:38:00Z | 2018-12-29T02:39:41Z | NONE | @dcherian It works by with xr.open_dataset('ds1.nc') as f:
print (f.time.attrs)
OrderedDict() ``` What's the difference between |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_mfdataset change the attributes of Coordinates 394625579 | |
450456616 | https://github.com/pydata/xarray/issues/2636#issuecomment-450456616 | https://api.github.com/repos/pydata/xarray/issues/2636 | MDEyOklzc3VlQ29tbWVudDQ1MDQ1NjYxNg== | zxdawn 30388627 | 2018-12-29T02:17:49Z | 2018-12-29T02:17:49Z | NONE | @xylar Thanks! I just found another question similar to this one. I've tried some operations:
It works fine: ``` <xarray.DataArray 'temperature' (x: 2, y: 2, time: 6)> array([[[-0.022611, -1.428088, -0.655508, 0.977389, -0.428088, 0.344492], [ 0.430102, 0.996973, -0.882054, 1.430102, 1.996973, 0.117946]],
Coordinates: lon (x, y) float64 ... lat (x, y) float64 ... * time (time) datetime64[ns] 2015-01-05T04:00:00 2015-01-05T05:00:00 ... Dimensions without coordinates: x, y <xarray.Dataset> Dimensions: (x: 2, y: 2) Coordinates: lon (x, y) float64 ... lat (x, y) float64 ... Dimensions without coordinates: x, y Data variables: temperature (x, y) float64 -0.2021 0.6817 0.307 -0.4446 <xarray.DataArray 'temperature' (x: 2, y: 2)> array([[-0.022611, 0.430102], [ 0.157233, -0.075826]]) Coordinates: lon (x, y) float64 ... lat (x, y) float64 ... time datetime64[ns] 2015-01-05T04:00:00 Dimensions without coordinates: x, y ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
open_mfdataset change the attributes of Coordinates 394625579 |
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