Skip to content
Snippets Groups Projects
Commit 7b71bfa3 authored by Terry Liao's avatar Terry Liao
Browse files

Auto stash before merge of "master" and "origin/master"

parent 79310e54
No related merge requests found
...@@ -21,6 +21,8 @@ def data_process(tweet,model): ...@@ -21,6 +21,8 @@ def data_process(tweet,model):
if city in location.lower(): if city in location.lower():
#generalize city name #generalize city name
location=city location=city
else:
return None
p_tweet={ p_tweet={
'_id':id, '_id':id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment