home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1468838643 sorted by updated_at descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • ShihengDuan 2
  • max-sixty 1
  • headtr1ck 1

author_association 3

  • NONE 2
  • COLLABORATOR 1
  • MEMBER 1

issue 1

  • Instability when calculating standard deviation · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1464386387 https://github.com/pydata/xarray/issues/7336#issuecomment-1464386387 https://api.github.com/repos/pydata/xarray/issues/7336 IC_kwDOAMm_X85XSMNT headtr1ck 43316012 2023-03-10T20:32:50Z 2023-03-10T20:32:50Z COLLABORATOR

Closing this issue now as completed. Discussion about documentation can be continued in #7344

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Instability when calculating standard deviation 1468838643
1332496825 https://github.com/pydata/xarray/issues/7336#issuecomment-1332496825 https://api.github.com/repos/pydata/xarray/issues/7336 IC_kwDOAMm_X85PbEm5 ShihengDuan 26401994 2022-11-30T17:21:24Z 2022-11-30T17:23:43Z NONE

Thanks, it works now.

So I guess the default setting is to use bottleneck? It might be helpful to add some hints in the docs.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Instability when calculating standard deviation 1468838643
1331538668 https://github.com/pydata/xarray/issues/7336#issuecomment-1331538668 https://api.github.com/repos/pydata/xarray/issues/7336 IC_kwDOAMm_X85PXars max-sixty 5635139 2022-11-30T01:43:21Z 2022-11-30T01:44:52Z MEMBER

This is probably bottleneck: https://github.com/pydata/xarray/issues/7128

Do these reproduce after xr.set_options(use_bottleneck=False)?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Instability when calculating standard deviation 1468838643
1331461427 https://github.com/pydata/xarray/issues/7336#issuecomment-1331461427 https://api.github.com/repos/pydata/xarray/issues/7336 IC_kwDOAMm_X85PXH0z ShihengDuan 26401994 2022-11-29T23:43:03Z 2022-11-29T23:43:03Z NONE

When I adding or subtracting a constant value, the std is changing. Any idea why or anywhere I'm wrong?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Instability when calculating standard deviation 1468838643

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