Tag: Developer

Getting Started with Python Integration to SAS® Viya® – Part 11 – Rename Columns

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 to summarize columns. Now it’s time to focus on how to rename columns in CAS tables. Load and explore data […]

Getting Started with Python Integration to SAS® Viya® – Part 11 – Rename Columns was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 10 – Group and Aggregate CAS Tables

Group and aggregate CAS tables 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 to summarize columns. Now it’s time to focus on how to group and aggregate CAS […]

Getting Started with Python Integration to SAS® Viya® – Part 10 – Group and Aggregate CAS Tables was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 9 – Summarize Columns

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 to filter CAS tables. Now it’s time to focus on how to summarize columns. Load and explore data Let’s first load […]

Getting Started with Python Integration to SAS® Viya® – Part 9 – Summarize Columns was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 8 – Creating Calculated Columns

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 to filter CAS tables. Now it’s time to focus on creating calculated columns on a CAS table. Load and explore […]

Getting Started with Python Integration to SAS® Viya® – Part 8 – Creating Calculated Columns was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 7 – Filtering CAS Tables

Welcome to the seventh installment in 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 to work with the results. Now it’s time to learn how to filter CAS tables. Load and explore data […]

Getting Started with Python Integration to SAS® Viya® – Part 7 – Filtering CAS Tables was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 6 – Descriptive Statistics

Welcome to the sixth installment in 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 to work with the results. Now it’s time to generate simple descriptive statistics of a CAS table. Let’s begin […]

Getting Started with Python Integration to SAS® Viya® – Part 6 – Descriptive Statistics was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 6 – Descriptive Statistics

Welcome to the sixth installment in 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 to work with the results. Now it’s time to generate simple descriptive statistics of a CAS table. Let’s begin […]

Getting Started with Python Integration to SAS® Viya® – Part 6 – Descriptive Statistics was published on SAS Users.

CAS-Action! Executing the SAS DATA Step in SAS Viya

Just because you are using CAS actions doesn’t mean you can forget about the powerful SAS DATA step. The dataStep.runCode CAS action is here! Welcome back to my SAS Users blog series CAS Action! – a series on fundamentals. I’ve broken the series into logical, consumable parts. If you’d like […]

CAS-Action! Executing the SAS DATA Step in SAS Viya was published on SAS Users.