home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 864494256 and user = 21273359 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

  • babameme · 4 ✖

issue 1

  • Clip function with minimum or maximum nan value · 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
824600539 https://github.com/pydata/xarray/issues/5205#issuecomment-824600539 https://api.github.com/repos/pydata/xarray/issues/5205 MDEyOklzc3VlQ29tbWVudDgyNDYwMDUzOQ== babameme 21273359 2021-04-22T07:13:26Z 2021-04-22T07:13:26Z NONE

Wait, do you see the result on the 3rd row:

[14., 14., 14., 14., 14., 14.]

The original row is

[12, 13, 14, 15, 16, 17]

the lower bound is inf, and the upper bound is 14.

I think the result should be:

[12, 13, 14, 14, 14, 14]

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Clip function with minimum or maximum nan value 864494256
824595756 https://github.com/pydata/xarray/issues/5205#issuecomment-824595756 https://api.github.com/repos/pydata/xarray/issues/5205 MDEyOklzc3VlQ29tbWVudDgyNDU5NTc1Ng== babameme 21273359 2021-04-22T07:05:34Z 2021-04-22T07:05:34Z NONE

I got it. Thank you very much

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Clip function with minimum or maximum nan value 864494256
824534986 https://github.com/pydata/xarray/issues/5205#issuecomment-824534986 https://api.github.com/repos/pydata/xarray/issues/5205 MDEyOklzc3VlQ29tbWVudDgyNDUzNDk4Ng== babameme 21273359 2021-04-22T04:47:40Z 2021-04-22T04:47:40Z NONE

Hi @max-sixty , i update my request Let's check it, Regards

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Clip function with minimum or maximum nan value 864494256
824507009 https://github.com/pydata/xarray/issues/5205#issuecomment-824507009 https://api.github.com/repos/pydata/xarray/issues/5205 MDEyOklzc3VlQ29tbWVudDgyNDUwNzAwOQ== babameme 21273359 2021-04-22T03:15:13Z 2021-04-22T03:15:13Z NONE

Hi @max-sixty , this is the first time i request feature in github. Can you introduce how to fill out the issue template ?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Clip function with minimum or maximum nan value 864494256

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