Python-Crash-Course / Python101

Python 101 - Python for beginners
GNU General Public License v3.0
32 stars 23 forks source link

' missing on renames. #19

Open rezatrb opened 1 year ago

rezatrb commented 1 year ago

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

UnbackedMuffin commented 8 months ago

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 commented 8 months ago

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