Update main.py
Browse files
main.py
CHANGED
@@ -454,7 +454,7 @@ async def contexte(competence):
|
|
454 |
await cl.sleep(1)
|
455 |
for j in range(0, len(romeListArray)):
|
456 |
table = await datavisualisation_chiffres_cles_emplois("https://dataemploi.pole-emploi.fr/metier/chiffres-cles/NAT/FR/" + romeListArray[j])
|
457 |
-
plot_demandeur = plotDemandeur(htmlToDataframe(table[0]),
|
458 |
plot_salaire = plotSalaire(htmlToDataframe(table[1]))
|
459 |
plot_difficulte = plotDifficulte(htmlToDataframe(table[2]))
|
460 |
plot_repartitionContrat = plotRepartition(htmlToDataframe(table[3]), "Répartition des embauches du métier : type de contrat")
|
|
|
454 |
await cl.sleep(1)
|
455 |
for j in range(0, len(romeListArray)):
|
456 |
table = await datavisualisation_chiffres_cles_emplois("https://dataemploi.pole-emploi.fr/metier/chiffres-cles/NAT/FR/" + romeListArray[j])
|
457 |
+
plot_demandeur = plotDemandeur(htmlToDataframe(table[0]), romeListArray[j])
|
458 |
plot_salaire = plotSalaire(htmlToDataframe(table[1]))
|
459 |
plot_difficulte = plotDifficulte(htmlToDataframe(table[2]))
|
460 |
plot_repartitionContrat = plotRepartition(htmlToDataframe(table[3]), "Répartition des embauches du métier : type de contrat")
|