Posts by gii • 5 points
2 posts
-
-1
votes1
answer46
viewsQ: Why does the list error Object has in the 'checks' attribute occur?
I’m building a program based on a class diagram, and it appears Attributeerror: 'list' Object has no attribute 'checks' when I print the list with the client’s checks class Cheque: def…
-
-2
votes1
answer197
viewsQ: Numeric types to Aggregate error
I’m making a program based on a file .csv, but when I run the program the error occurs No numeric types to aggregate. File part: datatime,app version,gender,money 02/09/2019,4,F,$7.43…