Open zackarno opened 15 hours ago
Just a note that if we are reproducing audience analysis from prod files rather than fresh mailchimp API calls we have to run this first after reading in the file
df |> dplyr$group_by( id ) |> dplyr$filter(extraction_date == max(extraction_date)) |> dplyr$ungroup()
Just a note that if we are reproducing audience analysis from prod files rather than fresh mailchimp API calls we have to run this first after reading in the file