Added Amortization Table #9017
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors
Ruff (PD901):
financial/amortization_table.py#L82
financial/amortization_table.py:82:5: PD901 Avoid using the generic variable name `df` for DataFrames
|
Ruff (PIE808):
financial/amortization_table.py#L83
financial/amortization_table.py:83:21: PIE808 Unnecessary `start` argument in `range`
|
Ruff (PD901):
financial/amortization_table.py#L95
financial/amortization_table.py:95:5: PD901 Avoid using the generic variable name `df` for DataFrames
|
Ruff (PD901):
financial/amortization_table.py#L96
financial/amortization_table.py:96:5: PD901 Avoid using the generic variable name `df` for DataFrames
|
ruff
Process completed with exit code 1.
|