Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-08-2022 06:20 PM
I´'m running this example for Neo4j and Python in a Local environment,
so this instruction returns an empty dataframe :
time = gds.run_cypher("MATCH p=()-[r:P2P]->() RETURN r.transactionDateTime.year AS year, count(*) AS countOfTransactions ORDER BY year")
The same cypher query in Neo4j Browser returns data , there's any parameter gds.run_cypher that can be setting for timeout execution ? I suspect it have to be some abou execution time
python 3.10
graph data science 1.3
neo4j 4.4.6
Thanks in advance
Solved! Go to Solution.
09-09-2022 11:34 AM - edited 09-09-2022 11:35 AM
Solved !! It was obvious , since I'm getting authenticate I have to provide de inicial database where the data are, instead default database is logon
09-09-2022 11:34 AM - edited 09-09-2022 11:35 AM
Solved !! It was obvious , since I'm getting authenticate I have to provide de inicial database where the data are, instead default database is logon
All the sessions of the conference are now available online