issue_comments
2 rows where issue = 241389297 and user = 3698640 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- .sel(drop=True) fails to drop coordinate · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
314154076 | https://github.com/pydata/xarray/issues/1472#issuecomment-314154076 | https://api.github.com/repos/pydata/xarray/issues/1472 | MDEyOklzc3VlQ29tbWVudDMxNDE1NDA3Ng== | delgadom 3698640 | 2017-07-10T16:08:30Z | 2017-07-10T16:08:30Z | CONTRIBUTOR | I wasn't misled by the docs, just by my intuition. But now that you've made the distinction between ```python In [24]: arr.sel(time='2012') Out[24]: <xarray.DataArray (time: 1, age: 4)> array([[ 0.244146, 0.702819, 0.06614 , 0.211758]]) Coordinates: * age (age) object 'age0' 'age1' 'age2' 'age3' * time (time) datetime64[ns] 2012-12-31 In [25]: arr.sel(time='2012-12-31') Out[25]: <xarray.DataArray (age: 4)> array([ 0.244146, 0.702819, 0.06614 , 0.211758]) Coordinates: * age (age) object 'age0' 'age1' 'age2' 'age3' time datetime64[ns] 2012-12-31 In [26]: arr.sel(time=np.datetime64('2012-12-31')) Out[26]: <xarray.DataArray (age: 4)> array([ 0.244146, 0.702819, 0.06614 , 0.211758]) Coordinates: * age (age) object 'age0' 'age1' 'age2' 'age3' time datetime64[ns] 2012-12-31 ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
.sel(drop=True) fails to drop coordinate 241389297 | |
314136206 | https://github.com/pydata/xarray/issues/1472#issuecomment-314136206 | https://api.github.com/repos/pydata/xarray/issues/1472 | MDEyOklzc3VlQ29tbWVudDMxNDEzNjIwNg== | delgadom 3698640 | 2017-07-10T15:10:50Z | 2017-07-10T15:10:50Z | CONTRIBUTOR | thanks for the schooling. learned something new! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
.sel(drop=True) fails to drop coordinate 241389297 |
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