issue_comments
4 rows where user = 2014301 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, reactions, created_at (date), updated_at (date)
user 1
- msaharia · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
485505651 | https://github.com/pydata/xarray/issues/2912#issuecomment-485505651 | https://api.github.com/repos/pydata/xarray/issues/2912 | MDEyOklzc3VlQ29tbWVudDQ4NTUwNTY1MQ== | msaharia 2014301 | 2019-04-22T18:32:30Z | 2019-04-22T18:36:38Z | NONE | DiagnosisThank you very much! I found this. For now, I will use the load() option. Loading netCDFs
Slower export
Faster export
|
{ "total_count": 9, "+1": 5, "-1": 0, "laugh": 1, "hooray": 1, "confused": 0, "heart": 1, "rocket": 1, "eyes": 0 } |
Writing a netCDF file is unexpectedly slow 435535284 | |
449217260 | https://github.com/pydata/xarray/issues/2623#issuecomment-449217260 | https://api.github.com/repos/pydata/xarray/issues/2623 | MDEyOklzc3VlQ29tbWVudDQ0OTIxNzI2MA== | msaharia 2014301 | 2018-12-21T02:13:51Z | 2018-12-21T02:13:51Z | NONE | Arrgh. You're right. Updated Pandas and Numpy and the error went away. Thanks a lot! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Why is my export to netcdf command leading to a __truediv__ error? 392816513 | |
449213052 | https://github.com/pydata/xarray/issues/2623#issuecomment-449213052 | https://api.github.com/repos/pydata/xarray/issues/2623 | MDEyOklzc3VlQ29tbWVudDQ0OTIxMzA1Mg== | msaharia 2014301 | 2018-12-21T01:57:51Z | 2018-12-21T01:57:51Z | NONE | Here it is: ``` xarray.Dataset { dimensions: hru = 17 ; time = 233 ; variables: int64 hru(hru) ; datetime64[ns] time(time) ; float64 pptrate(time, hru) ; pptrate:long_name = precipitation rate (instant) ; pptrate:units = kg m-2 s-1 ; int64 hruId(hru) ; hruId:long_name = ID defining the hydrologic response unit (instant) ; hruId:units = - ; float64 averageInstantRunoff(time, hru) ; int32 nSnow(time, hru) ; nSnow:long_name = number of snow layers (instant) ; nSnow:units = - ; int32 nSoil(time, hru) ; nSoil:long_name = number of soil layers (instant) ; nSoil:units = - ; int32 nLayers(time, hru) ; nLayers:long_name = total number of layers (instant) ; nLayers:units = - ; // global attributes: :summaVersion = v2.0.0 ; :buildTime = Mon Mar 26 17:11:28 MDT 2018 ; :gitBranch = develop-0-gcbbec4a ; :gitHash = cbbec4a639446a285366339f0a2a9680c7df1ed4 ; :soilStress = NoahType ; :stomResist = BallBerry ; :num_method = itertive ; :fDerivMeth = analytic ; :LAI_method = monTable ; :f_Richards = mixdform ; :groundwatr = bigBuckt ; :hc_profile = constant ; :bcUpprTdyn = nrg_flux ; :bcLowrTdyn = zeroFlux ; :bcUpprSoiH = liq_flux ; :bcLowrSoiH = drainage ; :veg_traits = CM_QJRMS1988 ; :canopyEmis = difTrans ; :snowIncept = lightSnow ; :windPrfile = logBelowCanopy ; :astability = louisinv ; :canopySrad = BeersLaw ; :alb_method = varDecay ; :snowLayers = CLM_2010 ; :compaction = anderson ; :thCondSnow = jrdn1991 ; :thCondSoil = funcSoilWet ; :spatial_gw = localColumn ; :subRouting = timeDlay ; :notPopulatedYet = notPopulatedYet ; }None ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Why is my export to netcdf command leading to a __truediv__ error? 392816513 | |
449167848 | https://github.com/pydata/xarray/issues/2623#issuecomment-449167848 | https://api.github.com/repos/pydata/xarray/issues/2623 | MDEyOklzc3VlQ29tbWVudDQ0OTE2Nzg0OA== | msaharia 2014301 | 2018-12-20T23:13:43Z | 2018-12-20T23:13:43Z | NONE | @shoyer Thank you! Here it is:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Why is my export to netcdf command leading to a __truediv__ error? 392816513 |
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 2