issue_comments
3 rows where issue = 535703663 and user = 5802846 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Feature Request: Efficient rolling with strides · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 888250482 | https://github.com/pydata/xarray/issues/3608#issuecomment-888250482 | https://api.github.com/repos/pydata/xarray/issues/3608 | IC_kwDOAMm_X8408aBy | niowniow 5802846 | 2021-07-28T11:58:28Z | 2021-07-28T11:58:28Z | CONTRIBUTOR | You are right. It's quite confusing. I've already added a |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Feature Request: Efficient rolling with strides 535703663 | |
| 851469496 | https://github.com/pydata/xarray/issues/3608#issuecomment-851469496 | https://api.github.com/repos/pydata/xarray/issues/3608 | MDEyOklzc3VlQ29tbWVudDg1MTQ2OTQ5Ng== | niowniow 5802846 | 2021-05-31T12:50:37Z | 2021-05-31T12:50:37Z | CONTRIBUTOR | Quickly glancing over
I think that's what I did in #3607. It's been a while |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Feature Request: Efficient rolling with strides 535703663 | |
| 564023352 | https://github.com/pydata/xarray/issues/3608#issuecomment-564023352 | https://api.github.com/repos/pydata/xarray/issues/3608 | MDEyOklzc3VlQ29tbWVudDU2NDAyMzM1Mg== | niowniow 5802846 | 2019-12-10T13:05:10Z | 2019-12-10T13:05:10Z | CONTRIBUTOR |
Originally posted by @pilkibun in https://github.com/pandas-dev/pandas/issues/26959#issuecomment-511233955 |
{
"total_count": 4,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 3
} |
Feature Request: Efficient rolling with strides 535703663 |
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