Skip to content

Instantly share code, notes, and snippets.

@pcorpet
Created July 12, 2019 15:04
Show Gist options
  • Save pcorpet/1db8056df152a0c74fb439c51f7f4b63 to your computer and use it in GitHub Desktop.
Save pcorpet/1db8056df152a0c74fb439c51f7f4b63 to your computer and use it in GitHub Desktop.
Snippet of the documentation of job group's data.
// How one would talk about various companies in this job group:
// In French: "chez Axa, Groupama ou ...", "à la BNP, au Crédit agricole".
// This data was manually built by Bayes Impact's Content Team over the years.
string at_various_companies = 24;
// Feminine version of what_i_love_about field.
// This data was manually built by Bayes Impact's Content Team over the years.
string what_i_love_about_feminine = 25;
// The (at most 11) top departements in terms of offer/demand ratio, in descending order.
// This data comes from Pôle emploi Information sur le Marché du Travail (IMT).
repeated DepartementStats best_departements = 26;
// The national market score (offer/demand ratio).
// This data comes from Pôle emploi Information sur le Marché du Travail (IMT).
float national_market_score = 27;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment