home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 1222609313 and user = 5635139 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

  • max-sixty · 5 ✖

issue 1

  • netCDF + lazy backend: Error when sel is used with slice, reverse arrange · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1118866758 https://github.com/pydata/xarray/issues/6560#issuecomment-1118866758 https://api.github.com/repos/pydata/xarray/issues/6560 IC_kwDOAMm_X85CsI1G max-sixty 5635139 2022-05-05T17:34:51Z 2022-05-05T17:34:51Z MEMBER

@dcherian thanks a lot for looking into this. @jesieleo thanks for your patience in us finding the bug.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  netCDF + lazy backend: Error when sel is used with slice, reverse arrange 1222609313
1117678722 https://github.com/pydata/xarray/issues/6560#issuecomment-1117678722 https://api.github.com/repos/pydata/xarray/issues/6560 IC_kwDOAMm_X85CnmyC max-sixty 5635139 2022-05-04T18:40:41Z 2022-05-04T18:40:41Z MEMBER

But no, this is not sufficient — can you show your problem on an array like xr.DataArray(np.arange(12).reshape(2,3,4)), only adding extra as necessary? Please have another read of the links above showing how to minimize the examples.

Don't bundle data — build a new example from a basic array and demonstrate the bug.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  netCDF + lazy backend: Error when sel is used with slice, reverse arrange 1222609313
1116363332 https://github.com/pydata/xarray/issues/6560#issuecomment-1116363332 https://api.github.com/repos/pydata/xarray/issues/6560 IC_kwDOAMm_X85CilpE max-sixty 5635139 2022-05-03T17:31:55Z 2022-05-03T17:31:55Z MEMBER

What is data3? We need an example that I can paste into a blank notebook and will show the problem.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  netCDF + lazy backend: Error when sel is used with slice, reverse arrange 1222609313
1115423953 https://github.com/pydata/xarray/issues/6560#issuecomment-1115423953 https://api.github.com/repos/pydata/xarray/issues/6560 IC_kwDOAMm_X85CfATR max-sixty 5635139 2022-05-02T22:16:06Z 2022-05-02T22:16:06Z MEMBER

OK — I would like to make your experience GitHub a good one! It's a magical place.

I have added a zip dile with a .ipynb file , don't know if it is ok?

But no, this is not sufficient — can you show your problem on an array like xr.DataArray(np.arange(12).reshape(2,3,4)), only adding extra as necessary? Please have another read of the links above showing how to minimize the examples.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  netCDF + lazy backend: Error when sel is used with slice, reverse arrange 1222609313
1114620018 https://github.com/pydata/xarray/issues/6560#issuecomment-1114620018 https://api.github.com/repos/pydata/xarray/issues/6560 IC_kwDOAMm_X85Cb8By max-sixty 5635139 2022-05-02T08:32:25Z 2022-05-02T08:32:25Z MEMBER

@jesieleo — I'm probably being unclear, and I'm sure you're well-intentioned, but this & the previous issues aren't constructive for either of us so far.

In the politest possible way: please make an issue that is complete and "copy & pastes into an IPython prompt or Binder notebook, returning the result.". You cannot reference data that is only on your computer. This will require work from your end to take the example you have there, and reduce it to the bare minimum.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  netCDF + lazy backend: Error when sel is used with slice, reverse arrange 1222609313

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