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

add print for check

parent 7c19f8a6
import pymysql import pymysql
import pandas as pd import pandas as pd
from utils import * from utils import *
...@@ -58,6 +56,7 @@ def get_eachCityDiaryTop3000(): ...@@ -58,6 +56,7 @@ def get_eachCityDiaryTop3000():
file_name = DIRECTORY_PATH + "diaryTestSet/{0}DiaryTop3000.csv".format(i) file_name = DIRECTORY_PATH + "diaryTestSet/{0}DiaryTop3000.csv".format(i)
data.to_csv(file_name,index=False) data.to_csv(file_name,index=False)
print("成功保存{}地区DiaryTop3000".format(i))
if __name__ == "__main__": if __name__ == "__main__":
......
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