Skip to content

Commit 6d90193

Browse files
committed
Update day-10 TIL
1 parent 40fef64 commit 6d90193

File tree

10 files changed

+3
-3
lines changed

10 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

content/post/DevCourse/day-10.md renamed to content/post/DevCourse/day-10/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ plt.show()
132132

133133
![temperature-data](day-10-7.png)
134134

135-
#### 데이터 시각화2 - 기상청 날씨 정보 표현하기
135+
#### 데이터 시각화3 - 제목에 사용되는 단어의 빈도
136136
```python
137137
import requests
138138
from bs4 import BeautifulSoup
@@ -177,8 +177,8 @@ plt.show()
177177
```
178178
![frequency](day-10-8.png)
179179

180-
#### 데이터 시각화 3 - 스크래핑한 내용으로 단어구름 만들기
181-
- 데이터 시각화 2와 같은 조건에서 스크래핑한 내용으로 단어구름을 만든다.
180+
#### 데이터 시각화 4 - 스크래핑한 내용으로 단어구름 만들기
181+
- 데이터 시각화 3와 같은 조건에서 스크래핑한 내용으로 단어구름을 만든다.
182182
```python
183183
# 스크래핑에 사용되는 라이브러리
184184
import requests

0 commit comments

Comments
 (0)