python-swat
python-swat copied to clipboard
The SAS Scripting Wrapper for Analytics Transfer (SWAT) package is the Python client to SAS Cloud Analytic Services (CAS). It allows users to execute CAS actions and process the results all from Pyth...
If you have formats on only a few columns in a CAS table and try to apply the formats to the SASDataFrame, the swat package converts all columns to objects,...
Why is there a read_sas() method but no to_sas() method?
On a Viya 4 environment, I have published the sas-cas-server-default-bin and ..default-http services as NodePorts. A conscious decision has been taken to not deploy them as LoadBalancers in order to...
I'm using both saspy [for sas_kernel/jupyter as well as some of our 9.4 systems and SAS Grid], as well as SWAT for working directly with CAS. I spent quite a...
Since Python 3.9, Python has included the [`zoneinfo`](https://docs.python.org/3/library/zoneinfo.html) module for timezone conversions. Much of the Python ecosystem has moved over to this rather than depending on the somewhat idiosyncratic `pytz`...
The copies of `zlib` included in `tkcop.dll` and `tkezlib.dll` rely on the 1.2.13 versions of the package, where the current version is 1.3.1: Because SWAT and TK don't directly expose...
Hi, it would be very helpful if formats could be applied to computed variables - especially when working with date/time columns. The functionality seems to be there, but it's breaking...
Hello, I am trying to write a file to the CAS server from Python and I get this error: `pip install swat import swat import getpass import os import pandas...
Hi, now that python 3.12 has been out there for several months, is it planned to update this package to support python 3.12, and if so do you have any...
Could you please make sure that we can install the latest package with pip on osx? Currently, when you install swat on OSX using "pip install swat" command, you get...