home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 38277990

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
38277990 MDU6SXNzdWUzODI3Nzk5MA== 187 Proposal: support using dictionaries for labeled indexing 1217238 closed 0     0 2014-07-21T05:52:00Z 2014-12-11T22:28:19Z 2014-12-11T22:28:19Z MEMBER      

A recent discussion on the Python Ideas mailing list proposed adding keyword indexing to Python's syntax (e.g., x[time='2010']): https://mail.python.org/pipermail/python-ideas/2014-July/028250.html

In that thread, someone suggested using a dictionary for labeled indexing, as an alternative to adding new syntax. Although dedicated syntax would be nicer, I think we should consider adding this feature to xray, so we can write lines like this:

python x[dict(time='2010')] = 10

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/187/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 0.758ms · About: xarray-datasette