Skip to content

Commit

Permalink
update: data model for documentos_perfil_mensal
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Jan 21, 2025
1 parent 128c01d commit 278bb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/datasets/br_cvm_fi/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def clean_data_make_partitions_perfil(diretorio, table_id):
df_final[colunas_mapeamento] = df_final[colunas_mapeamento].applymap(
lambda x: cvm_constants.MAPEAMENTO.value.get(x, x)
)
df_final["CNPJ_FUNDO"] = df_final["CNPJ_FUNDO"].str.replace(r"[/.-]", "")
df_final["CNPJ_FUNDO_CLASSE"] = df_final["CNPJ_FUNDO_CLASSE"].str.replace(r"[/.-]", "")
df_final["CPF_CNPJ_COMITENTE_1"] = df_final["CPF_CNPJ_COMITENTE_1"].str.replace(
r"[/.-]", ""
)
Expand Down

0 comments on commit 278bb0e

Please sign in to comment.