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

' missing on renames. #19

Open
rezatrb opened this issue Mar 4, 2023 · 2 comments
Open

' missing on renames. #19

rezatrb opened this issue Mar 4, 2023 · 2 comments

Comments

@rezatrb
Copy link

rezatrb commented Mar 4, 2023

df = df.rename(columns={'Current_name': 'New_name}) should be;
df = df.rename(columns={'Current_name': 'New_name'})

@UnbackedMuffin
Copy link

Hey, if this issue is still open do you mind if I work on it? I'm trying to get some more github experience.

@timskovjacobsen
Copy link
Contributor

Hey, if this issue is still open do you mind if I work on it? I'm trying to get some more github experience.

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 :)

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

3 participants