Skip to content

append() vs put(..., append=True) #5

Description

@afrubin

Currently, store.append(data) and store.put(data, append=Truehave different implementations instore_wrapper.HDFStore`. While this mirrors the pandas API, it is confusing having two implementations.

We should consider replacing the .append() implementation with a call to .put(..., append=True).

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