We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
아마 타입 변환이 제대로 안된것 아닌가 싶다. params 등 뭔가가 dict가 아닌 list로 인식되고 있다던지.. 그래서 디버거 돌려보면서 생각해보기로 했다. =>해결. csv 첫 줄인 스키마를 갖고 오면서 생기는 문제였다.
Sorry, something went wrong.
num_of_pages=1인 경우, 가장 큰 initial df에다가 응답df+주소df(series) 결합한 새 df를 append 하는 가공 작업을 해줘야 하는데, 그걸 안해줘서 문제.
그래서 for i in range(2, num_of_pages + 1):로 돼있던 곳에서 숫자 2를 1로 바꾸고, if i>1: 이란 조건문 추가해 줌.
반복되는 로직을 함수로 빼야 하는데, 그게 무엇이고 필요한 인자는 뭔가.
secureWKkim
No branches or pull requests
The text was updated successfully, but these errors were encountered: