Skip to content

Commit a3a3ba3

Browse files
committed
revise decode error
1 parent 29e3726 commit a3a3ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-10-04-error_decode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ math: true
1818

1919
Pandas를 활용해서 csv 파일을 불러올 때 발생할 수 있는 에러에 대한 해결 방안입니다.
2020

21-
다음과 같이 pd.read_csv() 함수를 통해 csv 파일을 불러올 때 가끔 아래와 같은 애러가 발생합니다.
21+
다음과 같이 pd.read_csv() 함수를 통해 csv 파일을 불러올 때 가끔 아래와 같은 에러가 발생합니다.
2222

2323
```python
2424
data = pd.read_csv(PATH)

0 commit comments

Comments
 (0)