From 3d1799b2d3c6626d4548dc0a5a361aee86ec8845 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Fri, 19 Sep 2025 08:46:12 +0000 Subject: [PATCH] Fix link to create_data.py in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b501e..0fcdf84 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ pip install neo4j - [`connect.py` - Connect to a Neo4j Graph Database](examples/connect.py) - [`run_cypher.py` - Run a Cypher statement](examples/run_cypher.py) -- [`create_data.py` - Read data from a CSV file and create nodes and relationships](examples/create.py) +- [`create_data.py` - Read data from a CSV file and create nodes and relationships](examples/create_data.py) - [`transaction.py` - Execute cypher in a transaction](examples/transaction.py) - [`export_to_dataframe.py` - Export data to a Pandas DataFrame ](examples/export_to_dataframe.py)