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

Adjust columns when read #20

Open
amhanson9 opened this issue Dec 13, 2024 · 0 comments
Open

Adjust columns when read #20

amhanson9 opened this issue Dec 13, 2024 · 0 comments

Comments

@amhanson9
Copy link
Contributor

Some metadata files have extra blank rows at the end, which don’t raise an error but do cause data to be put in the wrong columns. The solution is to add column names for these extra columns (extra_1, extra_2, etc.) and then drop them after read.

For more flexibility, have the script figure out how many columns to add and then drop.

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