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

add

parent f7100909
......@@ -77,7 +77,8 @@ def name_short():
df['core_name'] = third_names
print(df.head(6))
df.to_csv("/tmp/"+"name_28.csv",index=None)
df.to_csv("/tmp/"+"name_29.csv",index=None,encoding="utf_8_sig")
df.to_csv("/tmp/" + "name_30.csv", index=None, encoding="utf_8")
......
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