issue_comments
3 rows where issue = 587048587 and user = 10194086 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- weighted operations: performance optimisations · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
630387515 | https://github.com/pydata/xarray/issues/3883#issuecomment-630387515 | https://api.github.com/repos/pydata/xarray/issues/3883 | MDEyOklzc3VlQ29tbWVudDYzMDM4NzUxNQ== | mathause 10194086 | 2020-05-18T19:21:55Z | 2020-10-27T14:27:50Z | MEMBER | ```python %load_ext line_profiler import numpy as np import xarray as xr from xarray.core.weighted import Weighted as w shape_weights = (1000, 1000) shape_data = (1000, 1000, 10) add_nans = False def lprun_weighted(shape_weights, shape_data, add_nans, skipna=None):
%lprun -f w._reduce -f w._weighted_mean -f w._sum_of_weights -f w._weighted_sum -f w.init -f lprun_weighted -u 1e-03 lprun_weighted(shape_weights, shape_data, add_nans, skipna=None) ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
weighted operations: performance optimisations 587048587 | |
633918109 | https://github.com/pydata/xarray/issues/3883#issuecomment-633918109 | https://api.github.com/repos/pydata/xarray/issues/3883 | MDEyOklzc3VlQ29tbWVudDYzMzkxODEwOQ== | mathause 10194086 | 2020-05-26T09:33:40Z | 2020-05-26T09:34:25Z | MEMBER |
and
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
weighted operations: performance optimisations 587048587 | |
603717924 | https://github.com/pydata/xarray/issues/3883#issuecomment-603717924 | https://api.github.com/repos/pydata/xarray/issues/3883 | MDEyOklzc3VlQ29tbWVudDYwMzcxNzkyNA== | mathause 10194086 | 2020-03-25T08:49:45Z | 2020-03-25T08:49:45Z | MEMBER | maybe relevant: #1995 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
weighted operations: performance optimisations 587048587 |
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