Last active
June 1, 2023 13:58
-
-
Save aakashns/8de7b03f241b787042be1a1e4afd91da to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
amount,duration,rate,down_payment | |
10000,36,0.08,20000 | |
200000,12,0.1, | |
628400,120,0.12,100000 | |
4637400,240,0.06, | |
42900,90,0.07,8900 | |
916000,16,0.13, | |
45230,48,0.08,4300 | |
991360,99,0.08, | |
423000,27,0.09,47200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
amount,duration,rate,down_payment | |
828400,120,0.11,100000 | |
4633400,240,0.06, | |
42900,90,0.08,8900 | |
983000,16,0.14, | |
15230,48,0.07,4300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
amount,duration,rate,down_payment | |
883000,16,0.14, | |
45230,48,0.07,4300 | |
100000,12,0.1, | |
728400,120,0.12,100000 | |
3637400,240,0.06, | |
82900,90,0.07,8900 | |
316000,16,0.13, | |
15230,48,0.08,4300 | |
991360,99,0.08, | |
323000,27,0.09,47200 | |
10000,36,0.08,20000 | |
528400,120,0.11,100000 | |
8633400,240,0.06, | |
12900,90,0.08,8900 |
in loans3.txt, on line 11 there's an error, can you please fix it. Thank You:)
done!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in loans3.txt, on line 11 there's an error, can you please fix it. Thank You:)