censusbatchgeocoder
censusbatchgeocoder copied to clipboard
A simple Python wrapper for U.S. Census Geocoding Services API batch service
alueError Traceback (most recent call last) in () 8 data_send=x_data[x-100:x] 9 data_send.to_csv('data1.csv',index=False) ---> 10 results = censusbatchgeocoder.geocode("data1.csv") 11 print("{} times".format(i)) 12 temp_data=pd.DataFrame(results)[["id","address","city","longitude","latitude"]] C:\ProgramData\Anaconda3\Lib\site-packages\censusbatchgeocoder\__init__.py in geocode(string_or_stream, **kwargs) 224 """ 225 obj...
```/home/ben/.virtualenvs/street-racing-map/local/lib/python2.7/site-packages/requests/adapters.pyc in send(self, request, stream, timeout, verify, cert, proxies) 488 489 except (ProtocolError, socket.error) as err: --> 490 raise ConnectionError(err, request=request) 491 492 except MaxRetryError as e: ConnectionError: ('Connection aborted.',...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.3 to 6.4.2. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.4.2 releases/v6.4.1 releases/v6.4.0 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1...