Commit 4d53aa81 authored by 郭羽's avatar 郭羽

service model 优化

parent c8b33cee
...@@ -758,7 +758,7 @@ if __name__ == '__main__': ...@@ -758,7 +758,7 @@ if __name__ == '__main__':
itemDF = get_service_feature_df() itemDF = get_service_feature_df()
print(itemDF.columns) print(itemDF.columns)
print(itemDF.show(10, truncate=False)) print(itemDF.head(10))
# itemDF.to_csv("/tmp/service_{}.csv".format(endDay)) # itemDF.to_csv("/tmp/service_{}.csv".format(endDay))
# df.to_csv("/tmp/service_train_{}.csv".format(endDay)) # df.to_csv("/tmp/service_train_{}.csv".format(endDay))
......
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