SAS Press gets in the Valentine’s Day spirit.
The post Isn’t SAS Romantic? appeared first on SAS Learning Post.
How to spot counterfeit company logos with AI – no SAS programming experience needed
As one of SAS’ newest systems engineers, recently joining the Americas Artificial Intelligence Team, I’m incredibly excited to gain expertise in artificial intelligence and machine learning. I also look forward to applying my knowledge to enable others to leverage the advanced technologies that SAS offers. However, as a recent graduate […]
How to spot counterfeit company logos with AI – no SAS programming experience needed was published on SAS Users.
Convert a text-based measurement to a number in SAS
Regular expressions are a powerful method for finding specific patterns in text. The syntax of regular expressions is intimidating, but once you’ve solved a few pattern-recognition problems with regex, you’ll never go back to your old methods.
The post Convert a text-based measurement to a number in SAS appeared first on The SAS Dummy.
Fundamentals of SAS Visual Analytics geo maps
Creating a map with SAS Visual Analytics begins with the geographic variable. This blog post explains the first type of geography variable that VA supports: predefined. Future posts will cover the other two types of geography variables in VA: custom coordinates and custom polygons.
Fundamentals of SAS Visual Analytics geo maps was published on SAS Users.
How to split a raw file or a data set into many external raw files
Recently, I worked on a cybersecurity project that entailed processing a staggering number of raw text files about web traffic. Millions of rows had to be read and parsed to extract variable values. The problem was complicated by the varying records composition. Each external raw file was a collection of […]
How to split a raw file or a data set into many external raw files was published on SAS Users.
Webpage scraping made easy with PROC HTTP
SAS Press author Matt Windham shows you how to use the SAS procedure PROC HTTP to grab raw data from a website.
The post Webpage scraping made easy with PROC HTTP appeared first on SAS Learning Post.