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

GHGRP column format change #109

Closed
bl-young opened this issue May 11, 2022 · 0 comments
Closed

GHGRP column format change #109

bl-young opened this issue May 11, 2022 · 0 comments
Assignees
Labels
bug data source bug Known issues in source data accessed by stewi

Comments

@bl-young
Copy link
Collaborator

downloaded csv tables from GHGRP have new string appended to the columns causing issues with the column parsing here:

# for all columns in the temporary dataframe, remove subpart-specific prefixes
for col in table_df:
table_df.rename(columns={col: col[len(table) + 1:]}, inplace=True)

@bl-young bl-young added bug data source bug Known issues in source data accessed by stewi labels May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug data source bug Known issues in source data accessed by stewi
Projects
None yet
Development

No branches or pull requests

2 participants