aschleg / petpy

Petpy is an easy-to-use and convenient Python wrapper for the Petfinder API. Includes methods for parsing output JSON into pandas DataFrames for easier data analysis
http://petpy.readthedocs.io
MIT License
28 stars 13 forks source link

Raise ValueError when count parameter exceeds 1,000 #6

Closed aschleg closed 6 years ago

aschleg commented 6 years ago

Current behavior is to return a blank DataFrame when returning a dataframe with return_df = True.

aschleg commented 6 years ago

Issue fixed with commit 9741f69. Added test.