2nd_quarto

Packages

library(tidyverse)

Import data

Всего в таблице 734 строчек и 11 столбцов

Explore data

Data summary
Name heroes
Number of rows 734
Number of columns 11
_______________________
Column type frequency:
character 8
numeric 3
________________________
Group variables None

Variable type: character

skim_variable n_missing complete_rate min max empty n_unique whitespace
name 0 1.00 1 25 0 715 0
Gender 29 0.96 4 6 0 2 0
Eye color 172 0.77 3 23 0 22 0
Race 304 0.59 5 18 0 61 0
Hair color 172 0.77 3 16 0 29 0
Publisher 15 0.98 4 17 0 24 0
Skin color 662 0.10 3 14 0 16 0
Alignment 7 0.99 3 7 0 3 0

Variable type: numeric

skim_variable n_missing complete_rate mean sd p0 p25 p50 p75 p100 hist
…1 0 1.00 366.50 212.03 0.0 183.25 366.5 549.75 733 ▇▇▇▇▇
Height 217 0.70 186.73 59.25 15.2 173.00 183.0 191.00 975 ▇▁▁▁▁
Weight 239 0.67 112.25 104.15 2.0 61.00 81.0 108.00 900 ▇▁▁▁▁

Figure