From 070130eaf7231c2d11ce29ecfec6d3fdad2fd947 Mon Sep 17 00:00:00 2001 From: Daniel Marcous Date: Wed, 4 Sep 2019 20:53:17 +0300 Subject: [PATCH] Update full_flow_solution.ipynb fix network id issue --- solution-example/full_flow_solution.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solution-example/full_flow_solution.ipynb b/solution-example/full_flow_solution.ipynb index 8781eaf..cfe4b9e 100644 --- a/solution-example/full_flow_solution.ipynb +++ b/solution-example/full_flow_solution.ipynb @@ -576,7 +576,7 @@ "# Remove the device_id from index and Add network id to each data set\n", "for i in range(4):\n", " networks_fs[i].reset_index(level\u003d0, inplace\u003dTrue)\n", - " networks_fs[i][\"network_id\"] \u003d 0" + " networks_fs[i][\"network_id\"] \u003d i" ] }, { @@ -753,4 +753,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}