mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-28 11:17:47 +00:00
11 lines
219 B
Python
11 lines
219 B
Python
|
|
import pandas as pd
|
||
|
|
|
||
|
|
Path = str
|
||
|
|
FileName = str
|
||
|
|
DataSource = tuple[Path, FileName]
|
||
|
|
DataCollection = list[DataSource]
|
||
|
|
|
||
|
|
ReturnSeries = pd.Series
|
||
|
|
ForwardReturnSeries = pd.Series
|
||
|
|
XDataFrame = pd.DataFrame
|
||
|
|
ySeries = pd.Series
|