Commit 4967508e authored by 张彦钊's avatar 张彦钊

add

parent dfcbc1e8
...@@ -19,7 +19,7 @@ def get_city(): ...@@ -19,7 +19,7 @@ def get_city():
print(df.head(6)) print(df.head(6))
print(df.shape) print(df.shape)
data.to_csv('/tmp/city.csv',index=False) df.to_csv('/tmp/city.csv',index=False)
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