User exercise

After the views have been created, use SQL to read back the counts and verify the totals with the row counts produced for the original dataframes:

%sqlselect count(*) from global_temp.df_view  union allselect count(*) from global_temp.test_view union allselect count(*) from global_temp.sumdf_view union allselect count(*) from global_temp.out_sd_view

Get Practical Predictive Analytics now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.