We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9320a4 commit 687df1bCopy full SHA for 687df1b
graphdatascience/query_runner/neo4j_query_runner.py
@@ -176,6 +176,12 @@ def run_cypher(
176
message=r"^pandas support is experimental and might be changed or removed in future versions$",
177
)
178
179
+ # since 2025.04
180
+ warnings.filterwarnings(
181
+ "ignore",
182
+ message=r"The procedure has a deprecated field",
183
+ )
184
+
185
df = result.to_df()
186
187
if self._NEO4J_DRIVER_VERSION < SemanticVersion(5, 0, 0):
0 commit comments