Skip to content

Add datetime index when load from file #27

@Tim55667757

Description

@Tim55667757

At the end of LoadHistory:

if loadedHistory is not None and "datetime" in loadedHistory.columns:
    loadedHistory.set_index("datetime", inplace=True)

Metadata

Metadata

Assignees

Labels

TaskA small task or improvements

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions