I'm trying to pivot this table so that columns 1-8 are stacked under column 0. Basically, I want to put this into tableau eventually so I want to have workable data. I'm planning on dropping the "None" values after I pivot the table.
I've tried using pd.melt but kept getting errors.