Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: SAS Equivalent of Macro variable in Python
Post: RE: SAS Equivalent of Macro variable in Python

SAS macro is much more flexible that the construction mentioned above in Python. SAS macro variable is taken any text. Like %let a=this is a text; contents of a is string between '=' and ';' Then it ...
FelixS General Coding Help 4 11,673 Mar-29-2019, 08:14 AM
    Thread: how to code in Python "where" clause of SAS
Post: RE: how to code in Python "where" clause of SAS

import pandas as pd import numpy as np import matplotlib.pyplot as plt # “%cd” is one of magic command. %cd C:\D\WinSAS\HF\HF13A\sb adsl = pd.read_sas('hf_f014.sas7bdat', format='sas7bdat') adsl # the...
FelixS General Coding Help 2 2,805 Mar-26-2019, 04:59 PM
    Thread: how to code in Python "where" clause of SAS
Post: how to code in Python "where" clause of SAS

I am newcomer in Python, I am expert in SAS, I have heard that Python is much more ... better than SAS. I am now trying to create in Python product doing the same as multi-module product in SAS, per...
FelixS General Coding Help 2 2,805 Mar-26-2019, 01:47 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020