Python Integration to SAS® Viya® – Part 21 – Impute Missing Values

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll show how to impute missing values in a distributed CAS table using the fillna method from the Pandas API in the SWAT package and the impute CAS action. Load and prepare data […]

Python Integration to SAS® Viya® – Part 21 – Impute Missing Values was published on SAS Users.

Python Integration to SAS® Viya® – Part 20 – Remove Duplicate Rows

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll discuss how to remove duplicate rows from a distributed CAS table using the both the Pandas API in the SWAT package and the native CAS action. The Pandas API drop_duplicates method was […]

Python Integration to SAS® Viya® – Part 20 – Remove Duplicate Rows was published on SAS Users.