Skip to content

rename and update LHDFStore + add open_hdf (like in xw_excel.py) #614

Open
@alixdamman

Description

@alixdamman

TODO:

  • add open_hdf function
  • implement put(key, value, attrs) method:
     arr = ndtest((3, 3))
     with LHDFStore(filepath) as store:
         store.put(key='arr', value=arr, attrs={'type': 'Array'})
  • update documentation of argument filepath of Axis/Group/LArray.to_hdf to tell it can also be a LHDFStore instance

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