Skip to content

Commit

Permalink
Update openfisca_france_data/pote/input_data_builder/before_script_po…
Browse files Browse the repository at this point in the history
…te_sas_to_parquet.py

Co-authored-by: Benoit Courty <[email protected]>
  • Loading branch information
clallemand and benoit-cty authored Aug 9, 2024
1 parent ae34fea commit 42ed5b8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
Ce script converti le fichier SAS de POTE en format parquet dans deux structures distinctes :
- Environs 3 000 fichiers parquets qui contiennent chacun toutes les colonnes mais seulement 100 000 lignes
- Un fichier par colonne avec toutes les lignes.
- Un fichier Excel de statistiques descriptives des colonnes.
"""
import pandas as pd
import json
import gc
Expand Down

0 comments on commit 42ed5b8

Please sign in to comment.