I have an excel sheet that has an excel form like this,
I want to read this into Pandas, and have my Data Frame. I tried to read using a previous question, but I am not getting what I want because of my file. In the picture you see can see Scope Changes and amt. I don't need those info. I only need the info and other details such as Name until zipcode. 
Eventually, I need a data frame similar to this,
          Info
Name      Integral
Type      Sport&Entertainment
Type 1    Racetrack
...
How can I do this? Thank you!
