Skip to content

PerformanceWarning while saving to h5 #5

@a-zmz

Description

@a-zmz

while caching behaviour.Behaviour.get_positional_rate output, we get:

PerformanceWarning:
your performance may suffer as PyTables will pickle object types that it cannot
map directly to c-types [inferred_type->integer,key->axis0_level0] [items->None]

Both dfs has consistent data type float64, and index is int64. Tried to use pd.HDFStore to save data, but for big data it needs something specific.
So currently not sure why, and the only downside now is that it does not compress as much.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions