home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 323703742

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
323703742 MDU6SXNzdWUzMjM3MDM3NDI= 2139 From pandas to xarray without blowing up memory 10137 closed 0     15 2018-05-16T16:51:09Z 2020-10-14T19:34:54Z 2019-08-27T08:54:26Z NONE      

I have a billion rows of data, but really it's just two categorical variables, time, lat, lon and some data variables.

Thinking it would somehow help me get the data into xarray, I created a five level pandas MultiIndex array out of the data, but thus far this has not been successful. xarray tries to create a product and that's just not going to work..

Trying to write a NetCDF file has presented its own issues, and I'm left wondering if there isn't a much simpler way to go about this?

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