RL-Stock icon indicating copy to clipboard operation
RL-Stock copied to clipboard

filename has "*" to be removed

Open danielliulihua opened this issue 3 years ago • 1 comments

for the file: get_stock_data.py you need to change line 46 from df_code.to_csv(f'{self.output_dir}/{row["code"]}.{row["code_name"]}.csv', index=False) to df_code.to_csv(f'{self.output_dir}/{row["code"]}.{row["code_name"].replace("*","")}.csv', index=False)

danielliulihua avatar Sep 21 '21 15:09 danielliulihua

thanks for your fix

quantumCom avatar Feb 12 '23 08:02 quantumCom