Neither Panel nor DataFrame can be resized by item insertion-- rather
the items are conformed to the existing axes which in this case are
empty. I would suggest setting the axes that you want on creation of
the Panel or waiting until the end to create it.
- Wes