home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER", issue = 593770078 and user = 10194086 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: updated_at (date)

user 1

  • mathause · 4 ✖

issue 1

  • Interpolate 3D array by another 3D array · 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
609054328 https://github.com/pydata/xarray/issues/3931#issuecomment-609054328 https://api.github.com/repos/pydata/xarray/issues/3931 MDEyOklzc3VlQ29tbWVudDYwOTA1NDMyOA== mathause 10194086 2020-04-04T16:33:03Z 2020-04-04T16:33:03Z MEMBER

good for me

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Interpolate 3D array by another 3D array 593770078
609039388 https://github.com/pydata/xarray/issues/3931#issuecomment-609039388 https://api.github.com/repos/pydata/xarray/issues/3931 MDEyOklzc3VlQ29tbWVudDYwOTAzOTM4OA== mathause 10194086 2020-04-04T14:46:28Z 2020-04-04T14:46:28Z MEMBER

Ah yes, because bottom_up has the same lenght in the two ds.

Thus, you could also remove the exclude_dims from the signature (but doesen't hurt either).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Interpolate 3D array by another 3D array 593770078
609035854 https://github.com/pydata/xarray/issues/3931#issuecomment-609035854 https://api.github.com/repos/pydata/xarray/issues/3931 MDEyOklzc3VlQ29tbWVudDYwOTAzNTg1NA== mathause 10194086 2020-04-04T14:21:59Z 2020-04-04T14:24:46Z MEMBER

The error with .values sounds like #3890 does it work without vectorize=True? But probably not because you use the scipy and not the numpy interpolation function.

For the one without .values: Whats the repr of s5p['p']? I think it is missing the new_dim. I think you need to rename bottom_up. But I fear once you fix that #3890 will pop up again.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Interpolate 3D array by another 3D array 593770078
609005714 https://github.com/pydata/xarray/issues/3931#issuecomment-609005714 https://api.github.com/repos/pydata/xarray/issues/3931 MDEyOklzc3VlQ29tbWVudDYwOTAwNTcxNA== mathause 10194086 2020-04-04T10:00:20Z 2020-04-04T10:00:20Z MEMBER

This example is very close to your use case: http://xarray.pydata.org/en/stable/examples/apply_ufunc_vectorize_1d.html

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Interpolate 3D array by another 3D array 593770078

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