home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 842610988 and user = 5635139 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

  • max-sixty · 4 ✖

issue 1

  • Add example in your wiki. · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
822090445 https://github.com/pydata/xarray/issues/5085#issuecomment-822090445 https://api.github.com/repos/pydata/xarray/issues/5085 MDEyOklzc3VlQ29tbWVudDgyMjA5MDQ0NQ== max-sixty 5635139 2021-04-19T00:03:50Z 2021-04-19T00:03:50Z MEMBER

Hi @JavierRuano we discussed this in the dev meeting, thanks for your patience.

We'd like there to be space in the community for people demonstrating how they've used xarray without that necessarily living in the xarray library. That gives practitioners some more freedom and ownership (as our delay here demonstrates, unfortunately), and the xarray library can remain focused. We also thought that the example would need some changes for it to be demonstrating something that the current examples lack.

Have you considered posting it on Medium or a similar platform? If you decide to do something like that. please feel free to send something to the xarray mailing list (or let me know here and I can do it), I'm sure others would be interested.

Is that reasonable? Thanks again for your contribution and patience, Max

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add example in your wiki. 842610988
815274226 https://github.com/pydata/xarray/issues/5085#issuecomment-815274226 https://api.github.com/repos/pydata/xarray/issues/5085 MDEyOklzc3VlQ29tbWVudDgxNTI3NDIyNg== max-sixty 5635139 2021-04-07T21:23:34Z 2021-04-07T21:23:34Z MEMBER

Let's discuss this at our bi-weekly call. I very much appreciate @JavierRuano submitting an example, it would be good to have a place where people can post examples which use xarray.

At the moment I think this probably needs some work to align it with canonical xarray, though.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add example in your wiki. 842610988
814518511 https://github.com/pydata/xarray/issues/5085#issuecomment-814518511 https://api.github.com/repos/pydata/xarray/issues/5085 MDEyOklzc3VlQ29tbWVudDgxNDUxODUxMQ== max-sixty 5635139 2021-04-07T00:32:26Z 2021-04-07T00:32:26Z MEMBER

We're keen to continue growing beyond climate, and we're interested in adding more examples.

My point is that the current structure of the example — at least at the link above — doesn't seem that clear on what it's doing. Maybe have a browse of the examples at http://xarray.pydata.org/en/stable/examples and see how they're structured — there's lots of description and intermediate outputs. Does that make sense?

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 1
}
  Add example in your wiki. 842610988
814444765 https://github.com/pydata/xarray/issues/5085#issuecomment-814444765 https://api.github.com/repos/pydata/xarray/issues/5085 MDEyOklzc3VlQ29tbWVudDgxNDQ0NDc2NQ== max-sixty 5635139 2021-04-06T21:15:26Z 2021-04-06T21:15:26Z MEMBER

Hi @JavierRuano — thanks for the issue, and we're very open to adding more to our examples.

I'm looking at https://github.com/JavierRuano/ASI_Steady/blob/main/Examples/AirStagnationIndex_Wang_UCM_Project.ipynb. Currently I can only see one output at the bottom, which means it's not as engaging as it could be — I'm not sure exactly what intermediate users would learn from the example — could you help me understand?

Perhaps refactoring the example like the existing examples, so it more clearly demonstrates what the xarray functions are doing, could make it more helpful and engaging?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add example in your wiki. 842610988

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