issue_comments
4 rows where author_association = "CONTRIBUTOR", issue = 547091670 and user = 31126826 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Multi-index with categorical values · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
598718876 | https://github.com/pydata/xarray/issues/3674#issuecomment-598718876 | https://api.github.com/repos/pydata/xarray/issues/3674 | MDEyOklzc3VlQ29tbWVudDU5ODcxODg3Ng== | mancellin 31126826 | 2020-03-13T13:26:38Z | 2020-03-13T13:26:38Z | CONTRIBUTOR | Yes, I'll give it a try. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index with categorical values 547091670 | |
597536240 | https://github.com/pydata/xarray/issues/3674#issuecomment-597536240 | https://api.github.com/repos/pydata/xarray/issues/3674 | MDEyOklzc3VlQ29tbWVudDU5NzUzNjI0MA== | mancellin 31126826 | 2020-03-11T09:44:48Z | 2020-03-11T09:44:48Z | CONTRIBUTOR | @fujiisoup Since you implemented |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index with categorical values 547091670 | |
583065626 | https://github.com/pydata/xarray/issues/3674#issuecomment-583065626 | https://api.github.com/repos/pydata/xarray/issues/3674 | MDEyOklzc3VlQ29tbWVudDU4MzA2NTYyNg== | mancellin 31126826 | 2020-02-06T19:17:49Z | 2020-02-06T19:17:49Z | CONTRIBUTOR | Actually, after updating to version 0.15 I've found another issue in the same context. More precisely, when using a multi-index with a non-categorical repeated coordinate and a categorical coordinate: ```python import pandas as pd i1 = pd.Series([0, 0]) cat = pd.CategoricalDtype(categories=['foo', 'bar', 'baz']) i2 = pd.Series(['foo', 'bar'], dtype=cat) df = pd.DataFrame({'i1': i1, 'i2': i2, 'values': [1, 2]}) ds = df.set_index(['i1', 'i2']).to_xarray() print(ds)
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index with categorical values 547091670 | |
579379370 | https://github.com/pydata/xarray/issues/3674#issuecomment-579379370 | https://api.github.com/repos/pydata/xarray/issues/3674 | MDEyOklzc3VlQ29tbWVudDU3OTM3OTM3MA== | mancellin 31126826 | 2020-01-28T18:04:32Z | 2020-01-28T18:04:32Z | CONTRIBUTOR | Thank you for your work on this! I haven't found any other issue at the moment, I guess we can close this issue. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index with categorical values 547091670 |
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