Skip to content

Instantly share code, notes, and snippets.

View selik's full-sized avatar

Michael Selik selik

  • Seattle
View GitHub Profile
#yelp cluster finder
import re
import collections
def yelp_find(filename,kw):
open_filename = open (filename, "rU")
kw_list=[]
business_dict={}
for line in open_filename: