home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where author_association = "NONE" and issue = 656089264 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • equaeghe 1

issue 1

  • combine_first of Datasets changes dtype of variable present only in one Dataset · 1 ✖

author_association 1

  • NONE · 1 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1070998603 https://github.com/pydata/xarray/issues/4220#issuecomment-1070998603 https://api.github.com/repos/pydata/xarray/issues/4220 IC_kwDOAMm_X84_1iRL equaeghe 601177 2022-03-17T15:46:28Z 2022-03-17T15:46:28Z NONE

Issue still present in recent xarray.

Output of <tt>xr.show_versions()</tt> INSTALLED VERSIONS ------------------ commit: None python: 3.9.9 (main, Jan 9 2022, 21:37:30) [GCC 11.2.0] python-bits: 64 OS: Linux OS-release: 5.15.26-gentoo-a machine: x86_64 processor: AMD Ryzen 7 PRO 4750U with Radeon Graphics byteorder: little LC_ALL: None LANG: nl_NL.UTF-8 LOCALE: ('nl_NL', 'UTF-8') libhdf5: 1.10.5 libnetcdf: 4.8.1 xarray: 0.21.1 pandas: 1.4.1 numpy: 1.22.2 scipy: 1.7.3 netCDF4: 1.5.8 pydap: None h5netcdf: None h5py: 3.3.0 Nio: None zarr: None cftime: 1.5.2 nc_time_axis: None PseudoNetCDF: None rasterio: None cfgrib: None iris: None bottleneck: 1.3.2 dask: 2022.02.0 distributed: None matplotlib: 3.5.1 cartopy: None seaborn: 0.11.2 numbagg: None fsspec: 2022.01.0 cupy: None pint: None sparse: None setuptools: 60.9.2 pip: 22.0.3 conda: None pytest: None IPython: 7.31.1 sphinx: 4.4.0 /usr/lib/python3.9/site-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.")
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  combine_first of Datasets changes dtype of variable present only in one Dataset 656089264

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 716.444ms · About: xarray-datasette