I've the following in a query:
RETURN (3/5)*100 as total
current output: 0
desired output: 0.6
The problem is that it rounds decimal numbers to the lowest integer, so this way I can never compute a percentage. Does anyone know how to change this?
Hi all,
I'm building a django application with neo4j and have built 3 models. My question is how can I connect them with relationships and use this in a simple cypher query where data from at least 2 models is used?
Note that I added a comment (# key...
Hello,
I get the following error when I try to load a page containing data from a neo4j database in the view:
File "C:\Users\fhol\AppData\Local\Continuum\anaconda3\lib\ssl.py", line 1139, in do_handshake
self._sslobj.do_handshake()
FileNotFound...
Hi all,
I've created a database with neo4j desktop 4.0 and imported data (products.csv and orders.csv from the original neo4j load csv tutorial) into my database. Now I want to access this data from django with neomodel. Can anyone tell me how to do ...
Hi all,
When i follow the simple django neomodel tutorial, i encounter this error when running the following command:
python manage.py install_labels
File "C:\Users\xxxx\AppData\Local\Continuum\anaconda3\lib\ssl.py", line 1139,
in do_handshake ...
Thanks for your comment, really great to see how helpful people in this community are!
However, I did what you said and still encounter the same issue. So I'll add my settings and installations here:
> pip freeze
asgiref==3.2.7
certifi==2020.4.5.1
ch...
Thanks a lot! This resolved the issue. Now it results in another internal server error when I open the view in which I request data from the neo4j database in my locally hosted django website:
TypeError: join() argument must be str or bytes, not 'WSG...