Commit a5ab800b authored by 张彦钊's avatar 张彦钊

split file

parent 3efa8a34
......@@ -86,7 +86,7 @@ def write_csv(df,name,n):
temp = df.iloc[i:]
else:
temp = df.loc[i:i + n]
temp.to_csv(path + name+ "/{}{}.csv".format(name,i), index=False)
temp.to_csv(path + name+ "/{}_{}.csv".format(name,i), index=False)
def get_predict(date,value_map):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment