home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 510149218

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/3089#issuecomment-510149218 https://api.github.com/repos/pydata/xarray/issues/3089 510149218 MDEyOklzc3VlQ29tbWVudDUxMDE0OTIxOA== 5635139 2019-07-10T17:12:05Z 2019-07-10T17:12:05Z MEMBER

I was also surprised by the prevalence of 3.5.

If I filtered down to this month, it's down to about half of each of 3.6 & 3.7, but still 20% of users on python3:

sql SELECT REGEXP_EXTRACT(details.python, r"^\d*\.\d*") version, COUNT(*) ct FROM `the-psf.pypi.downloads*` WHERE file.project = 'xarray' AND _TABLE_SUFFIX > FORMAT_DATE( '%Y%m%d', DATE_TRUNC(CURRENT_DATE(), month)) GROUP BY 1 ORDER BY 1

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  465984161
Powered by Datasette · Queries took 3.698ms · About: xarray-datasette