I\'m a beginning pandas user, and after studying the documentation I still can\'t find a straightforward way to do the following.
I have a DataFrame with a pandas.DateR
df['C'] = df2['C'] should also work in this case.
df['C'] = df2['C']