issue_comments
8 rows where issue = 609108666 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Concatenate DataArrays on one dim when another dim has difference sizes · 8 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
624384220 | https://github.com/pydata/xarray/issues/4016#issuecomment-624384220 | https://api.github.com/repos/pydata/xarray/issues/4016 | MDEyOklzc3VlQ29tbWVudDYyNDM4NDIyMA== | JavierRuano 34353851 | 2020-05-06T00:54:38Z | 2020-05-06T00:54:38Z | NONE | I think another solution you could add an aleat microsecond or nanosecond field ... in the datetime index and the index should be different. You could test if there are colision in the index (it means the index<->time is not empty like the sort algorithm, something similar to https://en.wikipedia.org/wiki/Radix_sort) It is like the reverse of this solution Add another coordinate could be overloaded and xarray is very powerful to extract slice of time ds.sel(time =slice('2000-06-01', '2000-06-10')) http://xarray.pydata.org/en/stable/time-series.html#datetime-indexing I hope it could be useful. Regards Javier Ruano El mié., 29 abr. 2020 17:34, Javier Ruano javier.ruanno@gmail.com escribió:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Concatenate DataArrays on one dim when another dim has difference sizes 609108666 | |
621793960 | https://github.com/pydata/xarray/issues/4016#issuecomment-621793960 | https://api.github.com/repos/pydata/xarray/issues/4016 | MDEyOklzc3VlQ29tbWVudDYyMTc5Mzk2MA== | zxdawn 30388627 | 2020-04-30T12:12:11Z | 2020-04-30T12:12:11Z | NONE | @keewis Thanks! I will try to apply this method and check the results. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Concatenate DataArrays on one dim when another dim has difference sizes 609108666 | |
621761051 | https://github.com/pydata/xarray/issues/4016#issuecomment-621761051 | https://api.github.com/repos/pydata/xarray/issues/4016 | MDEyOklzc3VlQ29tbWVudDYyMTc2MTA1MQ== | keewis 14808389 | 2020-04-30T10:56:03Z | 2020-04-30T10:56:03Z | MEMBER | you should be able to get this to work by assigning coordinates to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Concatenate DataArrays on one dim when another dim has difference sizes 609108666 | |
621680403 | https://github.com/pydata/xarray/issues/4016#issuecomment-621680403 | https://api.github.com/repos/pydata/xarray/issues/4016 | MDEyOklzc3VlQ29tbWVudDYyMTY4MDQwMw== | zxdawn 30388627 | 2020-04-30T08:03:44Z | 2020-04-30T08:03:44Z | NONE | @dcherian Sorry. I made a mistake in the expected result. It should be
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Concatenate DataArrays on one dim when another dim has difference sizes 609108666 | |
621315275 | https://github.com/pydata/xarray/issues/4016#issuecomment-621315275 | https://api.github.com/repos/pydata/xarray/issues/4016 | MDEyOklzc3VlQ29tbWVudDYyMTMxNTI3NQ== | dcherian 2448579 | 2020-04-29T16:17:33Z | 2020-04-29T16:17:33Z | MEMBER | umm... your expected result is a concatenation on |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Concatenate DataArrays on one dim when another dim has difference sizes 609108666 | |
621300738 | https://github.com/pydata/xarray/issues/4016#issuecomment-621300738 | https://api.github.com/repos/pydata/xarray/issues/4016 | MDEyOklzc3VlQ29tbWVudDYyMTMwMDczOA== | zxdawn 30388627 | 2020-04-29T15:51:52Z | 2020-04-29T15:51:52Z | NONE | @JavierRuano The time indexes are same in my real case. Maybe, I have to merge these data if I can't find the solution. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Concatenate DataArrays on one dim when another dim has difference sizes 609108666 | |
621290319 | https://github.com/pydata/xarray/issues/4016#issuecomment-621290319 | https://api.github.com/repos/pydata/xarray/issues/4016 | MDEyOklzc3VlQ29tbWVudDYyMTI5MDMxOQ== | JavierRuano 34353851 | 2020-04-29T15:35:01Z | 2020-04-29T15:35:01Z | NONE | pandas doesn't have that problem import pandas as pd x1=pd.DataFrame([['1','2','3']]) x2=pd.DataFrame([['4','5','6']]) pd.concat([x1,x2],axis=1) El mié., 29 abr. 2020 a las 17:23, Javier Ruano (javier.ruanno@gmail.com) escribió:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Concatenate DataArrays on one dim when another dim has difference sizes 609108666 | |
621283446 | https://github.com/pydata/xarray/issues/4016#issuecomment-621283446 | https://api.github.com/repos/pydata/xarray/issues/4016 | MDEyOklzc3VlQ29tbWVudDYyMTI4MzQ0Ng== | JavierRuano 34353851 | 2020-04-29T15:23:59Z | 2020-04-29T15:23:59Z | NONE | the time is the same. do you have tried to change the second one time index? El mié., 29 abr. 2020 a las 16:36, Xin Zhang (notifications@github.com) escribió:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Concatenate DataArrays on one dim when another dim has difference sizes 609108666 |
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