home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where user = 30382331 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: issue_url, created_at (date), updated_at (date)

issue 2

  • Jupyter Notebooks for Tutorials(USER GUIDE) 2
  • .sel method gives error with float32 values 1

user 1

  • hdsingh · 3 ✖

author_association 1

  • NONE 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
512684896 https://github.com/pydata/xarray/issues/3137#issuecomment-512684896 https://api.github.com/repos/pydata/xarray/issues/3137 MDEyOklzc3VlQ29tbWVudDUxMjY4NDg5Ng== hdsingh 30382331 2019-07-18T06:35:43Z 2019-07-18T06:35:43Z NONE

As of now I am a bit short on time due to GSOC project. I may not be able to look into this for next 2-3 weeks.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  .sel method gives error with float32 values 469117528
495038400 https://github.com/pydata/xarray/issues/2980#issuecomment-495038400 https://api.github.com/repos/pydata/xarray/issues/2980 MDEyOklzc3VlQ29tbWVudDQ5NTAzODQwMA== hdsingh 30382331 2019-05-23T01:59:12Z 2019-05-23T02:23:10Z NONE
  1. pangeo-tutorial-sea-2018/1.1.xarray-data-structures.ipynb at master · pangeo-data/pangeo-tutorial-sea-2018
  2. pangeo-tutorial-sea-2018/1.2.xarray-the-power-of-labels.ipynb at master · pangeo-data/pangeo-tutorial-sea-2018
  3. pangeo-tutorial-sea-2018/1.3.xarray-computation-toolkit.ipynb at master · pangeo-data/pangeo-tutorial-sea-2018
  4. pangeo-tutorial-sea-2018/1.3.xarray-computation-toolkit.ipynb at master · pangeo-data/pangeo-tutorial-sea-2018
  5. pangeo-tutorial-sea-2018/1.4.xarray-visualization.ipynb at master · pangeo-data/pangeo-tutorial-sea-2018
  6. pangeo-tutorial-sea-2018/1.5.xarray-input-and-output.ipynb at master · pangeo-data/pangeo-tutorial-sea-2018

OR

jhamman/xarray_tutorial

AND

pangeo-data/pangeo_ocean_examples: Examples of analysis of ocean data and simulation outputs using xarray, xgcm, and pangeo.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Jupyter Notebooks for Tutorials(USER GUIDE) 447044177
495037556 https://github.com/pydata/xarray/issues/2980#issuecomment-495037556 https://api.github.com/repos/pydata/xarray/issues/2980 MDEyOklzc3VlQ29tbWVudDQ5NTAzNzU1Ng== hdsingh 30382331 2019-05-23T01:54:22Z 2019-05-23T01:54:22Z NONE

@dcherian I will go through this notebook and list here other notebooks if I find some. Thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Jupyter Notebooks for Tutorials(USER GUIDE) 447044177

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 12.461ms · About: xarray-datasette