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...
-
handig https://www.shanelynn.ie/summarising-aggregation-and-grouping-data-in-python-pandas/ import pandas factuurlines = pd.read_csv(...
-
Importeer CSV naar Dataframe import pandas factuurlines = pd.read_csv("df_debet_geschoond.csv",sep=";",engine='pyt...
-
The Pandas loc indexer can be used with DataFrames for two different use cases: a.) Selecting rows by label/index b.) Selecting r...