Sonuç

Tidyverse’a Giriş

David Robinson

Chief Data Scientist, DataCamp

R ile veriyi dönüştürme ve görselleştirme

ggplot(by_year_continent, aes(x = year, y = totalPop, color = continent)) +
    geom_point() +
    expand_limits(y = 0)

conclusion2.png

Tidyverse’a Giriş

Sonraki adımlar: Veri görselleştirme

Tidyverse’a Giriş

Veri bilimi yolculuğunuz keyifli olsun!

Tidyverse’a Giriş

Preparing Video For Download...