5강의 작업형1-2문제 오류
대신 답변드립니다. 위와 같은 문제가 발생한 이유는 아래와 같습니다. The “int object is not callable” error occurs when you declare a variable and name it with a built-in function name such as int(), sum(), max(), and others.아마도 len = int(len(df)*.7) 하시고 한번 더 변수명을 지정해주셔서 인 것 같습니다. 해결책은 del len하고 다시 시행하시면 됩니다. 관련해서 ref와 제가 동일한 문제 해결 한 부분을 공유드립니다.도움이 되시길 바랍니다 :)(ref : https://m.blog.naver.com/passionisall/221828106961)(사진)