.. Copyright SAS Institute :tocdepth: 5 .. image:: https://user-images.githubusercontent.com/17710182/171252212-4af121a6-72d9-4234-b6cf-2a0d31eb8bf7.png ***** SASPy ***** **Date**: |today| **Version**: |version| **Source Repository:** ``_ **Issues and Ideas:** ``_ **Example Repo:** ``_ ************* What is this? ************* This module 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 or explicit SAS code submission. You can move data between SAS data sets and Pandas dataframes and exchange values between python variables and SAS macro variables. The APIs provide interfaces for the following: * Start a SAS session on the same host as Python or a remote host. * Exchange data between SAS data sets and Pandas data frames. * Use familiar methods such as ``describe()`` and ``head()`` to work with data. Additional functionality such as machine learning, econometrics, and quality control are organized in Python classes. See :doc:`getting-started` for programming examples. ************ Dependencies ************ - Python3.4 or higher. - SAS 9.4 or higher. SAS Viya 3.1 or higher is also supported. - To use the integrated object method (IOM) access method (one of four connection methods) requires Java 7 or higher on the client. You can connect to SAS on any platform that is supported for the specified SAS releases. .. toctree:: install configuration getting-started api advanced-topics adding-procedures limitations troubleshooting license Index ===== * :ref:`genindex`