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

Add site column to powerset during processing #64

Closed
dogversioning opened this issue Apr 5, 2023 · 1 comment
Closed

Add site column to powerset during processing #64

dogversioning opened this issue Apr 5, 2023 · 1 comment
Assignees

Comments

@dogversioning
Copy link
Contributor

To keep the data being sent from the library powerset-ish, we need to take the following actions during data upload:

  • load data as a dataframe
  • add a blank site column
  • make a copy of the dataframe
  • set the site column equal to the file path
  • union the two data frames

This should probably be done at the second hop, during the latest merge section of powerset merge. last_valid data should have this operation already completed.

@dogversioning
Copy link
Contributor Author

Addressed via #75

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

No branches or pull requests

1 participant