home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "NONE" and issue = 293913247 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 4

  • jakevdp 1
  • ktyle 1
  • mjbrodzik 1
  • GiorgioBalestrieri 1

issue 1

  • xarray tutorial at SciPy 2018? · 4 ✖

author_association 1

  • NONE · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
367257622 https://github.com/pydata/xarray/issues/1882#issuecomment-367257622 https://api.github.com/repos/pydata/xarray/issues/1882 MDEyOklzc3VlQ29tbWVudDM2NzI1NzYyMg== GiorgioBalestrieri 17710158 2018-02-21T09:03:50Z 2018-02-21T09:03:50Z NONE

@jhamman will your tutorial at UCAR be available online at some point? Are you still planning to present at SciPy 2018? I'm not part of the dev team but I really think it would be great to have a proper video with a tutorial and the related repo. It would really help getting people aware of/excited about xarray!

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray tutorial at SciPy 2018? 293913247
365774285 https://github.com/pydata/xarray/issues/1882#issuecomment-365774285 https://api.github.com/repos/pydata/xarray/issues/1882 MDEyOklzc3VlQ29tbWVudDM2NTc3NDI4NQ== jakevdp 781659 2018-02-14T23:02:51Z 2018-02-14T23:02:51Z NONE

I've not seen any... I think the main reason is that the field embraced Python years before xarray was created, so there were already workable solutions in place.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray tutorial at SciPy 2018? 293913247
363587681 https://github.com/pydata/xarray/issues/1882#issuecomment-363587681 https://api.github.com/repos/pydata/xarray/issues/1882 MDEyOklzc3VlQ29tbWVudDM2MzU4NzY4MQ== ktyle 1961038 2018-02-06T22:31:31Z 2018-02-06T22:31:31Z NONE

Although not active on the Xarray github, I am an early adopter and active user of the software and am looking for a good excuse to go to scipy for the first time ...I would be glad to assist!

{
    "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
363584563 https://github.com/pydata/xarray/issues/1882#issuecomment-363584563 https://api.github.com/repos/pydata/xarray/issues/1882 MDEyOklzc3VlQ29tbWVudDM2MzU4NDU2Mw== mjbrodzik 5016296 2018-02-06T22:20:08Z 2018-02-06T22:20:08Z NONE

I would be happy to assist. I have asked for travel funds to attend SciPy this year, but have not yet gotten approval. Even if I can't go I could assist with review of materials if you are interested in feedback. If I can go, I could certainly work as a tutorial helper.

{
    "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 12.759ms · About: xarray-datasette