censusbatchgeocoder icon indicating copy to clipboard operation
censusbatchgeocoder copied to clipboard

A simple Python wrapper for U.S. Census Geocoding Services API batch service

Results 9 censusbatchgeocoder issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies
github_actions