Tag: python

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.

Getting Started with Python Integration to SAS® Viya® – Part 1 – Making a Connection

Welcome to the first post for the Getting Started with Python Integration to SAS Viya series! With the popularity of the Python programming language for data analysis and SAS Viya’s ability to integrate with Python, I thought, why not create tutorials for users integrating the two? To begin the series […]

Getting Started with Python Integration to SAS® Viya® – Part 1 – Making a Connection was published on SAS Users.

Extending Excel with Python and SAS Viya

Whether you like it or not, Microsoft Excel is still a big hit in the data analysis world. From small to big customers, we still see fit for daily routines such as filtering, generating plots, calculating items on ad-hoc analysis or even running statistical models. Whenever I talk to customers, […]

Extending Excel with Python and SAS Viya was published on SAS Users.

Machine Learning with SASPy: Exploring and Preparing your data – Part 3

Parts 1 and 2 of this blog post discussed exploring and preparing your data using SASPy. To recap, Part 1 discussed how to explore data using the SASPy interface with Python. Part 2 continued with an explanation of how to prepare your data to use it with a machine-learning model. […]

Machine Learning with SASPy: Exploring and Preparing your data – Part 3 was published on SAS Users.