issue_comments
2 rows where author_association = "NONE" and issue = 124915222 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Subclassing Dataset and DataArray · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
221418034 | https://github.com/pydata/xarray/issues/706#issuecomment-221418034 | https://api.github.com/repos/pydata/xarray/issues/706 | MDEyOklzc3VlQ29tbWVudDIyMTQxODAzNA== | lesommer 7727985 | 2016-05-24T22:14:30Z | 2016-05-24T22:14:30Z | NONE | @shoyer oops, just found that the new functionnality has already been pulled. thanks. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Subclassing Dataset and DataArray 124915222 | |
221417290 | https://github.com/pydata/xarray/issues/706#issuecomment-221417290 | https://api.github.com/repos/pydata/xarray/issues/706 | MDEyOklzc3VlQ29tbWVudDIyMTQxNzI5MA== | lesommer 7727985 | 2016-05-24T22:11:17Z | 2016-05-24T22:11:17Z | NONE | @shoyer : the approach you propose for registering additional methods for datasets or dataarray would certainly open very nice applications for xarray. This is for instance something that would very useful to the library we have discussed here (see e.g. this issue about oocgcm). Is there a way how I could contribute to having this register functionality available in xarray ? @rabernat : your idea of a spectral analysis package on the top of xarray is interesting. I am happy to contribute to this (probably in the frame of the library mentionned above ?). As many others I guess, I have my own script for this (here), but having a more robust and shared code is certainly a good way to go. Julien |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Subclassing Dataset and DataArray 124915222 |
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