Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 688 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 688 Bytes

yelppy

Simple functionality to convert yelp search API to pandas dataframe.

Installation

Use the package manager pip to install yelppy.

pip install yelppy

Usage

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')

Contributing

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.

License

MIT