home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • shoyer 2
  • jolespin 1
  • stale[bot] 1

author_association 2

  • MEMBER 2
  • NONE 2

issue 1

  • Bug or not? Loading netcdf into xr.DataArray is in bytes · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
513072943 https://github.com/pydata/xarray/issues/1501#issuecomment-513072943 https://api.github.com/repos/pydata/xarray/issues/1501 MDEyOklzc3VlQ29tbWVudDUxMzA3Mjk0Mw== stale[bot] 26384082 2019-07-19T03:07:51Z 2019-07-19T03:07:51Z 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
}
  Bug or not? Loading netcdf into xr.DataArray is in bytes 247835797
320278935 https://github.com/pydata/xarray/issues/1501#issuecomment-320278935 https://api.github.com/repos/pydata/xarray/issues/1501 MDEyOklzc3VlQ29tbWVudDMyMDI3ODkzNQ== shoyer 1217238 2017-08-04T15:29:32Z 2017-08-04T15:29:32Z MEMBER

I'm not 100% sure it will work properly here, but try installing the netCDF4-Python library: http://unidata.github.io/netcdf4-python/

The default engine is scipy if you don't have netcdf4 installed. And unfortunately scipy is somewhat hampered by the lack of a single byte (ASCII) string dtype in NumPy, so it uses bytes for everything.

We could (and perhaps should) potentially fix this in a wrapper on the xarray side. It was easy to ignore these issues back when most people were using Python 2 but that's no longer the case.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bug or not? Loading netcdf into xr.DataArray is in bytes 247835797
320172774 https://github.com/pydata/xarray/issues/1501#issuecomment-320172774 https://api.github.com/repos/pydata/xarray/issues/1501 MDEyOklzc3VlQ29tbWVudDMyMDE3Mjc3NA== jolespin 9061708 2017-08-04T06:57:00Z 2017-08-04T06:57:00Z NONE

I'm using Python 3.6.2 and the newest stable Xarray. I left the engine as the default. Is there an engine that will load the strings in unicode? Thanks

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bug or not? Loading netcdf into xr.DataArray is in bytes 247835797
320118530 https://github.com/pydata/xarray/issues/1501#issuecomment-320118530 https://api.github.com/repos/pydata/xarray/issues/1501 MDEyOklzc3VlQ29tbWVudDMyMDExODUzMA== shoyer 1217238 2017-08-03T23:42:16Z 2017-08-03T23:42:16Z MEMBER
  1. Are you using python 2 or 3?
  2. Are you using scipy or netCDF4 to read/write this data? (The default engine changes depending upon which you have installed)
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bug or not? Loading netcdf into xr.DataArray is in bytes 247835797

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