home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 906023492 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 3

  • Illviljan 1
  • pep8speaks 1
  • TomNicholas 1

author_association 2

  • MEMBER 2
  • NONE 1

issue 1

  • Multidimensional histogram · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
892180473 https://github.com/pydata/xarray/pull/5400#issuecomment-892180473 https://api.github.com/repos/pydata/xarray/issues/5400 IC_kwDOAMm_X841LZf5 Illviljan 14371165 2021-08-03T21:32:21Z 2021-08-03T21:32:21Z MEMBER

Not sure if it's any help but dask supports the numpy histogram functions now: https://github.com/dask/dask/pull/7827

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Multidimensional histogram 906023492
861602084 https://github.com/pydata/xarray/pull/5400#issuecomment-861602084 https://api.github.com/repos/pydata/xarray/issues/5400 MDEyOklzc3VlQ29tbWVudDg2MTYwMjA4NA== TomNicholas 35968931 2021-06-15T15:32:22Z 2021-06-15T15:32:22Z MEMBER

It appears numpy has multiple discussions (here and here) about adding axis-aware histograms, and an axis argument was almost added to np.bincount in this PR. Cross-referencing here because if that ever does get implemented in numpy it would greatly simplify (and speed up) the implementation here as we wouldn't have to use the reshape approach from xhistogram.

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
  Multidimensional histogram 906023492
850658727 https://github.com/pydata/xarray/pull/5400#issuecomment-850658727 https://api.github.com/repos/pydata/xarray/issues/5400 MDEyOklzc3VlQ29tbWVudDg1MDY1ODcyNw== pep8speaks 24736507 2021-05-28T20:39:00Z 2021-06-10T21:28:54Z NONE

Hello @TomNicholas! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

  • In the file xarray/core/dataarray.py:

Line 4612:10: F821 undefined name 'DataArray'

  • In the file xarray/tests/test_computation.py:

Line 1990:1: W391 blank line at end of file

Comment last updated at 2021-06-10 21:28:54 UTC
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Multidimensional histogram 906023492

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