Skip to content

read_hdf opens file in RW instead of read-only #980

Closed
@gdementen

Description

@gdementen

I think changing the line:

    with LHDFStore(filepath_or_buffer) as store:

to:

    with LHDFStore(filepath_or_buffer, mode='r') as store:

should be enough to fix this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions