All sh*t in one place!
Project description
Ivanov
##=====================
All sh*t in one place!
##=====================
a ##Example: sas = SASMA(user='sas', password='pass') df_from_sas = sas.read_dataset(tablename='AAA', libname='CPC_AD') print(df_from_sas.head()) sas.write_dataset(df=df_from_sas, libname='WORK', tablename='IVANOV') sas.endsas()
sas = SASCS(user='srvSASCSPROD_LOAD', password='pass') df_from_sas = sas.read_dataset(tablename='ENTITY_MASTER', libname='dabt_sub') print(df_from_sas.head()) sas.write_dataset(df=df_from_sas, libname='WORK', tablename='IVANOV') sas.endsas()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ivanov-0.2.7.tar.gz
(11.7 kB
view hashes)
Built Distribution
ivanov-0.2.7-py3-none-any.whl
(12.6 kB
view hashes)