issue_comments
5 rows where issue = 329438885 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- align() outer join returns DataArrays that are all NaNs · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 397085835 | https://github.com/pydata/xarray/issues/2215#issuecomment-397085835 | https://api.github.com/repos/pydata/xarray/issues/2215 | MDEyOklzc3VlQ29tbWVudDM5NzA4NTgzNQ== | shoyer 1217238 | 2018-06-13T21:02:44Z | 2018-06-13T21:02:44Z | MEMBER | OK, great. I'm going to close this then, and simply recommend that anyone encounter this issue try upgrading pandas. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
align() outer join returns DataArrays that are all NaNs 329438885 | |
| 394911109 | https://github.com/pydata/xarray/issues/2215#issuecomment-394911109 | https://api.github.com/repos/pydata/xarray/issues/2215 | MDEyOklzc3VlQ29tbWVudDM5NDkxMTEwOQ== | shoyer 1217238 | 2018-06-06T01:30:51Z | 2018-06-06T01:30:51Z | MEMBER | This what I see when printing The only material difference I can see in our environments is that I'm running pandas 0.23 and you're running pandas 0.22. Can you try updating pandas and see if that fixes the issue? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
align() outer join returns DataArrays that are all NaNs 329438885 | |
| 394765439 | https://github.com/pydata/xarray/issues/2215#issuecomment-394765439 | https://api.github.com/repos/pydata/xarray/issues/2215 | MDEyOklzc3VlQ29tbWVudDM5NDc2NTQzOQ== | shoyer 1217238 | 2018-06-05T16:01:04Z | 2018-06-05T16:01:04Z | MEMBER |
Sorry, I'm not quite following -- can we please give a specific example of which output from your example looks wrong, and print how it should look instead? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
align() outer join returns DataArrays that are all NaNs 329438885 | |
| 394761483 | https://github.com/pydata/xarray/issues/2215#issuecomment-394761483 | https://api.github.com/repos/pydata/xarray/issues/2215 | MDEyOklzc3VlQ29tbWVudDM5NDc2MTQ4Mw== | shoyer 1217238 | 2018-06-05T15:50:04Z | 2018-06-05T15:50:04Z | MEMBER | Thanks for the example. Can you please identify exactly which behavior you find surprising, and what you think the result should be? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
align() outer join returns DataArrays that are all NaNs 329438885 | |
| 394753520 | https://github.com/pydata/xarray/issues/2215#issuecomment-394753520 | https://api.github.com/repos/pydata/xarray/issues/2215 | MDEyOklzc3VlQ29tbWVudDM5NDc1MzUyMA== | shoyer 1217238 | 2018-06-05T15:28:45Z | 2018-06-05T15:28:45Z | MEMBER | Are you sure the indexes along the aligned dimensions match exactly? Small differences in floats are the most common source of this issue. Try using |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
align() outer join returns DataArrays that are all NaNs 329438885 |
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