stub
This stub serves an example for module developers.
Analysis
Bases: AnalysisInterface
Stub for analyzing the report.
Source code in src/stocktracer/analysis/stub.py
analyze()
As a stub, this does nothing
Returns:
Type | Description |
---|---|
Optional[pd.DataFrame]
|
Optional[pd.DataFrame]: Always None, since the stub doesn't analyze anything. |
Source code in src/stocktracer/analysis/stub.py
Last update:
July 3, 2023