home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 126205116

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
126205116 MDU6SXNzdWUxMjYyMDUxMTY= 716 pandas date_range as index causes TypeError on repr 5497186 closed 0     2 2016-01-12T15:33:20Z 2016-01-13T22:17:00Z 2016-01-13T22:17:00Z NONE      

love this library btw, much thanks.

```

import pandas as pd import numpy as np import xray pd.version u'0.17.1' np.version '1.10.4' xray.version '0.6.1' import pytz import datetime datetime_index = pd.date_range(start=datetime.datetime.now(), tz=pytz.timezone('America/New_York'), periods=32, freq='1h') da = xray.DataArray(data=a, dims=['example', 'channel', 'row', 'column'], coords={'example': datetime_index, 'channel': np.arange(1), 'row': np.arange(28), 'column': np.arange(28)}) print da Traceback (most recent call last): [...] TypeError: data type not understood ```

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

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