home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 575939446 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

  • TomNicholas 2
  • lukelbd 1
  • stale[bot] 1

author_association 2

  • MEMBER 2
  • NONE 2

issue 1

  • Documentation request: add examples for carrying out "ncecat" in xarray · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
595893098 https://github.com/pydata/xarray/issues/3830#issuecomment-595893098 https://api.github.com/repos/pydata/xarray/issues/3830 MDEyOklzc3VlQ29tbWVudDU5NTg5MzA5OA== lukelbd 19657652 2020-03-06T18:12:24Z 2023-04-13T20:06:20Z NONE

@TomNicholas Sounds good to me. Sure I'd be happy to contribute -- will submit a PR sometime.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Documentation request: add examples for carrying out "ncecat" in xarray 575939446
1101062816 https://github.com/pydata/xarray/issues/3830#issuecomment-1101062816 https://api.github.com/repos/pydata/xarray/issues/3830 IC_kwDOAMm_X85BoOKg stale[bot] 26384082 2022-04-18T03:43:45Z 2022-04-18T03:43:45Z NONE

In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity

If this issue remains relevant, please comment here or remove the stale label; otherwise it will be marked as closed automatically

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Documentation request: add examples for carrying out "ncecat" in xarray 575939446
596056046 https://github.com/pydata/xarray/issues/3830#issuecomment-596056046 https://api.github.com/repos/pydata/xarray/issues/3830 MDEyOklzc3VlQ29tbWVudDU5NjA1NjA0Ng== TomNicholas 35968931 2020-03-07T07:14:36Z 2020-03-07T07:14:36Z MEMBER

@lukelbd great! Tag me when you do and I'll review :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Documentation request: add examples for carrying out "ncecat" in xarray 575939446
595150750 https://github.com/pydata/xarray/issues/3830#issuecomment-595150750 https://api.github.com/repos/pydata/xarray/issues/3830 MDEyOklzc3VlQ29tbWVudDU5NTE1MDc1MA== TomNicholas 35968931 2020-03-05T10:24:07Z 2020-03-05T10:24:07Z MEMBER

Thanks @lukelbd for pointing this, this is certainly a common operation, and there should be a clear example in the docs.

The method you suggest (open_mfdataset(files, combine='nested', concat_dim='record')) is the intended way to do it.

We have a section in the docs on combining data, but it seems to go straight to the multi-dimensional "nested" case before showing the simpler case you're asking about. (FWIW the "nested" name was motivated by these more complex use cases, but I agree it's not the most intuitive name when in 1D.) That page also doesn't go into much detail about how everything combine_nested and combine_by_coords can do open_mfdataset can also do.

I suggest there should be another section "combining data from files" at the end of that page, which has a few examples but on files instead of dataset objects. Then we link to that from the open_mfdataset docstring? Do you think that would be sufficiently clear/accessible?

It would also be nice if at some point one of the examples demonstrated this.

@lukelbd would you be interested in submitting a PR for this?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Documentation request: add examples for carrying out "ncecat" in xarray 575939446

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