Tag: python

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 5 – Loading Server-Side Files into Memory

Welcome to the fifth 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, how to work with the results, and how your data is organized on the CAS server. In […]

Getting Started with Python Integration to SAS® Viya® – Part 5 – Loading Server-Side Files into Memory was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 4 – Exploring Caslibs

Welcome to the fourth 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 understand how your data is organized […]

Getting Started with Python Integration to SAS® Viya® – Part 4 – Exploring Caslibs was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 3 – Loading a CAS Action Set

Are you looking for a specific CAS action to use in your project? Maybe you need to create a linear or logistic regression and can’t seem to find the CAS action? In this post in the Getting Started with Python Integration to SAS® Viya® series, we are going to look […]

Getting Started with Python Integration to SAS® Viya® – Part 3 – Loading a CAS Action Set was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 2 – Working with CAS Actions and CASResults Objects

In the second post of the Getting Started with Python Integration to SAS® Viya® series we will learn about Working with CAS Actions and CASResults Objects. CAS actions are commands sent to the CAS server to run a task, and CASResults objects contain information returned from the CAS server. This […]

Getting Started with Python Integration to SAS® Viya® – Part 2 – Working with CAS Actions and CASResults Objects was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Index

Index of articles on Getting Started with Python Integration to SAS® Viya®. Part 1 – Making a Connection Part 2 – Working with CAS Actions and CASResults Objects Part 3 – Loading a CAS Action Set Part 4 – Exploring Caslibs Part 5 – Uploading Data into CAS Part 6 […]

Getting Started with Python Integration to SAS® Viya® – Index was published on SAS Users.

How to save Jupyter notebooks in assorted formats

Learning never stops. When SAS had to change this year’s SAS Global Forum (SGF) to a virtual event, everyone was disappointed. I am, however, super excited about all of the papers and stream of video releases over the last month (and I encourage you to register for the upcoming live […]

How to save Jupyter notebooks in assorted formats was published on SAS Users.

Continuous Integration/Continuous Delivery – Using Python and REST APIs for SAS Visual Analytics reports

With increasing interest in Continuous Integration/Continuous Delivery (CI/CD), many SAS Users want to know what can be done for Visual Analytics reports. In this article, I will explain how to use Python and SAS Viya REST APIs to extract a report from a SAS Viya environment and import it into another environment.

Continuous Integration/Continuous Delivery – Using Python and REST APIs for SAS Visual Analytics reports was published on SAS Users.