mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-28 19:27:47 +00:00
8dd2d88740
* chore(Linter): reformatted code with black * Create black.yaml
12 lines
220 B
Python
12 lines
220 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
|