Skip to content
New issue

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

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

Already on GitHub? # to your account

Unify the initial data build and data updates so that everything is in a single dataframe? #2

Open
mikkokotila opened this issue Dec 31, 2024 · 0 comments
Assignees

Comments

@mikkokotila
Copy link
Contributor

Right now there are two separate dataframes; pr_df and review_df due to them being of different resolution. This can be overcome by treating each row as an event, and duplicating the features from pr_df to the rows coming from review_df based on PR number (number). At least so far, I did not find any good reason for why to keep them separate.

@mikkokotila mikkokotila self-assigned this Dec 31, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant