You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/11/15 21:21:31 UTC

[beam] 01/01: Fix broken json for notebook

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/notebook-fix-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 23ba8ba54ad1306046d2951bfa8064b9f9305f31
Author: Danny McCormick <da...@google.com>
AuthorDate: Tue Nov 15 16:21:16 2022 -0500

    Fix broken json for notebook
---
 examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb b/examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb
index b77a6356982..645d62d32be 100644
--- a/examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb
+++ b/examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb
@@ -1535,7 +1535,7 @@
         "numerical_cols = beam_df.select_dtypes(include=np.number).columns.tolist()\n",
         "categorical_cols = list(set(beam_df.columns) - set(numerical_cols))"
       ]
-    }
+    },
     {
       "cell_type": "code",
       "execution_count": null,
@@ -3492,4 +3492,4 @@
   },
   "nbformat": 4,
   "nbformat_minor": 0
-}
\ No newline at end of file
+}