For normal SAS software, one can use the Python package SASPy
inorder to connect to a SAS server, retrieve data and manipulate the data with Python code. However, this package does not seem to work for SAS EG. Does anyone know how to import data from SAS EG servers in a Python IDE?
For example:
SAS EG Server name: Server1
Table name: Table1
What code would you run in a Python IDE to print that table from SAS EG