I have a dataframe called \'running_tally\'
list jan_to jan_from 0 LA True False 1 NY False True
I am
The actual row order was being flipped when using concat for pandas 0.20.1
How to concat pandas Dataframes without changing the column order in Pandas 0.20.1?