issue_comments
7 rows where author_association = "MEMBER", issue = 659232211 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- per-variable fill values · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 679393627 | https://github.com/pydata/xarray/pull/4237#issuecomment-679393627 | https://api.github.com/repos/pydata/xarray/issues/4237 | MDEyOklzc3VlQ29tbWVudDY3OTM5MzYyNw== | keewis 14808389 | 2020-08-24T22:14:27Z | 2020-08-24T22:14:27Z | MEMBER | I'll add one in one of the follow-up PRs |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
per-variable fill values 659232211 | |
| 679217623 | https://github.com/pydata/xarray/pull/4237#issuecomment-679217623 | https://api.github.com/repos/pydata/xarray/issues/4237 | MDEyOklzc3VlQ29tbWVudDY3OTIxNzYyMw== | keewis 14808389 | 2020-08-24T16:03:38Z | 2020-08-24T22:04:15Z | MEMBER | :+1:. I tried modifying As a summary, per-variable fill values for |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
per-variable fill values 659232211 | |
| 676547072 | https://github.com/pydata/xarray/pull/4237#issuecomment-676547072 | https://api.github.com/repos/pydata/xarray/issues/4237 | MDEyOklzc3VlQ29tbWVudDY3NjU0NzA3Mg== | keewis 14808389 | 2020-08-19T17:02:55Z | 2020-08-20T00:29:01Z | MEMBER | does anyone have any advice on how to add multiple fill value support to To fix that, I would manually apply |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
per-variable fill values 659232211 | |
| 663023181 | https://github.com/pydata/xarray/pull/4237#issuecomment-663023181 | https://api.github.com/repos/pydata/xarray/issues/4237 | MDEyOklzc3VlQ29tbWVudDY2MzAyMzE4MQ== | keewis 14808389 | 2020-07-23T13:58:43Z | 2020-08-05T09:37:21Z | MEMBER | Here's the list of functions I'm considering to extend:
* [x] concat / merge / align / combine_* (but aligning |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
per-variable fill values 659232211 | |
| 663778598 | https://github.com/pydata/xarray/pull/4237#issuecomment-663778598 | https://api.github.com/repos/pydata/xarray/issues/4237 | MDEyOklzc3VlQ29tbWVudDY2Mzc3ODU5OA== | keewis 14808389 | 2020-07-25T00:03:11Z | 2020-07-25T00:03:11Z | MEMBER |
I think Same for |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
per-variable fill values 659232211 | |
| 663070464 | https://github.com/pydata/xarray/pull/4237#issuecomment-663070464 | https://api.github.com/repos/pydata/xarray/issues/4237 | MDEyOklzc3VlQ29tbWVudDY2MzA3MDQ2NA== | keewis 14808389 | 2020-07-23T15:24:19Z | 2020-07-23T15:24:19Z | MEMBER |
and the code doesn't touch the coordinates (not even non-dimension coordinates). |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
per-variable fill values 659232211 | |
| 660357715 | https://github.com/pydata/xarray/pull/4237#issuecomment-660357715 | https://api.github.com/repos/pydata/xarray/issues/4237 | MDEyOklzc3VlQ29tbWVudDY2MDM1NzcxNQ== | keewis 14808389 | 2020-07-17T22:08:31Z | 2020-07-17T22:08:31Z | MEMBER |
I have been focusing on functions that use |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
per-variable fill values 659232211 |
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