Spaces:
Running
Running
Update app.py
Browse files
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())
|