Читать книгу SAS Viya - Kevin D. Smith - Страница 14

Closing the Connection

Оглавление

As with any network or file resource in Python, you should close your CAS connections when you are finished. They time out and disappear eventually if left open, but it’s always a good idea to clean them up explicitly.

In [25]: conn.close()

SAS Viya

Подняться наверх