ValueError: variable encoding field is specified without a type; the type cannot be inferred because it does not match any column in the data.
1
df.columns = [x for x in df.columns]
정확한 이유는 모르겠지만.. 위처럼 컬럼 변경하면 문제없이 동작함
ValueError: variable encoding field is specified without a type; the type cannot be inferred because it does not match any column in the data.
1
df.columns = [x for x in df.columns]
정확한 이유는 모르겠지만.. 위처럼 컬럼 변경하면 문제없이 동작함
A new version of content is available.