home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "CONTRIBUTOR" and user = 17169544 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

issue 6

  • DOC: Broken links from generated documentation to github 1
  • Custom fill value for align, reindex and reindex_like 1
  • xr.open_dataset no groups info 1
  • [WIP] Custom fill value for reindex, align, and merge operations 1
  • The name of the conda environment in the contributing guide is generic 1
  • Out of date docstring for concat_dim in open_mfdataset 1

user 1

  • zdgriffith · 6 ✖

author_association 1

  • CONTRIBUTOR · 6 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
514004558 https://github.com/pydata/xarray/issues/3158#issuecomment-514004558 https://api.github.com/repos/pydata/xarray/issues/3158 MDEyOklzc3VlQ29tbWVudDUxNDAwNDU1OA== zdgriffith 17169544 2019-07-23T00:26:14Z 2019-07-23T00:26:14Z CONTRIBUTOR

A related question - concat_dim is a required argument in the parent function combine_nested (and therefore required here when combine='nested'). But as None is a valid input, wouldn't it make more sense as an optional argument?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Out of date docstring for concat_dim in open_mfdataset 471409673
511585224 https://github.com/pydata/xarray/issues/2821#issuecomment-511585224 https://api.github.com/repos/pydata/xarray/issues/2821 MDEyOklzc3VlQ29tbWVudDUxMTU4NTIyNA== zdgriffith 17169544 2019-07-15T21:56:04Z 2019-07-15T21:56:04Z CONTRIBUTOR

I just went through a bunch of the doc pages and the "Edit on Github" link now works on all of them...I think this issue could be closed?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: Broken links from generated documentation to github 422622872
511153086 https://github.com/pydata/xarray/issues/2916#issuecomment-511153086 https://api.github.com/repos/pydata/xarray/issues/2916 MDEyOklzc3VlQ29tbWVudDUxMTE1MzA4Ng== zdgriffith 17169544 2019-07-13T20:56:45Z 2019-07-13T20:56:45Z CONTRIBUTOR

I work with netCDF groups regularly and am interested in this issue. I agree with @dcherian that having groups added to the Dataset repr when a netCDF file with groups is loaded would be helpful (regardless of if the root group is empty or not) and pretty unobtrusive.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xr.open_dataset no groups info 436669736
511134683 https://github.com/pydata/xarray/issues/3107#issuecomment-511134683 https://api.github.com/repos/pydata/xarray/issues/3107 MDEyOklzc3VlQ29tbWVudDUxMTEzNDY4Mw== zdgriffith 17169544 2019-07-13T16:19:47Z 2019-07-13T16:19:47Z CONTRIBUTOR

@mmartini-usgs good point - it looks like xarray-docs so maybe just xarray-tests? I can definitely make a PR.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  The name of the conda environment in the contributing guide is generic 467735590
488847303 https://github.com/pydata/xarray/pull/2920#issuecomment-488847303 https://api.github.com/repos/pydata/xarray/issues/2920 MDEyOklzc3VlQ29tbWVudDQ4ODg0NzMwMw== zdgriffith 17169544 2019-05-02T21:58:13Z 2019-05-02T21:58:13Z CONTRIBUTOR

Thanks for the review @shoyer! Would edits to the docs be in-scope for this PR? For example where fill values are mentioned in http://xarray.pydata.org/en/latest/indexing.html#align-and-reindex.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [WIP] Custom fill value for reindex, align, and merge operations 437418337
482141308 https://github.com/pydata/xarray/issues/2876#issuecomment-482141308 https://api.github.com/repos/pydata/xarray/issues/2876 MDEyOklzc3VlQ29tbWVudDQ4MjE0MTMwOA== zdgriffith 17169544 2019-04-11T14:37:12Z 2019-04-11T14:37:12Z CONTRIBUTOR

Hi, I'm a recent convert to xarray looking to start contributing - this seems like a good issue to dip my toes in. If there's no one currently working on this I'm happy to take it up.

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
  Custom fill value for align, reindex and reindex_like 430203605

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