issue_comments
10 rows where author_association = "CONTRIBUTOR" and user = 514522 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, reactions, created_at (date), updated_at (date)
user 1
- horta · 10 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
445482824 | https://github.com/pydata/xarray/issues/2560#issuecomment-445482824 | https://api.github.com/repos/pydata/xarray/issues/2560 | MDEyOklzc3VlQ29tbWVudDQ0NTQ4MjgyNA== | horta 514522 | 2018-12-08T19:13:08Z | 2018-12-08T19:13:08Z | CONTRIBUTOR | Sorry guys. I've found the problem and solution. The problem is that filesystem not supporting lock mechanism. The solution is to export the following variable: |
{ "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 2, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Lock related problem in on travis-ci but not on local machine 383057458 | |
440909054 | https://github.com/pydata/xarray/issues/2560#issuecomment-440909054 | https://api.github.com/repos/pydata/xarray/issues/2560 | MDEyOklzc3VlQ29tbWVudDQ0MDkwOTA1NA== | horta 514522 | 2018-11-22T04:25:05Z | 2018-11-22T04:25:05Z | CONTRIBUTOR | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Lock related problem in on travis-ci but not on local machine 383057458 | ||
422368970 | https://github.com/pydata/xarray/issues/2410#issuecomment-422368970 | https://api.github.com/repos/pydata/xarray/issues/2410 | MDEyOklzc3VlQ29tbWVudDQyMjM2ODk3MA== | horta 514522 | 2018-09-18T12:17:06Z | 2018-09-18T12:17:06Z | CONTRIBUTOR | I will first try to have both together. I'm well aware that learning by examples (that is true for me at least and apparently to most of people: tldr library), so at first I will try to combine all in one page:
I prefer starting with 2 and 3 for me to actually understand xarray... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Updated text for indexing page 359240638 | |
421998857 | https://github.com/pydata/xarray/issues/2410#issuecomment-421998857 | https://api.github.com/repos/pydata/xarray/issues/2410 | MDEyOklzc3VlQ29tbWVudDQyMTk5ODg1Nw== | horta 514522 | 2018-09-17T12:40:52Z | 2018-09-17T12:40:52Z | CONTRIBUTOR | I have updated mainly the Indexing and selection data section. I'm proposing an indexing notation using Xarray definitionA data array
Each data array dimension has an unique
A data array can have zero or more coordinates, represented by a dict-like A coordinate can have zero or more dimensions associated with. A dimension data array is a unidimensional coordinate data array associated with one, and only one, dimension having the same name as the coordinate data array itself. A dimension data array has always one, and only one, coordinate. That coordinate has again a dimension data array associated with: ```python
The above data array
Coordinate data arrays are meant to provide labels to array positions, allowing for convenient access to array elements: ```python
Note that there is no asterisk symbol for coordinate Indexing and selecting dataThere are four different but equally powerful ways of selecting data from a data array. They differ only on the type of dimension and index lookups: position-based lookup and label-based lookup:
A dimension position-based lookup is determined by the used position in the index operator: A dimension label-based lookup is determined by the provided dimension name: [1] An index label is any Numpy data type object. Consider the following data array: ```python
The expressions
Formal indexing definitionLet Let
For each
Consider
The positions |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Updated text for indexing page 359240638 | |
420446944 | https://github.com/pydata/xarray/issues/2410#issuecomment-420446944 | https://api.github.com/repos/pydata/xarray/issues/2410 | MDEyOklzc3VlQ29tbWVudDQyMDQ0Njk0NA== | horta 514522 | 2018-09-11T22:25:23Z | 2018-09-11T22:25:23Z | CONTRIBUTOR | Thanks guys! Just to make sure, this is a work in progress. i realise that I made some wrong assumptions, and there are more to add into it. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Updated text for indexing page 359240638 | |
420446624 | https://github.com/pydata/xarray/issues/2399#issuecomment-420446624 | https://api.github.com/repos/pydata/xarray/issues/2399 | MDEyOklzc3VlQ29tbWVudDQyMDQ0NjYyNA== | horta 514522 | 2018-09-11T22:24:14Z | 2018-09-11T22:24:14Z | CONTRIBUTOR | Yes, I'm working on that doc for now to come up a very precise and as simple as possible definitions. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.loc fails for duplicates where DataFrame works 357156174 | |
420362244 | https://github.com/pydata/xarray/issues/2399#issuecomment-420362244 | https://api.github.com/repos/pydata/xarray/issues/2399 | MDEyOklzc3VlQ29tbWVudDQyMDM2MjI0NA== | horta 514522 | 2018-09-11T17:52:29Z | 2018-09-11T17:52:29Z | CONTRIBUTOR | Hi again. I'm working on a precise definition of xarray and indexing. I find the official one a bit hard to understand. It might help me come up with a reasonable way to handle duplicate indices. https://drive.google.com/file/d/1uJ_U6nedkNe916SMViuVKlkGwPX-mGK7/view?usp=sharing |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.loc fails for duplicates where DataFrame works 357156174 | |
419714631 | https://github.com/pydata/xarray/issues/2399#issuecomment-419714631 | https://api.github.com/repos/pydata/xarray/issues/2399 | MDEyOklzc3VlQ29tbWVudDQxOTcxNDYzMQ== | horta 514522 | 2018-09-09T13:04:12Z | 2018-09-09T13:04:12Z | CONTRIBUTOR | I see. Now I read about it, let me give another shot. Let
and
The result of
as per column vector representation assumption. AnswerLaying down the first dimension gives | y | z | x | |---|---|---| | a | a | a | | | | a | By order, | y | z | x | dim_1 |---|---|---|-------| | a | a | a | ? | | | | a | ? | where | y | z | x | dim_1 |---|---|---|-------| | a | a | a | ? | | a | a | a | ? | And here is my suggestions. Use the mapping The answer is
for ```
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.loc fails for duplicates where DataFrame works 357156174 | |
419383633 | https://github.com/pydata/xarray/issues/2399#issuecomment-419383633 | https://api.github.com/repos/pydata/xarray/issues/2399 | MDEyOklzc3VlQ29tbWVudDQxOTM4MzYzMw== | horta 514522 | 2018-09-07T09:39:01Z | 2018-09-07T09:39:01Z | CONTRIBUTOR | Now I see the problem. But I think it is solvable. I will ignore the dimension names for now as I don't have much experience with xarray yet. The code
can be understood as defining two indexed arrays:
Algorithm:
Concretely, the solution is a bi-dimensional, 1x2 array: | 0 1 |. There is another relevant example. Let the code be
We have Algorithm:
The solution is a bi-dimensional, 1x3 array: | 0 1 2 | Explanation
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.loc fails for duplicates where DataFrame works 357156174 | |
419166914 | https://github.com/pydata/xarray/issues/2399#issuecomment-419166914 | https://api.github.com/repos/pydata/xarray/issues/2399 | MDEyOklzc3VlQ29tbWVudDQxOTE2NjkxNA== | horta 514522 | 2018-09-06T16:56:44Z | 2018-09-06T16:56:44Z | CONTRIBUTOR | Thanks for the feedback!
```python import pandas as pd df = pd.DataFrame(data=[0, 1, 2], index=list("aab")) print(df.loc[list("ab")]) 0a 0a 1b 2``` is an INNER JOIN between the two indexes
Another example: ```python import pandas as pd df = pd.DataFrame(data=[0, 1], index=list("aa")) print(df.loc[list("aa")]) 0a 0a 1a 0a 1``` is again an INNER JOIN between the two indexes
This translate into an unidimensional index:
Converting it back to the matricial representation:
In summary, my suggestion is to consider the possibility of defining indexing The multi-dimensional indexing, as far as I can see, can always be transformed into the uni-dimensional case and treated as such. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.loc fails for duplicates where DataFrame works 357156174 |
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]);
issue 3