https://github.com/mynameisvinn/pystae
unofficial python client for stae api
https://github.com/mynameisvinn/pystae
api data-science dataset python stae-api
Last synced: 8 months ago
JSON representation
unofficial python client for stae api
- Host: GitHub
- URL: https://github.com/mynameisvinn/pystae
- Owner: mynameisvinn
- License: mit
- Created: 2017-04-16T15:39:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T23:10:48.000Z (about 9 years ago)
- Last Synced: 2025-01-27T23:03:40.424Z (over 1 year ago)
- Topics: api, data-science, dataset, python, stae-api
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# pystae
pystae provides a simple interface to obtain stae datasets. datasets are returned in a data scientist friendly dataframe.
## Installation
install with `pip install pystae` or from source:
```
git clone github.com/mynameisvinn/PyStae
cd PyStae
python setup.py install # install
python setup.py develop # or fetch requirements and install
```
## Requirements
pystae depends on [requests](http://docs.python-requests.org/en/latest/).
## Examples
```
from pystae import fetch_businesses
df = fetch_businesses(municipalityId='jers-nj')
print df.head() # dataframe of jersey city businesses
```
## Stae Documentation
for official documentation on stae api, go [here](https://docs.municipal.systems/)
## Todo
* add local caching