Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

note on reproducing audience analysis from blob files #264

Open
zackarno opened this issue Nov 21, 2024 · 2 comments · May be fixed by #272
Open

note on reproducing audience analysis from blob files #264

zackarno opened this issue Nov 21, 2024 · 2 comments · May be fixed by #272
Assignees

Comments

@zackarno
Copy link
Collaborator

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()
@zackarno zackarno self-assigned this Nov 21, 2024
@martinig94
Copy link
Collaborator

martinig94 commented Nov 22, 2024

Hey @zackarno,
I am not sure I understand what you mean by "reproducing audience analysis from prod files" so feel free to disregard my comment below if it's no sensical
Is there a way to ingrate the snippet above this directly in the code? if not maybe this note should sit in our Confluence documentation and not as Git Issue? What do you think?

Thanks!

@zackarno
Copy link
Collaborator Author

yea you'r right was just throwing it here so i wouldn't forget. The code is now captured in the qmd in the PR above. Once that PR is merged this issue will be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants