Skip to content

Commit

Permalink
(fix) exports stat des new toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
IGF-PSD committed Sep 28, 2024
1 parent 9f52a3c commit 294d57b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions notebooks/2 - Simulation théorique.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,7 @@
" simulation_max_smic=config[\"SIMULATIONS\"][\"THEORETICAL\"][\"MAX_SMIC\"],\n",
" list_var_groupby=list_var_groupby,\n",
")\n",
"data_stat_des_jv = data_stat_des_jv.drop(\n",
" [\"secret_stat_primary\", \"secret_stat_secondary\"], axis=1\n",
").unstack()\n",
"data_stat_des_jv = data_stat_des_jv.unstack()\n",
"data_stat_des_jv.columns = [\n",
" \"_\".join(idx) for idx in data_stat_des_jv.columns.to_flat_index()\n",
"]\n",
Expand Down

0 comments on commit 294d57b

Please sign in to comment.