sassoftware / python-swat

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 Python.
Other
144 stars 61 forks source link

Future Warning #142

Closed Hossein-Tohidi closed 1 year ago

Hossein-Tohidi commented 1 year ago

I am recently getting these warning messages: C:\Users\username\Anaconda3\lib\site-packages\swat\cas\connection.py:1589: FutureWarning: the 'line_terminator'' keyword is deprecated, use 'lineterminator' instead. data.to_csv(filename, encoding='utf-8', C:\Users\username\Anaconda3\lib\site-packages\swat\cas\connection.py:1424: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead. for key, value in df.dtypes.iteritems():

bkemper24 commented 1 year ago

Thanks for pointing these out. I will look into getting them fixed.

bkemper24 commented 1 year ago

These are fixed in python-swat release 1.12.2