I am stuck with my pandas script.
Actually , i am working with two csv file(one input and the other output file). i want to copy all the rows of two column and want to m
Simply use df2['a'] instead of df2.a
df2['a']
df2.a