datacipen commited on
Commit
a1bf97e
·
verified ·
1 Parent(s): 6116afe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -896,7 +896,7 @@ def create_repartition(array_value, selectedData, theme):
896
  plot_bgcolor = 'rgba(255, 255, 255, 1)'
897
 
898
  df_FT = API_France_Travail(array_value)
899
-
900
  ######## localisation ########
901
  df = df_FT[['intitule','typeContratLibelle','experienceLibelle','lieuTravail','secteurActiviteLibelle']].copy()
902
  df["lieuTravail"] = df["lieuTravail"].apply(lambda x: x['libelle']).apply(lambda x: x[0:3]).apply(lambda x: x.strip())
 
896
  plot_bgcolor = 'rgba(255, 255, 255, 1)'
897
 
898
  df_FT = API_France_Travail(array_value)
899
+ print(df_FT)
900
  ######## localisation ########
901
  df = df_FT[['intitule','typeContratLibelle','experienceLibelle','lieuTravail','secteurActiviteLibelle']].copy()
902
  df["lieuTravail"] = df["lieuTravail"].apply(lambda x: x['libelle']).apply(lambda x: x[0:3]).apply(lambda x: x.strip())