the Real saspy
This release changes almost everything about saspy. In version 1 saspy only had a submit method to enable the sas_kernel. It now has much much more.
Here are the highlights:
- Transfer of SAS datasets and Pandas dataframes
- SAS Data object which provides methods for working with data in SAS. Here is a few of the methods (see the doc for the complete list)
- Graphics (histogram, barchart, heatmap)
- Partitioning data
- Scoring data
- Assessing models
- Filtering (where, keep, drop)
- SAS Result object to store and display ODS results from modeling and data analysis
- Support for connections to SAS Grid Manager, PC SAS, and any other SAS IOM interface (even the mainframe)
- Analytical modeling methods
- Statistics
- Machine Learning
- Econometric Time Series (ETS)
- Quality Control
- Documentation using Sphinx: https://sassoftware.github.io/saspy/index.html