Electric Power Demand Forecast Contest

Algorithm | Structured | Regression | Public | SMAPE

  • moneyIcon Prize : 600만원
  • 859 Users Completed

 

4. 패널데이터로 정리하기와 관련된 R코드입니다. na값을 없애고 보고싶다면 na.rm을 추가해주시면 됩니다...

2019.10.17 11:40 5,201 Views

4. 패널데이터로 정리하기와 관련된 R코드입니다. na값을 없애고 보고싶다면 na.rm을 추가해주시면 됩니다.

 

library(dplyr)

library(tidyverse)

test <- test %>% gather(place_id, target, -Time)