Skip to content

Commit

Permalink
Update openfisca_france_data/erfs_fpr/input_data_builder/step_03_vari…
Browse files Browse the repository at this point in the history
…ables_individuelles.py

Co-authored-by: Mahdi Ben Jelloul <mahdi.benjelloul@gmail.com>
  • Loading branch information
clallemand and benjello committed Apr 24, 2024
1 parent 0b1dd71 commit fbad462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def create_contrat_de_travail(individus, period, salaire_type = 'imposable'):

# d abord on recupere le mois de l'enquete
individus['mois_enquete'] = [int(str(i)[4:6]) for i in individus.datdeb]
assert (individus.mois_enquete.isin(range(9,13))).all()
assert (individus.mois_enquete.isin(range(9, 13))).all()

# # on ne prend que les mois de l'année en cours donc on n'a pas le même nombre de mois connus selon le mois de l'enquête

Expand Down

0 comments on commit fbad462

Please sign in to comment.