SASPy¶
Date: Dec 18, 2020 Version: 3.6.4
Binary Installers: http://github.com/sassoftware/saspy/releases
Source Repository: http://github.com/sassoftware/saspy
Issues and Ideas: https://github.com/sassoftware/saspy/issues
This project provides Python APIs to the SAS system. You can start a SAS session and run analytics from Python through a combination of object-oriented methods and Python magics.
- Overview
- Installation and configuration
- Getting started
- API Reference
- Advanced topics
- Using Batch mode
- Prompting
- Moving values between Python Variables and SAS Macro Variables
- Slow performance loading SAS data into a Pandas DataFrame ( to_df(), sd2df() )
- Slow performance loading a DataFrame into a SAS data set; df2sd()
- Using Proc iomoperate to find Object Spawner hosts and Workspace Server ports
- Disconnecting from an IOM session and reconnecting back to it.
- Configuring Grid Option Sets to have saspy run on a specific Queue.
- Dates, Times and Datetimes, Oh my!
- Advanced sd2df and df2sd techniques
- Contributing new methods
- Limitations, restrictions and work arounds
- Troubleshooting
- License