Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ameliore builder erfs fpr #255

Merged
merged 14 commits into from
Apr 24, 2024
Merged

Ameliore builder erfs fpr #255

merged 14 commits into from
Apr 24, 2024

Conversation

clallemand
Copy link
Contributor

New features

  • Améliore la construction des variables contrat_de_travail et heures_remunerees_volumes avec l'erfs_fpr
    • Utilisations des variables sp00 à sp12 qui décrivent le statut d'activité sur les douze derniers mois pour prendre en compte la part de travail connue dans l'année

Copy link
Member

@benjello benjello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

J'ai mis quelques changements de forme, mais le reste m'a l'air très correct.

@@ -599,7 +622,17 @@ def create_contrat_de_travail(individus, period, salaire_type = 'imposable'):
),
'contrat_de_travail'
] = 1

# on met à temps partiel les personnes qui se déclarent en temps plein au moment de l'enquète mais qui ont des périodes d'inactivité dans l'année
temps_plein_to_switch = (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uiliser un temre explicite en français, c'est mieux me semble-t-il.

# On vérfie que celles qu'on a créées jusqu'ici sont correctes
assert (individus.query('salaire == 0').contrat_de_travail == 6).all()
assert (individus.query('(contrat_de_travail == 1) & (salaire > 0)').heures_remunerees_volume < 35).all()
#

axes = (individus.query('(contrat_de_travail == 1) & (salaire > 0)').hhc).hist(bins=100)
axes.set_title("Heures (hhc)")
# individus.query('(contrat_de_travail == 1) & (salaire > 0)').hhc.isnull().sum() = 489
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On peut virer cette ligne

@clallemand clallemand merged commit 11e389b into master Apr 24, 2024
12 checks passed
@clallemand clallemand deleted the ameliore_builder_erfs_fpr branch May 23, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants