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 9a3df31 commit 3cf2bd5Copy full SHA for 3cf2bd5
graphdatascience/query_runner/neo4j_query_runner.py
@@ -137,7 +137,7 @@ def __configure_warnings_filter(self) -> None:
137
# be supported in the `graphdatascience` package.
138
warnings.filterwarnings(
139
"ignore",
140
- message=r"^pandas support is experimental and might be changed or removed in future versions$",
+ message=r".*pandas support is experimental and might be changed or removed in future versions.*",
141
)
142
143
warnings.filterwarnings("ignore", message=r".*The procedure has a deprecated field.*by 'gds.*")
0 commit comments