pytspl.io.data_loaders.forex_loader

Attributes

FOREX_DATA_FOLDER

Functions

load_forex_data(→ tuple)

Load the forex data and return the simplicial complex and coordinates.

Module Contents

pytspl.io.data_loaders.forex_loader.FOREX_DATA_FOLDER
pytspl.io.data_loaders.forex_loader.load_forex_data() tuple[source]

Load the forex data and return the simplicial complex and coordinates.

Returns:
tuple:

SimplicialComplex: The simplicial complex of the forex data. dict: The coordinates of the nodes. If the coordinates do not exist, the coordinates are generated using spring layout. dict: The flow data of the forex data.