home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 665250379

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
665250379 MDU6SXNzdWU2NjUyNTAzNzk= 4266 docstrings for groupby reductions don't work in IPython 2448579 closed 0     2 2020-07-24T15:36:26Z 2020-11-25T23:55:18Z 2020-11-25T23:55:18Z MEMBER      

In IPython, python ds = xr.tutorial.load_dataset("air_temperature") ds.air.groupby("lat").mean? gives output Object `mean` not found.

BUT this does work. python print(ds.air.groupby("lat").mean.__doc__)

`` Reduce this DataArrayGroupBy's data by applyingmean` along some dimension(s).

Parameters

dim : str or sequence of str, optional Dimension(s) over which to apply mean.

... ```

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4266/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

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