Screen Link: https://app.dataquest.io/m/239/processing-and-transforming-features/4/transforming-improper-numerical-features
I ran the solution for step 4:
train['years_until_remod'] = train['Year_Remod/Add'] - train['Year Built']
and it didn’t run, but when I pasted the solution, it ran. No difference in spacing.