home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 193527245

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/783#issuecomment-193527245 https://api.github.com/repos/pydata/xarray/issues/783 193527245 MDEyOklzc3VlQ29tbWVudDE5MzUyNzI0NQ== 1217238 2016-03-08T00:36:14Z 2016-03-08T00:36:14Z MEMBER

Something like this might work to generate pathological chunks for dask.array:

dates = pandas.date_range('2000-01-01', freq='D', periods=1000) sizes = pandas.Series(dates, dates).resample('1M', how='count').values chunks = (tuple(sizes), (100,))

(I don't have xarray or dask installed on my work computer, but I could check this later)

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