Altair SLC building a better interface to Python using a SLC macro sandwich
Too long to post to a listserv, see github
https://github.com/rogerjdeangelis/utl-altair-slc-a-better-interface-to-python-using-a-slc-macro-sandwich
Better interface to python using a macro sandwich
I have had some issues with proc python, using more recent python and numpy.
Although you cannot use a macro wrapper, you can execute macros and
resolve macro variables and slc macros inside your python sandwich.
Macro in this repo, on end of this message and in
https://github.com/rogerjdeangelis/utl-macros-used-in-many-of-rogerjdeangelis-repositories
PROBLEM
create a slc sas dataset as select name, sex from [panda dataframe] where sex=F
CONTENTS
1 usage
2 documentation
3 input
4 process
5 output slc sas dataset
6 files created
7 log
8 sandwich macros