issue_comments
3 rows where issue = 332762756 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- fillna error with distributed · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
397615984 | https://github.com/pydata/xarray/issues/2234#issuecomment-397615984 | https://api.github.com/repos/pydata/xarray/issues/2234 | MDEyOklzc3VlQ29tbWVudDM5NzYxNTk4NA== | rabernat 1197350 | 2018-06-15T13:13:54Z | 2018-06-15T13:13:54Z | MEMBER | Good catch Matt. Closing as this is not an xarray issue. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fillna error with distributed 332762756 | |
397615169 | https://github.com/pydata/xarray/issues/2234#issuecomment-397615169 | https://api.github.com/repos/pydata/xarray/issues/2234 | MDEyOklzc3VlQ29tbWVudDM5NzYxNTE2OQ== | mrocklin 306380 | 2018-06-15T13:10:56Z | 2018-06-15T13:10:56Z | MEMBER | Replicated on pangeo.pydata.org. I created a local cluster on pangeo and found that things worked fine, suggesting that it was due to a version mismatch between the client and workers. I then ran client.get_versions(check=True) and found that many things were very far out of sync, which made me curious to see if we were using the right image. Looking at my worker_template.yaml file and at the cluster.pod_template everything looks fine. I think that the next step is to verify the contents of the worker image. I'm headed out the door at the moment though. I can try to take another look at this in a bit. Alternatively I would welcome others carrying this on. On Fri, Jun 15, 2018 at 8:59 AM Ryan Abernathey notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fillna error with distributed 332762756 | |
397612641 | https://github.com/pydata/xarray/issues/2234#issuecomment-397612641 | https://api.github.com/repos/pydata/xarray/issues/2234 | MDEyOklzc3VlQ29tbWVudDM5NzYxMjY0MQ== | rabernat 1197350 | 2018-06-15T12:59:46Z | 2018-06-15T12:59:46Z | MEMBER | Update, this does work on my laptop with the following versions installed
```
INSTALLED VERSIONS
------------------
commit: 66be9c5db7d86ea385c3a4cd4295bfce67e3f25b
python: 3.6.2.final.0
python-bits: 64
OS: Darwin
OS-release: 16.7.0
machine: x86_64
processor: i386
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: en_US.UTF-8
xarray: 0.10.7+2.g66be9c5d
pandas: 0.20.3
numpy: 1.13.1
scipy: 0.19.1
netCDF4: 1.3.1
h5netcdf: 0.4.1
h5py: 2.7.1
Nio: None
zarr: 2.2.0
bottleneck: 1.2.1
cyordereddict: None
dask: 0.17.2
distributed: 1.21.6
matplotlib: 2.1.0
cartopy: 0.15.1
seaborn: 0.8.1
setuptools: 39.0.1
pip: 9.0.1
conda: None
pytest: 3.5.0
IPython: 6.1.0
sphinx: 1.6.5
```
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fillna error with distributed 332762756 |
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 2