Skip to content

Should HDFStore raise an Exception or a Warning when I remove a nonexistent object? #3446

Closed
@danielballan

Description

@danielballan

Here is a case where I where the HDFStore would complain:

In [60]: store
Out[60]: 
<class 'pandas.io.pytables.HDFStore'>
File path: water/expected2.h5
/spelling            series       (shape->[2])

In [61]: store.remove('spellllling')

Is there a reason to keep it silent?

Metadata

Metadata

Assignees

No one assigned

    Labels

    API DesignBugIO DataIO issues that don't fit into a more specific label

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions