Tag: Tech

Getting Started with Python Integration to SAS® Viya® – Part 17 – Saving CAS tables

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll discuss saving CAS tables to a caslib’s data source as a file. This is similar to saving pandas DataFrames using to_ methods. Load and preview the CAS table First, I imported the […]

Getting Started with Python Integration to SAS® Viya® – Part 17 – Saving CAS tables was published on SAS Users.

Getting Started with Python Integration to SAS Viya for Predictive Modeling – Working with Dates

In part 1 of this series, we examined our data before building any models. Among the discoveries was a column that seemed to contain a SAS date value. Here, we will discuss what exactly is meant by a ‘SAS date’, how to format it correctly, and how to create a […]

Getting Started with Python Integration to SAS Viya for Predictive Modeling – Working with Dates was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 16 – Execute SQL

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll discuss how to execute SQL with the Python SWAT package in the distributed CAS server. Prepare and load data to the CAS server I created a Python function named createDemoData to prepare […]

Getting Started with Python Integration to SAS® Viya® – Part 16 – Execute SQL was published on SAS Users.

Getting Started with Python Integration to SAS® Viya® – Part 15 – Count Missing Values in a CAS Table

Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In this post I’ll discuss how to count missing values in a CAS table using the Python SWAT package. Load and prepare data First, I connect my Python client to the distributed CAS server and named […]

Getting Started with Python Integration to SAS® Viya® – Part 15 – Count Missing Values in a CAS Table was published on SAS Users.

Getting Started with Python Integration to SAS Viya for Predictive Modeling – Index

Welcome to my series on getting started with Python integration to SAS Viya for predictive modeling. Exploring Data – Learn how to explore the data before fitting a model Working with Dates – Learn how to format a SAS Date and calculate a new column Imputing Missing Values – Learn […]

Getting Started with Python Integration to SAS Viya for Predictive Modeling – Index was published on SAS Users.

Getting Started with Python Integration to SAS Viya for Predictive Modeling – Exploring Data

Welcome to the first post in my series Getting Started with Python Integration to SAS Viya for Predictive Modeling. I’m going to dive right into the content assuming you have minimal knowledge on SAS Cloud Analytic Services (CAS), CAS Actions and Python. For some background on these subjects, refer to […]

Getting Started with Python Integration to SAS Viya for Predictive Modeling – Exploring Data was published on SAS Users.