SAS Users
Providing technical tips and support information, written for and by SAS users.
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
The new customer experience is here
SAS SVP Kimberly May announces the launch of the new SAS Customer Service Portal.
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