Skip to content

Consider using DataFrame or xarray internally #3

@florian-huber

Description

@florian-huber

Currently the data is stored in COO form with

  • .row & .column for the 2D indexing
  • .data as a numpy structured array which essentially is a table, able to contain different data types.

This functionality is also provided by pandas DataFrames or xarray Datasets which would bring more functionalities and make the code more readible. Main questions are:

  • Effort worth it?
  • How about performance?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions