Skip to content

Commit

Permalink
ensure the AI Company ID to Entity ID data has only distinct rows (#116)
Browse files Browse the repository at this point in the history
closes #101
  • Loading branch information
cjyetman authored Feb 10, 2024
1 parent 091921a commit a349890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run_pacta_data_preparation.R
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ factset_entity_id__ar_company_id <-
select(
factset_entity_id = "factset_id",
ar_company_id = "company_id"
)
) %>%
distinct()
readRDS(factset_entity_info_path) %>%
pacta.data.preparation::prepare_entity_info(factset_entity_id__ar_company_id) %>%
saveRDS(file.path(data_prep_outputs_path, "entity_info.rds"))
Expand Down

0 comments on commit a349890

Please sign in to comment.