Tag: Tech

Getting Started with Python Integration to SAS® Viya® – Part 14 – CAS Table to DataFrame

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll discuss how to bring a distributed CAS table back to your Python client as a DataFrame. In this example, I’m using Python on my laptop (Python client) to connect to the […]

Getting Started with Python Integration to SAS® Viya® – Part 14 – CAS Table to DataFrame was published on SAS Users.

Getting started with Python integration to SAS® Viya® – Part 13 – Loading a Client-Side CSV File into CAS

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In previous posts, I discussed how to connect to the CAS server, how to execute CAS actions, and how your data is organized on the CAS server. In this post I’ll discuss loading client-side CSV files into […]

Getting started with Python integration to SAS® Viya® – Part 13 – Loading a Client-Side CSV File into CAS was published on SAS Users.

Getting started with Python integration to SAS® Viya® – Part 12 – Count of Unique Values

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In previous posts, I discussed how to connect to the CAS server, working with CAS actions and CASResults objects, and how to summarize columns. Now it’s time to focus on how to get the count of unique values […]

Getting started with Python integration to SAS® Viya® – Part 12 – Count of Unique Values was published on SAS Users.

Understanding the _TYPE_ variable in output data sets

When you use PROC MEANS or PROC SUMMARY to create a summary data set and include a CLASS statement, SAS includes two variables, _FREQ_ and _TYPE_, in the output data set. This blog shows you two ways to interpret and use _TYPE_ using the data set Shoes in the SASHELP […]

Understanding the _TYPE_ variable in output data sets was published on SAS Users.

New certification alert: SAS® Certified Specialist: Administration of SAS® Viya®

Thank you to my co-author Raymond Thomas for his assistance on this post. Learn more about the SAS Certified Specialist: Administration of SAS Viya and how to prepare. Certification overview SAS is pleased to announce a new SAS Viya Administration certification. Recognizing the growing need of cloud computing and Kubernetes, […]

New certification alert: SAS® Certified Specialist: Administration of SAS® Viya® was published on SAS Users.