download_socrata

Download data from Socrata open data portals.


License
Other
Install
pip install download_socrata==0.0.2

Documentation

Get metadata from Socrata sites. ::

    from socrata import metadata
    for dataset in metadata('https://data.cityofnewyork.us'):
        print(dataset)