Preview:
from sklearn.compose import ColumnTransformer
full_pipeline = ColumnTransformer([("num", num_pipeline, numerical_attribute), ("cat", OneHotEncoder(), categorical_attribute)])
full_df_prepared = full_pipeline.fit_transform(df)
full_df_prepared
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter