dinsdag 15 januari 2019
BODS aanroepen SQL en PLSQL procedure
In BODS script oracle aanroepen
sql('OJZSTGA1_BTL',' begin createPivotTable(\'CONTROLELIJST_BESCHIKTE_VOORZIENING_JGD_2017\',\'voorzieningsoort\',\'c\'); end; ');
sql('OJZSTGA1_BTL','begin suffie(); end;');
sql('OJZSTGA1', 'truncate table DWH_DOEL.JW_STG_GEBIED_WIJK');
Abonneren op:
Reacties (Atom)
Datums bepalen adhv begin en einddatum in Dataframe
Voorbeeld op losse velden ####################################################################### # import necessary packages from datetime...
-
Importeer CSV naar Dataframe import pandas factuurlines = pd.read_csv("df_debet_geschoond.csv",sep=";",engine='pyt...
-
Deployment of a Flask application for public access requires a real webserver be installed in front of the application. That, in turn...
-
handig https://www.shanelynn.ie/summarising-aggregation-and-grouping-data-in-python-pandas/ import pandas factuurlines = pd.read_csv(...