musiclicn / deep_finance

apply deep learning/ neural network to analysis stock price
5 stars 2 forks source link

filter out NAN row #11

Open musiclicn opened 7 years ago

musiclicn commented 7 years ago

df_sub = df[['close', 'cur_lable']] df_sub = df_sub.dropna()