Question:
Background – I have a dataset with two headers that I’ve read from a CSV…df['D'] = df['A']
, what I get is a copy without the content of the second header…Answer:
Need to specify both levels of multiindex
If you have better answer, please add a comment about this, thank you!