home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 67332234

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
67332234 MDU6SXNzdWU2NzMzMjIzNA== 386 "loosing" virtual variables 10194086 closed 0     4 2015-04-09T10:35:31Z 2015-04-20T03:55:44Z 2015-04-20T03:55:44Z MEMBER      

Once I take a mean over virtual variables, they are not available any more.

import pandas as pd import numpy as np import xray t = pd.date_range('2000-01-01', '2000-12-31', freq='6H') x = np.random.rand(*t.shape) time = xray.DataArray(t, name='t', dims='time') ts = xray.Dataset({'x' : ('time', x), 'time' : time}) ts_mean = ts.groupby('time.date').mean() ts_mean.virtual_variables

Is this intended behaviour? And could I get them back somehow?

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/386/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
  • 4 rows from issue in issue_comments
Powered by Datasette · Queries took 0.646ms · About: xarray-datasette