home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "NONE", issue = 842610988 and user = 34353851 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 1

  • JavierRuano · 5 ✖

issue 1

  • Add example in your wiki. · 5 ✖

author_association 1

  • NONE · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
822295458 https://github.com/pydata/xarray/issues/5085#issuecomment-822295458 https://api.github.com/repos/pydata/xarray/issues/5085 MDEyOklzc3VlQ29tbWVudDgyMjI5NTQ1OA== JavierRuano 34353851 2021-04-19T08:52:19Z 2021-04-19T08:52:19Z NONE

Thanks for your quick response, it is true that you have greatly improved the examples in the documentation, I do not know to what extent it would solve any lack. The np.ufunc examples seemed insufficient a year ago but you have already solved. And it is always better to be aware of the improvements that you are introducing before writing new documentation. Thanks for your attention.

{
    "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
822066185 https://github.com/pydata/xarray/issues/5085#issuecomment-822066185 https://api.github.com/repos/pydata/xarray/issues/5085 MDEyOklzc3VlQ29tbWVudDgyMjA2NjE4NQ== JavierRuano 34353851 2021-04-18T21:39:38Z 2021-04-18T21:39:38Z NONE

Shall i close this issue?

{
    "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
815276368 https://github.com/pydata/xarray/issues/5085#issuecomment-815276368 https://api.github.com/repos/pydata/xarray/issues/5085 MDEyOklzc3VlQ29tbWVudDgxNTI3NjM2OA== JavierRuano 34353851 2021-04-07T21:27:28Z 2021-04-07T21:46:39Z NONE

Ok, thanks @max-sixty and @keewis . I hope it is useful for the proper and efficient use of xarray. you know better what development path it is taking.

{
    "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
814932746 https://github.com/pydata/xarray/issues/5085#issuecomment-814932746 https://api.github.com/repos/pydata/xarray/issues/5085 MDEyOklzc3VlQ29tbWVudDgxNDkzMjc0Ng== JavierRuano 34353851 2021-04-07T13:52:38Z 2021-04-07T13:52:38Z NONE

Hi again @max-sixty , thanks for your advice, sure, the outputs have a lot of sense. I think this new example has the good structure like another examples. https://github.com/JavierRuano/ASI_Steady/blob/main/Examples/AirStagnationIndex_Wang_Xarray_Example.ipynb

Regards Javier Ruano.

{
    "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
814462311 https://github.com/pydata/xarray/issues/5085#issuecomment-814462311 https://api.github.com/repos/pydata/xarray/issues/5085 MDEyOklzc3VlQ29tbWVudDgxNDQ2MjMxMQ== JavierRuano 34353851 2021-04-06T21:53:31Z 2021-04-06T21:53:31Z NONE

I think it is interesting the operations over the time axis with numpy reduce, and the ufuncs operations. From my point of view there are a lot of pandas and dask users who could learn to use xarray with that example or what they are using netcdf-4 and numpy directly. I have created the example from the library, and it is not problem to change it. But it shows a stagnation calculation, it was the intention.

But i understand what xarray is climate focused and you know if the topic is interesting and the example is really useful for your project. For me xarray have been very useful.

If you prefer another type of example, we could refactor it. Regards Javier Ruano.

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