missingno (1) 썸네일형 리스트형 [기타 데이터] Starwars 케릭터 분석 1 (데이터 확인 / 질문) Starwars Character 분석 데이터 출처 : https://dplyr.tidyverse.org/reference/starwars.html - 스타워즈 캐릭터의 성별 비율 - 성별에 따른 캐릭터 신장의 분포 - 가장 무거운 캐릭터와 가장 가벼운 캐릭터 - 스타워즈 캐릭터의 키와 몸무게의 상관관계 1. 데이터 확인 # 기본 패키지 불러오기 import math import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns plt.style.use("seaborn") sns.set(font_scale = 1) import plotly.express as px import chart_s.. 이전 1 다음