Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 278 Bytes

File metadata and controls

13 lines (8 loc) · 278 Bytes

Using neo4j Python driver

Basic script to read from a excel/CSV and insert to neo4j using a python driver.

Requirements

Install commands

pip3 install neo4j

Assuming a version of neo4j server or neo4j desktop is running a local instance of the server.