Category: SAS

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.

SAS Documentation Feedback

SAS Documentation is a wonderful resource. I have spent lots of time reading and searching through it, learning new things, refreshing existing knowledge, or trying to work out why something I am doing is not working. Very rarely you might encounter an…

SAS 9.4 M8 … Some Surprises

Something I, and others, have been looking forward to for a while has been the release of SAS® 9.4 M8, and so I was excited to see Margaret Crevar’s SAS Communities post about it: SAS 9.4 M8 is now available!!. Chris Hemedinger also posted a…

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.