diff --git a/notebooks/Build_within_Python.html b/notebooks/Build_within_Python.html index 64dd4cc..274a872 100644 --- a/notebooks/Build_within_Python.html +++ b/notebooks/Build_within_Python.html @@ -131,7 +131,7 @@
-/tmp/ipykernel_2133/1143012394.py:13: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
+/tmp/ipykernel_2150/1143012394.py:13: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
node_template = pd.concat([node_template, new], ignore_index=True)
-CPU times: user 656 ms, sys: 67.3 ms, total: 723 ms
-Wall time: 616 ms
+CPU times: user 1.1 s, sys: 52.1 ms, total: 1.15 s
+Wall time: 1.03 s