작성
·
154
0
안녕하세요. 좋은 강의 잘 듣고 있습니다!
강의 영상을 똑같이 따라해보고 있는데,
[코드]
df_out['weather_code']=df_out['weather_code'].astype('category')
df_out['season'] = df_out['season'].astype('category')
df_out['year'] = df_out['year'].astype('category')
df_out['month'] = df_out['month'].astype('category')
df_out['hour'] = df_out['hour'].astype('category')
이 코드에서 자꾸 막힙니다..
똑같이 적은 것 같은데, 혹시 문제가 있을까요??
그 이전까지는 강의자료와 똑같이 실행이 됩니다..!
답변 2
0
0