구독자수
269,000
조회수
76,595,282
비디오수
4,548
댓글단 사람수
438,753
댓글수
462,176
평균 댓글수
102
긍정 댓글 (비율)
135,739 (34%)
중립 댓글 (비율)
31,497 (8%)
부정 댓글 (비율)
235,080 (58%)
youtube_sentiment = transpose(sentiment_ojs) // Create a dropdown menu of the youtube viewof youtubeDropdown = Inputs.select( youtube_sentiment.map(d => d.videoId), { label: "동영상 선택하세요", unique: true } )
html`<iframe width="560" height="315" src=${`https://www.youtube.com/embed/${youtubeDropdown}`} title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe>`
Inputs.table( youtube_sentiment.filter(d => d.videoId === youtubeDropdown), { layout: "auto", columns: ["긍정", "부정", "중립", "댓글수", "긍정비율", "중립비율", "부정비율"] } )