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

change test file

parent 9ab9f978
...@@ -36,10 +36,10 @@ def Json(x): ...@@ -36,10 +36,10 @@ def Json(x):
def filter_na(x): def filter_na(x):
if x[0] == "0" or x[1] is None: if x[0] != "0" and x[1] is not None:
return False
else:
return True return True
else:
return False
def model(rdd): def model(rdd):
......
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