SASPy¶
Date: Nov 22, 2019 Version: 3.1.8
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() )
- 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.
- Contributing new methods
- Troubleshooting
- License