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
df = df.rename(columns={'Current_name': 'New_name}) should be; df = df.rename(columns={'Current_name': 'New_name'})
The text was updated successfully, but these errors were encountered:
Hey, if this issue is still open do you mind if I work on it? I'm trying to get some more github experience.
Sorry, something went wrong.
Sure! I'm not really using this project anymore, since it was developed for courses at my previous employer.
I'll gladly merge changed though.
Alternatively, you can create a fork and make the repo your own :)
No branches or pull requests
df = df.rename(columns={'Current_name': 'New_name}) should be;
df = df.rename(columns={'Current_name': 'New_name'})
The text was updated successfully, but these errors were encountered: