Skip to content

Add track_times flag for HDFStore put method #32682

Closed
@krysma

Description

@krysma

When adding table to HDF using put method of HDFStore, it would be good to have option to set track_times flag used in pytables in method create_table. Thanks to this flag it is possible to stop tracking of times the file was changed. This is causing problems when versioning the HDF files and using checksums.

For this, it is necessary to propagate this flag from: https://github.com/pandas-dev/pandas/blob/master/pandas/io/pytables.py#L973 to this line: https://github.com/pandas-dev/pandas/blob/master/pandas/io/pytables.py#L4144

Metadata

Metadata

Assignees

No one assigned

    Labels

    IO HDF5read_hdf, HDFStore

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions