I keep getting an error that says
AttributeError: \'NoneType\' object has no attribute \'something\'
if we assign something like the below, it will throw error as "AttributeError: 'NoneType' object has no attribute 'show'"
df1=df.withColumn('newAge',df['Age']).show()