issue_comments
6 rows where author_association = "MEMBER", issue = 115805419 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- Rework DataArray internals · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 162043311 | https://github.com/pydata/xarray/pull/648#issuecomment-162043311 | https://api.github.com/repos/pydata/xarray/issues/648 | MDEyOklzc3VlQ29tbWVudDE2MjA0MzMxMQ== | shoyer 1217238 | 2015-12-04T18:28:36Z | 2015-12-04T18:28:36Z | MEMBER | Rebased and tests are passing. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Rework DataArray internals 115805419 | |
| 160554682 | https://github.com/pydata/xarray/pull/648#issuecomment-160554682 | https://api.github.com/repos/pydata/xarray/issues/648 | MDEyOklzc3VlQ29tbWVudDE2MDU1NDY4Mg== | shoyer 1217238 | 2015-11-30T08:36:04Z | 2015-11-30T08:36:04Z | MEMBER | This is ready for review if anyone wants to take another look. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Rework DataArray internals 115805419 | |
| 155699081 | https://github.com/pydata/xarray/pull/648#issuecomment-155699081 | https://api.github.com/repos/pydata/xarray/issues/648 | MDEyOklzc3VlQ29tbWVudDE1NTY5OTA4MQ== | shoyer 1217238 | 2015-11-11T08:05:31Z | 2015-11-11T08:05:31Z | MEMBER | OK, latest commit changes DataArray's internals to rely on |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Rework DataArray internals 115805419 | |
| 155598016 | https://github.com/pydata/xarray/pull/648#issuecomment-155598016 | https://api.github.com/repos/pydata/xarray/issues/648 | MDEyOklzc3VlQ29tbWVudDE1NTU5ODAxNg== | shoyer 1217238 | 2015-11-10T23:12:31Z | 2015-11-10T23:19:22Z | MEMBER | I realize now that changing the internal representation for DataArray doesn't mean we need to rewrite how every routine works. We can still convert dataarrays to a dataset when convenient -- it just means we'll need to use a method to do so instead of modifying
and instead we could simply write:
However, going forward it will give us more flexibility for how to write DataArray methods. For example, it might actually be clearer to write:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Rework DataArray internals 115805419 | |
| 155584382 | https://github.com/pydata/xarray/pull/648#issuecomment-155584382 | https://api.github.com/repos/pydata/xarray/issues/648 | MDEyOklzc3VlQ29tbWVudDE1NTU4NDM4Mg== | shoyer 1217238 | 2015-11-10T22:12:27Z | 2015-11-10T22:12:27Z | MEMBER |
Hmm. Might not be so bad now that I've already gone through the trouble of thinking what these new tests should look like. I'll give it a shot tonight and see how it goes... |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Rework DataArray internals 115805419 | |
| 155545607 | https://github.com/pydata/xarray/pull/648#issuecomment-155545607 | https://api.github.com/repos/pydata/xarray/issues/648 | MDEyOklzc3VlQ29tbWVudDE1NTU0NTYwNw== | shoyer 1217238 | 2015-11-10T19:45:59Z | 2015-11-10T19:45:59Z | MEMBER | Indeed, I wonder if it would make sense to decouple DataArray from Dataset by storing the state on two (protected) attributes:
- The main downside is that we add a bit more redundant code (e.g., to loop over all variables in |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Rework DataArray internals 115805419 |
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