Simple functionality to convert yelp search API to pandas dataframe.
Use the package manager pip to install yelppy.
pip install yelppy
Before using the package, please get the yelp api from Yelp
import yelppy
# returns 'pandas.dataframe'
df = yelppy.query_api('API_KEY','Search_term','Location')
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.