home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1221393104 and user = 13301940 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 1

  • andersy005 · 3 ✖

issue 1

  • docs on specifying chunks in to_zarr encoding arg · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1165862649 https://github.com/pydata/xarray/pull/6542#issuecomment-1165862649 https://api.github.com/repos/pydata/xarray/issues/6542 IC_kwDOAMm_X85Ffab5 andersy005 13301940 2022-06-24T19:18:08Z 2022-06-24T19:18:08Z MEMBER

my bad :) thank you for reporting this in #6720. I'm going to look into what;s going on

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  docs on specifying chunks in to_zarr encoding arg 1221393104
1164899177 https://github.com/pydata/xarray/pull/6542#issuecomment-1164899177 https://api.github.com/repos/pydata/xarray/issues/6542 IC_kwDOAMm_X85FbvNp andersy005 13301940 2022-06-23T21:31:01Z 2022-06-23T21:31:01Z MEMBER

Thank you, @delgadom!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  docs on specifying chunks in to_zarr encoding arg 1221393104
1118110207 https://github.com/pydata/xarray/pull/6542#issuecomment-1118110207 https://api.github.com/repos/pydata/xarray/issues/6542 IC_kwDOAMm_X85CpQH_ andersy005 13301940 2022-05-05T02:37:36Z 2022-05-05T02:37:36Z MEMBER

ImportError: Pandas requires version '0.15.1' or newer of 'xarray' (version '0.1.dev1+gfdf7303' currently installed).

looking at the reported xarray version, i'm curious... 🧐 are you using a shallow git clone of xarray? I'm able to reproduce the version issue via these steps:

bash git clone --depth 1 git@github.com:pydata/xarray.git cd xarray python -m pip install -e .

```bash conda list xarray ─╯

packages in environment at /Users/andersy005/mambaforge/envs/test:

Name Version Build Channel

xarray 0.1.dev1+g126051f dev_0 <develop> ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  docs on specifying chunks in to_zarr encoding arg 1221393104

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