issue_comments
7 rows where issue = 100295585 and user = 3460034 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- support for units · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
531603357 | https://github.com/pydata/xarray/issues/525#issuecomment-531603357 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDUzMTYwMzM1Nw== | jthielen 3460034 | 2019-09-15T22:04:39Z | 2019-09-15T22:04:39Z | CONTRIBUTOR | Based the points raised by @crusaderky in https://github.com/hgrecco/pint/issues/878#issue-492678605 about how much special case handling xarray has for dask arrays, I was thinking recently about what it might take for the xarray > pint > dask.array wrapping discussed here and elsewhere to work as fluidly as xarray > dask.array currently does. Would it help for this integration to have pint Quanitites implement the dask custom collections interface for when it wraps a dask array? I would think that this would allow a pint Quanitity to behave in a "dask-array-like" way rather than just an "array-like" way. Then, instead of xarray checking for Also, if I'm incorrect with this line of thought, or there is a better way forward for implementing this wrapping pattern, please do let me know! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
524570522 | https://github.com/pydata/xarray/issues/525#issuecomment-524570522 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDUyNDU3MDUyMg== | jthielen 3460034 | 2019-08-24T18:12:55Z | 2019-08-24T18:39:49Z | CONTRIBUTOR | @shoyer I agree, the accessor interface makes a lot of sense for this: it's more conservative on the xarray side, while also giving the most flexibility for the pint + xarray integration. Based on your feedback and what I'd hope to see out of the pint + xarray integration, I'm thinking a pint-adjacent package like pint-xarray may be the best route forward. ~~I'll create an issue on pint to inquire about that possibility.~~ See https://github.com/hgrecco/pint/issues/849. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
524569782 | https://github.com/pydata/xarray/issues/525#issuecomment-524569782 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDUyNDU2OTc4Mg== | jthielen 3460034 | 2019-08-24T18:00:37Z | 2019-08-24T18:01:11Z | CONTRIBUTOR | Oh, okay, having the fallback like that was how I thought about implementing it. (I'm sorry that I didn't describe that in my initial comment.) So would the way forward be to implement |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
524568112 | https://github.com/pydata/xarray/issues/525#issuecomment-524568112 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDUyNDU2ODExMg== | jthielen 3460034 | 2019-08-24T17:34:31Z | 2019-08-24T17:34:31Z | CONTRIBUTOR | @shoyer Thank you for the reply! That sounds good about the repr custom logic. With the units attribute, I was presuming based on the past comments that Possible ideas I had:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
524518305 | https://github.com/pydata/xarray/issues/525#issuecomment-524518305 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDUyNDUxODMwNQ== | jthielen 3460034 | 2019-08-24T04:17:54Z | 2019-08-24T04:17:54Z | CONTRIBUTOR | With the progress being made with https://github.com/pydata/xarray/pull/2956, https://github.com/pydata/xarray/pull/3238, and https://github.com/hgrecco/pint/pull/764, I was thinking that now might be a good time to work out the details of the "minimal units layer" mentioned by @shoyer in https://github.com/pydata/xarray/issues/525#issuecomment-482641808 and https://github.com/pydata/xarray/issues/988#issuecomment-413732471? I'd be glad to try putting together a PR that could follow up on https://github.com/pydata/xarray/pull/3238 for it, but I would want to ask for some guidance: (For reference, below is the action list from https://github.com/pydata/xarray/issues/988#issuecomment-413732471)
Having
Units and IO While wrapping and unwrapping arrays with Some possibilities that came to mind (by no means an exhaustive list):
With any of these, tests for lazy-loading would be crucial (I don't know yet how pint will handle that). Output may be easier: I was thinking that unwrapping could be done implicitly by automatically putting Extra questions based on sparse implementation Will a set of repr functions for each unit array type need to be added like they were for sparse in https://github.com/pydata/xarray/pull/3211? Or should there be some more general system implemented because of all of the possible combinations that would arise with other duck array types?
What is the expected behavior with unit arrays with regards to this soon-to-be-implemented conversion method? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
514877824 | https://github.com/pydata/xarray/issues/525#issuecomment-514877824 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDUxNDg3NzgyNA== | jthielen 3460034 | 2019-07-25T03:11:20Z | 2019-07-25T03:11:20Z | CONTRIBUTOR | Thank you for the insight! So if I'm understanding things correctly as they stand now, dimension coordinates store their values internally as a With that in mind, would "dimension coordinates with units" (or more generally "dimension coordinates with (In the mean time, I would guess that the best workaround is using an accessor interface to handle unit-related operations on coordinates, since the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 | |
514452182 | https://github.com/pydata/xarray/issues/525#issuecomment-514452182 | https://api.github.com/repos/pydata/xarray/issues/525 | MDEyOklzc3VlQ29tbWVudDUxNDQ1MjE4Mg== | jthielen 3460034 | 2019-07-24T02:19:08Z | 2019-07-24T02:19:08Z | CONTRIBUTOR | In light of the recent activity with However, the other main problem was that coordinates did not work with Also, cc @keewis, since I saw in #2956 you have a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
support for units 100295585 |
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