SAS Users
Providing technical tips and support information, written for and by SAS users.
Announcing the SAS Customer Recognition Awards
SAS' Chris Hemedinger announces the SAS Customer Recognition Awards, which applaud SAS customers and partners helping us change the world through analytics.
Getting Started with Python Integration to SAS® Viya® - Part 15 - Count Missing Values in a CAS Table
Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I'll discuss how to count missing values in a CAS table using the Python SWAT package. Load and prepare data First, I connect my Python client to the distributed CAS server and named
Getting Started with Python Integration to SAS Viya for Predictive Modeling - Index
Welcome to my series on getting started with Python integration to SAS Viya for predictive modeling. Exploring Data - Learn how to explore the data before fitting a model Working with Dates - Learn how to format a SAS Date and calculate a new column Imputing Missing Values - Learn