We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@jbloom and I are happy to answer general questions about the biopython. For questions on homework 6, please use #34
The text was updated successfully, but these errors were encountered:
When I try to rename my dataframe columns I keep getting this error 'function' object has no attribute 'rename'
Sorry, something went wrong.
@elizabeth303: Can you post the exact code you are using that is giving this error?
df_na = df_na.rename(columns={'index': 'barcode', 0: 'counts'})
I have my sequence data in a dataframe. I just cant seem to rename it
What are the contents of df_na. For instance, what do you get if you just put:
df_na
in the last cell of a Jupyter notebook?
No branches or pull requests
@jbloom and I are happy to answer general questions about the biopython. For questions on homework 6, please use #34
The text was updated successfully, but these errors were encountered: