Skip to content

Commit

Permalink
fix partition data
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Sep 24, 2023
1 parent 0716ea7 commit 38ce373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/datasets/br_stf_corte_aberta/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def partition_data(df: pd.DataFrame, column_name: list[str], output_directory: s
# mode = "a" if os.path.exists(csv_path) else "w"
df_partition.to_csv(
csv_path,
sep=";",
sep=",",
index=False,
encoding="utf-8",
na_rep="",
Expand Down

0 comments on commit 38ce373

Please sign in to comment.