issue_comments
2 rows where issue = 258884482 and user = 900941 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- data_vars option added to open_mfdataset · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
330672715 | https://github.com/pydata/xarray/pull/1580#issuecomment-330672715 | https://api.github.com/repos/pydata/xarray/issues/1580 | MDEyOklzc3VlQ29tbWVudDMzMDY3MjcxNQ== | guziy 900941 | 2017-09-19T21:02:53Z | 2017-09-19T21:02:53Z | CONTRIBUTOR | Thanks @spencerahill py.test seems to be working Cheers |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
data_vars option added to open_mfdataset 258884482 | |
330663981 | https://github.com/pydata/xarray/pull/1580#issuecomment-330663981 | https://api.github.com/repos/pydata/xarray/issues/1580 | MDEyOklzc3VlQ29tbWVudDMzMDY2Mzk4MQ== | guziy 900941 | 2017-09-19T20:29:58Z | 2017-09-19T20:31:01Z | CONTRIBUTOR | Thanks @spencerahill: I have run the flake8 test and modified the whats-new.rst. I think I need more guidance with the tests. I tried using nosetests and get the following exceptions (I am sure I am doing smth wrong here): ``` $ nosetests /Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/matplotlib/init.py:917: UserWarning: axes.hold is deprecated. Please remove it from your matplotlibrc and/or style files. warnings.warn(self.msg_depr_set % key) /Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/matplotlib/rcsetup.py:152: UserWarning: axes.hold is deprecated, will be removed in 3.0 warnings.warn("axes.hold is deprecated, will be removed in 3.0") E ====================================================================== ERROR: Failure: AttributeError (module 'pytest' has no attribute 'config') Traceback (most recent call last): File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/imp.py", line 244, in load_module return load_package(name, filename) File "/Users/huziy/anaconda/envs/py3.6/lib/python3.6/imp.py", line 216, in load_package return _load(spec) File "<frozen importlib._bootstrap>", line 675, in _load File "<frozen importlib._bootstrap>", line 655, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 678, in exec_module File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed File "/Users/huziy/PythonProjects/xarray/xarray/tests/init.py", line 130, in <module> _SKIP_FLAKY = not pytest.config.getoption("--run-flaky") AttributeError: module 'pytest' has no attribute 'config' Ran 1 test in 0.582s FAILED (errors=1) ``` Cheers |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
data_vars option added to open_mfdataset 258884482 |
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