issue_comments
6 rows where issue = 922939657 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Issue on page /generated/xarray.DataArray.T.html · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 862808654 | https://github.com/pydata/xarray/issues/5478#issuecomment-862808654 | https://api.github.com/repos/pydata/xarray/issues/5478 | MDEyOklzc3VlQ29tbWVudDg2MjgwODY1NA== | krishnaap 10349239 | 2021-06-16T23:55:18Z | 2021-06-19T10:28:00Z | NONE | I really thought xarray.DataArray.T as something like DataArray.values as it giving values! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Issue on page /generated/xarray.DataArray.T.html 922939657 | |
| 863539937 | https://github.com/pydata/xarray/issues/5478#issuecomment-863539937 | https://api.github.com/repos/pydata/xarray/issues/5478 | MDEyOklzc3VlQ29tbWVudDg2MzUzOTkzNw== | krishnaap 10349239 | 2021-06-17T20:23:19Z | 2021-06-17T20:23:19Z | NONE | @keewis I mean I was confused. Its clear now. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Issue on page /generated/xarray.DataArray.T.html 922939657 | |
| 863433257 | https://github.com/pydata/xarray/issues/5478#issuecomment-863433257 | https://api.github.com/repos/pydata/xarray/issues/5478 | MDEyOklzc3VlQ29tbWVudDg2MzQzMzI1Nw== | keewis 14808389 | 2021-06-17T17:39:29Z | 2021-06-17T17:39:29Z | MEMBER |
what do you mean with that? This is what I see: ```python In [3]: arr = xr.DataArray([[0, 1], [2, 3]]) ...: arr Out[3]: <xarray.DataArray (dim_0: 2, dim_1: 2)> array([[0, 1], [2, 3]]) Dimensions without coordinates: dim_0, dim_1 In [4]: arr.T Out[4]: <xarray.DataArray (dim_1: 2, dim_0: 2)> array([[0, 2], [1, 3]]) Dimensions without coordinates: dim_1, dim_0 In [5]: arr.transpose() Out[5]: <xarray.DataArray (dim_1: 2, dim_0: 2)> array([[0, 2], [1, 3]]) Dimensions without coordinates: dim_1, dim_0 ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Issue on page /generated/xarray.DataArray.T.html 922939657 | |
| 862710371 | https://github.com/pydata/xarray/issues/5478#issuecomment-862710371 | https://api.github.com/repos/pydata/xarray/issues/5478 | MDEyOklzc3VlQ29tbWVudDg2MjcxMDM3MQ== | keewis 14808389 | 2021-06-16T20:44:29Z | 2021-06-16T20:44:29Z | MEMBER | There has been some discussion about deprecating |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Issue on page /generated/xarray.DataArray.T.html 922939657 | |
| 862705125 | https://github.com/pydata/xarray/issues/5478#issuecomment-862705125 | https://api.github.com/repos/pydata/xarray/issues/5478 | MDEyOklzc3VlQ29tbWVudDg2MjcwNTEyNQ== | dcherian 2448579 | 2021-06-16T20:35:36Z | 2021-06-16T20:35:36Z | MEMBER | I thought we deprecated this, didnt we? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Issue on page /generated/xarray.DataArray.T.html 922939657 | |
| 862661862 | https://github.com/pydata/xarray/issues/5478#issuecomment-862661862 | https://api.github.com/repos/pydata/xarray/issues/5478 | MDEyOklzc3VlQ29tbWVudDg2MjY2MTg2Mg== | max-sixty 5635139 | 2021-06-16T19:41:20Z | 2021-06-16T19:41:20Z | MEMBER | It's Let's keep this open since the docs are blank; a PR to fix that would be great. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Issue on page /generated/xarray.DataArray.T.html 922939657 |
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 4