issue_comments
5 rows where issue = 186895655 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Support creating DataSet from streaming object · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 357130204 | https://github.com/pydata/xarray/issues/1075#issuecomment-357130204 | https://api.github.com/repos/pydata/xarray/issues/1075 | MDEyOklzc3VlQ29tbWVudDM1NzEzMDIwNA== | shoyer 1217238 | 2018-01-12T03:03:22Z | 2018-01-12T03:03:22Z | MEMBER | We could potentially add a from_memory() constructor to NetCDF4DataStore to simplify this process. On Thu, Jan 11, 2018 at 6:27 PM Michael Delgado notifications@github.com wrote:
|
{
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Support creating DataSet from streaming object 186895655 | |
| 347707575 | https://github.com/pydata/xarray/issues/1075#issuecomment-347707575 | https://api.github.com/repos/pydata/xarray/issues/1075 | MDEyOklzc3VlQ29tbWVudDM0NzcwNzU3NQ== | shoyer 1217238 | 2017-11-29T00:09:09Z | 2017-11-29T00:09:31Z | MEMBER | @delgadom Yes, that should work (I haven't tested it, but yes in principle it should all work now). |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Support creating DataSet from streaming object 186895655 | |
| 346214120 | https://github.com/pydata/xarray/issues/1075#issuecomment-346214120 | https://api.github.com/repos/pydata/xarray/issues/1075 | MDEyOklzc3VlQ29tbWVudDM0NjIxNDEyMA== | shoyer 1217238 | 2017-11-22T01:23:42Z | 2017-11-22T01:23:42Z | MEMBER | Just to clarify: I wrote about that we use could support initializing a Dataset from a netCDF4 file image. But this wouldn't help yet for streaming access. Initializing a Dataset from a netCDF4 file image should actually work with the latest versions of xarray and netCDF4-python:
|
{
"total_count": 3,
"+1": 3,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Support creating DataSet from streaming object 186895655 | |
| 307297489 | https://github.com/pydata/xarray/issues/1075#issuecomment-307297489 | https://api.github.com/repos/pydata/xarray/issues/1075 | MDEyOklzc3VlQ29tbWVudDMwNzI5NzQ4OQ== | shoyer 1217238 | 2017-06-09T05:16:40Z | 2017-06-09T05:16:40Z | MEMBER | Yes, we could support initializing a Dataset from netCDF4 file image in a |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Support creating DataSet from streaming object 186895655 | |
| 258018067 | https://github.com/pydata/xarray/issues/1075#issuecomment-258018067 | https://api.github.com/repos/pydata/xarray/issues/1075 | MDEyOklzc3VlQ29tbWVudDI1ODAxODA2Nw== | shoyer 1217238 | 2016-11-02T22:24:43Z | 2016-11-02T22:25:08Z | MEMBER | This does work for netCDF3 files, if you provide a file-like object (e.g., wrapped in Unfortunately, this is a netCDF4/HDF5 file: ```
And as yet, there is no support for reading from file-like objects in either h5py (https://github.com/h5py/h5py/issues/552) or python-netCDF4 (https://github.com/Unidata/netcdf4-python/issues/295). So we're currently stuck :(. One possibility is to use the new HDF5 library pyfive with h5netcdf (https://github.com/shoyer/h5netcdf/issues/25). But pyfive doesn't have enough features yet to read netCDF files. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Support creating DataSet from streaming object 186895655 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 1