Commit 573e0080 authored by Your Name's avatar Your Name

dist test

parent 4c6919bf
......@@ -300,7 +300,6 @@ if __name__ == "__main__":
print("native rdd data")
native_data.show()
native_data_pd = native_data.toPandas()
native_data_pd.apply()
print("native pd data")
print(native_data_pd.head())
native_data_pd["cid_id1"] = native_data_pd["cid_id"].apply(trans)
......
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