Bryon Jacob
Bryon Jacob
In a SQL or SPARQL response, the literal string value `'NONE'` (case-insensitive) is converted into the python value `None`: ``` >>> datadotworld.query('bryon/odin-2015-2016', 'SELECT ?value WHERE{ BIND("NONE" AS ?value)}', query_type='sparql').table [OrderedDict([('value',...
Support for more possible types as query parameters should be added. `date` and `datetime` should map naturally to their XSD counterparts: https://docs.python.org/3/library/datetime.html To give the developer complete capability to express...
I just tried to install mzgeohash from pypi, and I got the following ``` $ pip install mzgeohash Collecting mzgeohash Using cached https://files.pythonhosted.org/packages/77/54/48e792a0fa9ff39550feed21c2c4e4bf583b2862a96e879bd1e3969c1e09/mzgeohash-1.0.0.tar.gz Complete output from command python setup.py egg_info:...