home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where user = 21273359 sorted by updated_at descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

issue 2

  • Clip function with minimum or maximum nan value 4
  • Monthly Rolling 1

user 1

  • babameme · 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
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
820316347 https://github.com/pydata/xarray/issues/5162#issuecomment-820316347 https://api.github.com/repos/pydata/xarray/issues/5162 MDEyOklzc3VlQ29tbWVudDgyMDMxNjM0Nw== babameme 21273359 2021-04-15T10:27:48Z 2021-04-15T10:27:48Z NONE

Yes, i follow that guidance. I have try da.rolling(dim = x).mean() dim: One of DataArray da dimensions x: int

That guide doesn't explicitly explain use cases of kwargs: **window_kwargs (optional) – The keyword arguments form of dim. One of dim or window_kwargs must be provided.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Monthly Rolling 858671865

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 15.77ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows