Skip to content

as.data.frame method #44

Description

@PeteHaitch

NOTE: This is out-of-scope but I need somewhere to put this reminder

There are times when it's necessary to as.data.frame(HDF5Matrix). This goes via as.array(HDF5Matrix), necessitating 2 conversions (HDF5Matrix -> array -> data.frame) and associated memory allocations. A more efficient implementation would fill the data.frame directly form the HDF5 file.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions