-
Notifications
You must be signed in to change notification settings - Fork 119
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 ability to read rcp db data #70
Conversation
mind taking a look @znicholls ? |
Looks good to me! |
feel free to squash and merge =) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor comment on a docstring
pyam/utils.py
Outdated
if 'notes' in df.columns: # this came from the database | ||
logger().info('Ignoring notes column in dataframe') | ||
df.drop(columns='notes', inplace=True) | ||
col = df.columns[0] # first column has database notes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please rephrase to 'copyright notice' or similar, the word 'notes' is confusing with the previous line
done! |
Please confirm that this PR has done the following:
Adding to RELEASE_NOTES.md
Please add a single line in the release notes similar to the following: