issue_comments
6 rows where issue = 241714748 and user = 8699967 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Selecting time with different variable and dimensions names · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
314167150 | https://github.com/pydata/xarray/issues/1474#issuecomment-314167150 | https://api.github.com/repos/pydata/xarray/issues/1474 | MDEyOklzc3VlQ29tbWVudDMxNDE2NzE1MA== | snowman2 8699967 | 2017-07-10T16:53:25Z | 2017-07-10T16:53:25Z | CONTRIBUTOR | @fmaussion, thanks again for your time! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Selecting time with different variable and dimensions names 241714748 | |
314162736 | https://github.com/pydata/xarray/issues/1474#issuecomment-314162736 | https://api.github.com/repos/pydata/xarray/issues/1474 | MDEyOklzc3VlQ29tbWVudDMxNDE2MjczNg== | snowman2 8699967 | 2017-07-10T16:38:39Z | 2017-07-10T16:38:39Z | CONTRIBUTOR | Which is what I think you do in salem. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Selecting time with different variable and dimensions names 241714748 | |
314162500 | https://github.com/pydata/xarray/issues/1474#issuecomment-314162500 | https://api.github.com/repos/pydata/xarray/issues/1474 | MDEyOklzc3VlQ29tbWVudDMxNDE2MjUwMA== | snowman2 8699967 | 2017-07-10T16:37:56Z | 2017-07-10T16:37:56Z | CONTRIBUTOR | Oh, and to make the time slice work for WRF, I had to make the time variables consistent:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Selecting time with different variable and dimensions names 241714748 | |
314162219 | https://github.com/pydata/xarray/issues/1474#issuecomment-314162219 | https://api.github.com/repos/pydata/xarray/issues/1474 | MDEyOklzc3VlQ29tbWVudDMxNDE2MjIxOQ== | snowman2 8699967 | 2017-07-10T16:36:53Z | 2017-07-10T16:36:53Z | CONTRIBUTOR | OK. That is good to know. In this case, I don't know the name if the dimension beforehand, so I thought it might be preferable to do:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Selecting time with different variable and dimensions names 241714748 | |
314159012 | https://github.com/pydata/xarray/issues/1474#issuecomment-314159012 | https://api.github.com/repos/pydata/xarray/issues/1474 | MDEyOklzc3VlQ29tbWVudDMxNDE1OTAxMg== | snowman2 8699967 | 2017-07-10T16:25:20Z | 2017-07-10T16:25:20Z | CONTRIBUTOR | OK. I feel silly now. I thought I should have been using loc[] Thanks @fmaussion for that. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Selecting time with different variable and dimensions names 241714748 | |
314151625 | https://github.com/pydata/xarray/issues/1474#issuecomment-314151625 | https://api.github.com/repos/pydata/xarray/issues/1474 | MDEyOklzc3VlQ29tbWVudDMxNDE1MTYyNQ== | snowman2 8699967 | 2017-07-10T16:00:11Z | 2017-07-10T16:02:35Z | CONTRIBUTOR | I am having the same issue with a completely different grid:
../../../tethys/miniconda/envs/gssha/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py:296: IndexError ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Selecting time with different variable and dimensions names 241714748 |
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