Added Amortization Table #9019
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 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 (F841):
financial/amortization_table.py#L82
financial/amortization_table.py:82:5: F841 Local variable `df` is assigned to but never used
|
Ruff (PIE808):
financial/amortization_table.py#L83
financial/amortization_table.py:83:21: PIE808 Unnecessary `start` argument in `range`
|
Ruff (F821):
financial/amortization_table.py#L89
financial/amortization_table.py:89:5: F821 Undefined name `amor_table`
|
Ruff (F821):
financial/amortization_table.py#L90
financial/amortization_table.py:90:5: F821 Undefined name `amor_table`
|
Ruff (F821):
financial/amortization_table.py#L92
financial/amortization_table.py:92:9: F821 Undefined name `amor_table`
|
Ruff (F821):
financial/amortization_table.py#L92
financial/amortization_table.py:92:37: F821 Undefined name `amor_table`
|
Ruff (F821):
financial/amortization_table.py#L93
financial/amortization_table.py:93:9: F821 Undefined name `amor_table`
|
Ruff (F821):
financial/amortization_table.py#L94
financial/amortization_table.py:94:13: F821 Undefined name `amor_table`
|
Ruff (F821):
financial/amortization_table.py#L94
financial/amortization_table.py:94:40: F821 Undefined name `amor_table`
|