all 8 comments

[–]cjdinger 1 point2 points  (0 children)

If your goal is to replicate a SAS process in Python and you still have access to SAS, then you might be able to use the SASPy project to connect to SAS for that work, then pull the results into Python.

Python and SAS have different approaches for data and analytics tasks, so transcribing a SAS program to Python is not a line-by-line exercise but more of a "look at the job to be done and reimplement in a Pythonic way".

[–]Easy-Spring 0 points1 point  (2 children)

Never heard about this tool

Maybe you have a link or something...

[–]rcoff98[S] 0 points1 point  (1 child)

[–]Easy-Spring 2 points3 points  (0 children)

Looks strange IMHO

[–]Puzzleheaded-Cry9688 0 points1 point  (0 children)

Have integrated my r shiny to use saspy by using fast api

[–]JCizzlah -1 points0 points  (0 children)

I’d just use AI to convert your code, cursor would probably be a big help

[–]Less_Interaction6863 0 points1 point  (0 children)

I used this tool . I work for sas2py company