I have a dataframe that has this structure:
df1 = pd.DataFrame({\'State\':[\'NY\', \'CA\', \'NY\', \'CA\'], \'3/1/20\':[5, 10, 11,7], \'3/2/20\':[11, 13, 2,4],