Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software_development:python_pandas [2023/05/16 06:09] – [encoding_errors - 'ignore'] prgram | software_development:python_pandas [2025/07/07 14:12] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 127: | Line 127: | ||
Encoding 제대로 했는데도 안되면.. | Encoding 제대로 했는데도 안되면.. | ||
공공데이터가 이런 경우가 많음. | 공공데이터가 이런 경우가 많음. | ||
+ | |||
+ | Error tokenizing data. C error: EOF inside string starting at row 0 | 판다스 에러 | ||
+ | https:// | ||
+ | quoting=csv.QUOTE_NONE 파라미터 | ||
<code python> | <code python> |