Skip to content

Commit

Permalink
add billboard chart
Browse files Browse the repository at this point in the history
  • Loading branch information
statkclee committed May 29, 2024
1 parent 79238b2 commit dc3c774
Show file tree
Hide file tree
Showing 12 changed files with 232 additions and 147 deletions.
4 changes: 2 additions & 2 deletions _freeze/chatgpt_viz_202406/execute-results/html.json

Large diffs are not rendered by default.

Binary file modified _freeze/chatgpt_viz_202406/figure-revealjs/unnamed-chunk-16-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _freeze/chatgpt_viz_202406/figure-revealjs/unnamed-chunk-17-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions chatgpt_viz_202406.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,3 @@ include-in-header:

{{< include slideshow/202404-sch/reference.qmd >}}






327 changes: 188 additions & 139 deletions docs/chatgpt_viz_202406.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/billboard_gt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -17771,5 +17771,12 @@
"title": "챗GPT 데이터 시각화",
"section": "인터랙티브 그래프",
"text": "인터랙티브 그래프\n\n\n\n\n\n\n\n그림 4: 산점도와 상자그림"
},
{
"objectID": "chatgpt_viz_202406.html#k-pop-빌보드-hot-100",
"href": "chatgpt_viz_202406.html#k-pop-빌보드-hot-100",
"title": "챗GPT 데이터 시각화",
"section": "K-POP 빌보드 HOT 100",
"text": "K-POP 빌보드 HOT 100\n\n작업흐름인포그래픽대시보드\n\n\n\n\n\n\n\ngraph TD\n A[나무위키 &lt;br&gt; 크롤링]\n A --&gt; C[데이터 전처리&lt;br&gt;데이터프레임]\n C --&gt; E[Billboard API]\n C --&gt; F[데이터 시각화&lt;br&gt; ggplot + gt]\n F --&gt; G[대시보드&lt;br&gt;Quarto 문서 작성]\n E --&gt; G\n G --&gt; I[gh-pages 배포]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n’\n\n\n\n\n\n\n소스코드"
}
]
2 changes: 1 addition & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@
</url>
<url>
<loc>https://r2bit.com/bitSlide/chatgpt_viz_202406.html</loc>
<lastmod>2024-05-26T15:02:44.237Z</lastmod>
<lastmod>2024-05-29T03:11:00.443Z</lastmod>
</url>
<url>
<loc>https://r2bit.com/bitSlide/slideshow/202406-viz/seoul-r-meeup.html</loc>
Expand Down
Binary file added img/billboard_gt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions slideshow/202406-viz/data-viz-journalism.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,37 @@ moon_pacific_map |>
aes(label = 국가.x, x = lon, y = lat), size = 3, segment.size = 0.2)
```
:::

## K-POP 빌보드 HOT 100 {.smaller}

::: panel-tabset
### 작업흐름

```{mermaid}
%%| fig-align: center
graph TD
A[나무위키 <br> 크롤링]
A --> C[데이터 전처리<br>데이터프레임]
C --> E[Billboard API]
C --> F[데이터 시각화<br> ggplot + gt]
F --> G[대시보드<br>Quarto 문서 작성]
E --> G
G --> I[gh-pages 배포]
```

### 인포그래픽

![](img/billboard_gt.png){fig-align="center" width="378"}

### 대시보드

<iframe width="1200" height="500" src="https://statkclee.github.io/billboard/" title="K-POP 빌보드 HOT 100" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>'

::: aside

- [소스코드](https://github.com/statkclee/billboard)

:::

:::

0 comments on commit dc3c774

Please sign in to comment.