ps update
This commit is contained in:
parent
68e9733c31
commit
1be1b4ce88
@ -74,7 +74,7 @@ def ps_r_site_param(id_site=None, nom_site=None, columns=None, last_update=False
|
|||||||
nval = 'param'
|
nval = 'param'
|
||||||
ntyp = 'type'
|
ntyp = 'type'
|
||||||
df = merge(df,dic, how='left', left_on='id_param', right_on='id', suffixes=(None,'_y'))\
|
df = merge(df,dic, how='left', left_on='id_param', right_on='id', suffixes=(None,'_y'))\
|
||||||
.drop(['id_y','id_param'],1) \
|
.drop(columns=['id_y','id_param']) \
|
||||||
.rename(columns={'description':'desc_param_ps', 'nom':nval})
|
.rename(columns={'description':'desc_param_ps', 'nom':nval})
|
||||||
|
|
||||||
if raw:
|
if raw:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user