OCHA-DAP / hdx-signals

HDX Signals
https://un-ocha-centre-for-humanitarian.gitbook.io/hdx-signals/
GNU General Public License v3.0
6 stars 0 forks source link

note on reproducing audience analysis from blob files #264

Open zackarno opened 15 hours ago

zackarno commented 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()