We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e3726 commit a3a3ba3Copy full SHA for a3a3ba3
_posts/2024-10-04-error_decode.md
@@ -18,7 +18,7 @@ math: true
18
19
Pandas를 활용해서 csv 파일을 불러올 때 발생할 수 있는 에러에 대한 해결 방안입니다.
20
21
-다음과 같이 pd.read_csv() 함수를 통해 csv 파일을 불러올 때 가끔 아래와 같은 애러가 발생합니다.
+다음과 같이 pd.read_csv() 함수를 통해 csv 파일을 불러올 때 가끔 아래와 같은 에러가 발생합니다.
22
23
```python
24
data = pd.read_csv(PATH)
0 commit comments