home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 293913247 and user = 6815844 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • fujiisoup · 2 ✖

issue 1

  • xarray tutorial at SciPy 2018? · 2 ✖

author_association 1

  • MEMBER 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
365796393 https://github.com/pydata/xarray/issues/1882#issuecomment-365796393 https://api.github.com/repos/pydata/xarray/issues/1882 MDEyOklzc3VlQ29tbWVudDM2NTc5NjM5Mw== fujiisoup 6815844 2018-02-15T01:06:00Z 2018-02-15T01:06:00Z MEMBER

For my part, I am working in the nuclear fusion field, where we have many kinds of high-dimensional measurement data. The size of each measurement is not so huge, but we have huge kinds of data taken on different coordinates. xarray also fits such situation. (I am also happy to share my snippest but my data is not big and I am not sure this fits the tutorial concept.)

xarray certainly helps me a lot, but I don't hear any usages of xarray around me. It might be a historical reason (many are still using a comersial software such as IDE). I think there is a certain market also in my field.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray tutorial at SciPy 2018? 293913247
365793506 https://github.com/pydata/xarray/issues/1882#issuecomment-365793506 https://api.github.com/repos/pydata/xarray/issues/1882 MDEyOklzc3VlQ29tbWVudDM2NTc5MzUwNg== fujiisoup 6815844 2018-02-15T00:48:13Z 2018-02-15T01:01:32Z MEMBER

My colleague in astronomy said that his common data format has been a set of few images taken with long exposure time and he didn't need to take care of big data until recently. I am not sure it is generally true for astronomy field. However, one of the recent streams in astrophysics is definitely the combination of the statistics and the huge amount of measurements, such as thousands of images constantly taken by telescopes. I suspect xarray could play more role also in this field (I am also an outsider though...).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray tutorial at SciPy 2018? 293913247

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 25.778ms · About: xarray-datasette