Tag: Tech

How to filter variables by percentage of missing values or duplicate values in SAS

This article discusses how to use SAS to filter variables in a dataset based on the percentage of missing values or duplicate values. The missing value statistics can be implemented by either DATA step programming on your own or reusing the existing powerful PROC FREQ.

How to filter variables by percentage of missing values or duplicate values in SAS 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.

How to compare SAS data tables for common/uncommon columns

SAS’ Leonid Batkhan shows you how to compare SAS data sets that include common and uncommon columns. You’ll learn how to color-code commonalities and differences in data tables in side-by-side columns and add a comments field to see greater detail.

How to compare SAS data tables for common/uncommon columns was published on SAS Users.

Gifts to give the SAS fan in your life

If you’re like me, you struggle to buy gifts. Most folks in my inner circle already have everything they need and most of what they want. Most folks, that is, except the tech-lovers. That’s because there’s always something new on the horizon. There’s always a new gadget or program. Or […]

Gifts to give the SAS fan in your life 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.