home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 599583548 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • kmuehlbauer 1
  • clausmichele 1

author_association 2

  • CONTRIBUTOR 1
  • MEMBER 1

issue 1

  • [BUG] xr.merge converts automatically variables into float64 · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
630026640 https://github.com/pydata/xarray/issues/3969#issuecomment-630026640 https://api.github.com/repos/pydata/xarray/issues/3969 MDEyOklzc3VlQ29tbWVudDYzMDAyNjY0MA== clausmichele 31700619 2020-05-18T08:25:31Z 2020-05-18T08:25:31Z CONTRIBUTOR

I've just noticed that using xr.concat inverts the coordinates order, I opened a new issue #4072

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [BUG] xr.merge converts automatically variables into float64 599583548
613465783 https://github.com/pydata/xarray/issues/3969#issuecomment-613465783 https://api.github.com/repos/pydata/xarray/issues/3969 MDEyOklzc3VlQ29tbWVudDYxMzQ2NTc4Mw== kmuehlbauer 5821660 2020-04-14T14:09:57Z 2020-04-14T14:09:57Z MEMBER

@clausmichele According to the docs on combining xr.concat should be used for this example.

python xr.concat([dataArray1,dataArray2], dim='time')

<xarray.Dataset> Dimensions: (time: 2, x: 10, y: 10) Coordinates: * y (y) int64 0 1 2 3 4 5 6 7 8 9 * x (x) int64 0 1 2 3 4 5 6 7 8 9 * time (time) int64 0 1 Data variables: data (time, y, x) bool False False False False ... False False False

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [BUG] xr.merge converts automatically variables into float64 599583548

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