Tag: python

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.

Adding SAS® procedures to the SASPy interface to Python

Bringing the power of SAS to your Python scripts can be a game changer. An easy way to do that is by using SASPy, a Python interface to SAS allowing Python developers to use SAS® procedures within Python. However, not all SAS procedures are included in the SASPy library. So, […]

Adding SAS® procedures to the SASPy interface to Python was published on SAS Users.

developer.sas.com 2.0: More than just a pretty interface

Site relaunches with improved content, organization and navigation. In 2016, a cross-divisional SAS team created developer.sas.com. Their mission: Build a bridge between SAS (and our software) and open source developers. The initial effort made available basic information about SAS® Viya® and integration with open source technologies. In June 2018, the […]

developer.sas.com 2.0: More than just a pretty interface was published on SAS Users.

Machine learning with SASPy: Exploring and preparing your data (part 2)

This article continues a series that began with Machine learning with SASPy: Exploring and preparing your data (part 1). Part 1 showed you how to explore data using SASPy with Python. Here, in part 2, you will learn how to begin to prepare your data to use it within a […]

Machine learning with SASPy: Exploring and preparing your data (part 2) was published on SAS Users.