Skip to content

Commit

Permalink
Fix broken json for notebook (apache#24183)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored and andreigurau committed Nov 17, 2022
1 parent e99b4d0 commit 132a941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -3492,4 +3492,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 132a941

Please sign in to comment.